Novedades

Filtros activos

Load Time 1389 ms
Querying Time 747 ms
Queries 1921
Memory Peak Usage 40.0 Mb
Included Files 1176 files - 14.56 Mb
PrestaShop Cache - Mb
Global vars 0.44 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.555 ms 2.555 ms 3.38 Mb 4.5 Mb
__construct 2.560 ms 5.115 ms 0.01 Mb 4.5 Mb
init 28.663 ms 33.778 ms 0.50 Mb 4.5 Mb
checkAccess 0.001 ms 33.779 ms - Mb 4.5 Mb
setMedia 2.649 ms 36.428 ms 0.06 Mb 4.5 Mb
postProcess 0.001 ms 36.429 ms - Mb 4.5 Mb
initHeader 0.001 ms 36.430 ms - Mb 4.5 Mb
initContent 796.029 ms 832 ms 19.97 Mb 24.0 Mb
initFooter 0.002 ms 832 ms - Mb 24.0 Mb
display 556.054 ms 1389 ms 15.34 Mb 40.0 Mb
Hook Time Memory Usage
displayProductListReviews 186.229 ms 0.86 Mb
DisplayBeforeBodyClosingTag 23.964 ms 0.91 Mb
displayFooter 14.529 ms 0.24 Mb
displayNav2 11.150 ms 0.26 Mb
displayLeftColumn 10.438 ms 0.22 Mb
DisplayFooter 10.301 ms 0.13 Mb
displayTop 8.031 ms 0.16 Mb
DisplayHeader 6.258 ms 0.16 Mb
displayFooterBefore 5.240 ms 0.11 Mb
displayNav1 3.084 ms 0.08 Mb
DisplayLeftColumn 2.042 ms - Mb
ActionFilterDeliveryOptionList 1.589 ms 0.06 Mb
DisplayMyAccountBlock 1.417 ms 0.01 Mb
ActionFrontControllerSetMedia 1.068 ms 0.01 Mb
ProductSearchProvider 0.597 ms - Mb
ActionObjectAddAfter 0.257 ms - Mb
ActionDispatcher 0.170 ms 0.01 Mb
ModuleRoutes 0.033 ms 0.01 Mb
DisplayFooterAfter 0.017 ms - Mb
DisplayFooterBefore 0.014 ms - Mb
DisplayNavFullWidth 0.012 ms - Mb
DisplayAfterBodyOpeningTag 0.011 ms - Mb
22 hook(s) 286.450 ms 3.22 Mb
Module Time Memory Usage
pm_advancedsearch4 6.625 ms 0.09 Mb
cttexpress 1.719 ms 0.12 Mb
blockwishlist 12.438 ms 0.15 Mb
ps_emailsubscription 3.163 ms 0.07 Mb
blockreassurance 0.397 ms 0.02 Mb
ps_emailalerts 0.218 ms 0.01 Mb
ps_socialfollow 2.513 ms 0.06 Mb
productcomments 187.150 ms 0.91 Mb
ps_searchbar 2.789 ms 0.06 Mb
ps_shoppingcart 3.527 ms 0.08 Mb
correosoficial 4.931 ms 0.41 Mb
ps_imageslider 0.432 ms 0.01 Mb
ps_googleanalytics 20.369 ms 0.87 Mb
ps_facetedsearch 3.574 ms 0.02 Mb
ps_contactinfo 6.915 ms 0.12 Mb
ps_languageselector 3.743 ms 0.07 Mb
ps_currencyselector 1.105 ms 0.07 Mb
ps_customersignin 3.322 ms 0.06 Mb
ps_mainmenu 6.116 ms 0.12 Mb
ps_categorytree 10.583 ms 0.22 Mb
ps_linklist 4.356 ms 0.09 Mb
ps_customeraccountlinks 7.520 ms 0.12 Mb
statsdata 3.986 ms 0.06 Mb
23 module(s) 297.491 ms 3.81 Mb

Stopwatch SQL - 1921 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
223.928 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`)
10.464 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 = 1
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 (32829,32826,32727,30565,30557,30474,30458,30275,30215,30200,30188,30185,30181,30176,30175,30170,30163,30162,30147,30141,30139,29980,29979,29964,29757,29753,29739,29735,29734,29437,29417,29276,27556,27551,27471,27328,27292,27286,24387,24383,24374,24345,24031,23509,22952,20733,20647,20646,20645,20644,19733,19633,19391,18827,18549,18500,18343,18342,18128,18001,17981,14669,14631,11721,11707,10718,10531,10530,9098,8807,8272,8271,7874,7616,7168,7159,7143,6895,6847,6844,6835,6574,6109,6108,6106,5799,994,454,42396,42395,42394,44090,42393,42392,41745,41744,41742,41741,41740,41737)
2.934 ms 100 /classes/ProductAssembler.php:95
401
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29979) AND (b.`id_shop` = 1) LIMIT 1
2.112 ms 1 /src/Adapter/EntityMapper.php:71
1876
INSERT INTO `tyht_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('5819481', '', 'tusdisfracesbaratos.com/es/novedades?p=440&page=158', '', '2025-11-21 11:46:54')
2.111 ms 1 /classes/ObjectModel.php:622
44
SELECT SQL_NO_CACHE *
FROM `tyht_country_lang`
WHERE `id_country` = 6
1.938 ms 5 /src/Adapter/EntityMapper.php:79
1677
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (313,314)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.855 ms 2 /classes/Product.php:2746
1245
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` = 1)
WHERE i.`id_product` = 30175
ORDER BY `position`
1.851 ms 1 Yes /classes/Product.php:3539
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
1.725 ms 0 /classes/Hook.php:1326
180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30215 AND id_shop=1 LIMIT 1
1.710 ms 1 /classes/Product.php:6873
211
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` = 30188)
1.701 ms 4 /classes/Product.php:3860
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
1.695 ms 651 /classes/Hook.php:452
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.615 ms 325 Yes Yes /classes/Hook.php:1267
1526
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` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.558 ms 143 Yes Yes /classes/Category.php:785
1878
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 (32829,32826,32727,30565,30557,30474,30458,30275,30215,30200,30188,30185,30181,30176,30175,30170,30163,30162,30147,30141,30139,29980,29979,29964,29757,29753,29739,29735,29734,29437,29417,29276,27556,27551,27471,27328,27292,27286,24387,24383,24374,24345,24031,23509,22952,20733,20647,20646,20645,20644,19733,19633,19391,18827,18549,18500,18343,18342,18128,18001,17981,14669,14631,11721,11707,10718,10531,10530,9098,8807,8272,8271,7874,7616,7168,7159,7143,6895,6847,6844,6835,6574,6109,6108,6106,5799,994,454,42396,42395,42394,44090,42393,42392,41745,41744,41742,41741,41740,41737) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.102 ms 100 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
1531
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (32829) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.062 ms 1 Yes Yes /classes/Product.php:4513
1881
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 539
ORDER BY ag.`position` ASC, a.`position` ASC
1.059 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
459
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29753
ORDER BY f.position ASC
1.033 ms 8 Yes /classes/Product.php:6013
1569
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30458) AND (id_product_attribute = 534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
1.028 ms 1 /classes/stock/StockAvailable.php:453
17
SELECT SQL_NO_CACHE lower(name) as name
FROM `tyht_hook` h
WHERE (h.active = 1)
1.025 ms 1074 /classes/Hook.php:1366
1767
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.018 ms 2 Yes Yes /classes/Product.php:4513
1586
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (477)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.984 ms 1 /classes/Product.php:2746
1859
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.956 ms 1 Yes Yes /classes/Product.php:4513
1535
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (32727) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.899 ms 3 Yes Yes /classes/Product.php:4513
987
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 46 LIMIT 1
0.897 ms 1 /classes/Combination.php:560
167
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` = 30275 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` = 30275 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.811 ms 0 /classes/Cart.php:1430
717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19733) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.799 ms 1 /classes/stock/StockAvailable.php:453
1880
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 542
ORDER BY ag.`position` ASC, a.`position` ASC
0.787 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
300
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30170
AND pac.`id_product_attribute` = 459
AND agl.`id_lang` = 1
0.786 ms 1 /classes/Product.php:7516
1818
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6895) LIMIT 1
0.771 ms 1 /src/Adapter/EntityMapper.php:71
497
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29734) AND (b.`id_shop` = 1) LIMIT 1
0.766 ms 1 /src/Adapter/EntityMapper.php:71
1676
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29757
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.758 ms 2 Yes Yes /classes/Product.php:2731
534
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29417) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.744 ms 1 /classes/stock/StockAvailable.php:453
1536
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32727) LIMIT 1
0.742 ms 1 /src/Adapter/EntityMapper.php:71
241
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30181) AND (b.`id_shop` = 1) LIMIT 1
0.742 ms 1 /src/Adapter/EntityMapper.php:71
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.733 ms 106 Yes /classes/Dispatcher.php:654
203
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30200
ORDER BY f.position ASC
0.718 ms 8 Yes /classes/Product.php:6013
1534
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (32826) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.717 ms 1 Yes Yes /classes/Product.php:4513
145
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30458) AND (b.`id_shop` = 1) LIMIT 1
0.715 ms 1 /src/Adapter/EntityMapper.php:71
894
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 77) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
1856
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (44090) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.707 ms 1 Yes Yes /classes/Product.php:4513
152
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30458) AND (id_product_attribute = 531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.691 ms 1 /classes/stock/StockAvailable.php:453
92
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 32727
AND pac.`id_product_attribute` = 644
AND agl.`id_lang` = 1
0.689 ms 1 /classes/Product.php:7516
1503
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.686 ms 1 /classes/Cart.php:4249
327
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` = 30162 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` = 30162 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.675 ms 0 /classes/Cart.php:1430
1839
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6835) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.675 ms 3 Yes Yes /classes/Product.php:4513
156
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30458
AND pac.`id_product_attribute` = 531
AND agl.`id_lang` = 1
0.674 ms 1 /classes/Product.php:7516
129
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30474) AND (b.`id_shop` = 1) LIMIT 1
0.660 ms 1 /src/Adapter/EntityMapper.php:71
1527
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` = 1)
WHERE `level_depth` = 1
0.639 ms 5 /classes/Category.php:2239
99
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` = 30565)
0.636 ms 2 /classes/Product.php:3860
572
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 27551) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.622 ms 1 /classes/stock/StockAvailable.php:453
425
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` = 368
AND cp.`id_cart` = 0 AND cp.`id_product` = 29964 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` = 368
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29964 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.620 ms 0 /classes/Cart.php:1430
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` = 30474
AND image_shop.`cover` = 1 LIMIT 1
0.613 ms 1 /classes/Product.php:3570
395
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29980
ORDER BY f.position ASC
0.611 ms 8 Yes /classes/Product.php:6013
521
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` = 269
AND cp.`id_cart` = 0 AND cp.`id_product` = 29437 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` = 269
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.605 ms 0 /classes/Cart.php:1430
1847
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6109) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.604 ms 1 Yes Yes /classes/Product.php:4513
1201
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32829) AND (b.`id_shop` = 1) LIMIT 1
0.601 ms 1 /src/Adapter/EntityMapper.php:71
1826
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6847) LIMIT 1
0.598 ms 1 /src/Adapter/EntityMapper.php:71
1585
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30200
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.595 ms 1 Yes Yes /classes/Product.php:2731
455
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` = 29753 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` = 29753 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.594 ms 0 /classes/Cart.php:1430
1879
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 644
ORDER BY ag.`position` ASC, a.`position` ASC
0.592 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1727
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27551) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.587 ms 1 Yes Yes /classes/Product.php:4513
1055
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6574
ORDER BY f.position ASC
0.584 ms 6 Yes /classes/Product.php:6013
1610
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30176) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.583 ms 3 Yes Yes /classes/Product.php:4513
1855
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42394) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.581 ms 1 Yes Yes /classes/Product.php:4513
266
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30176 AND pa.`id_product` = 30176 AND pa.`id_product_attribute` = 463 LIMIT 1
0.580 ms 1 /classes/Product.php:1209
1857
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42393) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.579 ms 1 Yes Yes /classes/Product.php:4513
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` = 30557
AND image_shop.`cover` = 1 LIMIT 1
0.578 ms 1 /classes/Product.php:3570
407
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` = 29979 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` = 29979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.577 ms 0 /classes/Cart.php:1430
1566
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (531,532,533,534)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.576 ms 4 /classes/Product.php:2746
1875
SELECT SQL_NO_CACHE `id_guest`
FROM `tyht_connections`
WHERE `id_guest` = 6399733
AND `date_add` > '2025-11-21 11:16:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.574 ms 1 Yes /classes/Connection.php:168
1783
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9098) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.571 ms 4 Yes Yes /classes/Product.php:4513
394
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29980 AND pa.`id_product` = 29980 AND pa.`id_product_attribute` = 373 LIMIT 1
0.569 ms 1 /classes/Product.php:1209
1713
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29417) LIMIT 1
0.569 ms 1 /src/Adapter/EntityMapper.php:71
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.562 ms 4 Yes /classes/shop/Shop.php:1364
199
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` = 30200 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` = 30200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.559 ms 0 /classes/Cart.php:1430
257
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30176) AND (b.`id_shop` = 1) LIMIT 1
0.559 ms 1 /src/Adapter/EntityMapper.php:71
1546
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30565
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.557 ms 2 Yes Yes /classes/Product.php:2731
1832
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6844) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.557 ms 3 Yes Yes /classes/Product.php:4513
359
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` = 30141 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` = 30141 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.557 ms 0 /classes/Cart.php:1430
1799
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7874) 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
1570
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30275) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.553 ms 3 Yes Yes /classes/Product.php:4513
1781
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10531) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.548 ms 1 Yes Yes /classes/Product.php:4513
380
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30139
AND pac.`id_product_attribute` = 452
AND agl.`id_lang` = 1
0.547 ms 1 /classes/Product.php:7516
1765
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14669) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.547 ms 1 Yes Yes /classes/Product.php:4513
1798
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8271) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.547 ms 1 Yes Yes /classes/Product.php:4513
409
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` = 371
AND cp.`id_cart` = 0 AND cp.`id_product` = 29979 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` = 371
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.544 ms 0 /classes/Cart.php:1430
148
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30458 AND id_shop=1 LIMIT 1
0.544 ms 1 /classes/Product.php:6873
396
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29980
AND pac.`id_product_attribute` = 373
AND agl.`id_lang` = 1
0.544 ms 1 /classes/Product.php:7516
361
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` = 454
AND cp.`id_cart` = 0 AND cp.`id_product` = 30141 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` = 454
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30141 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.543 ms 0 /classes/Cart.php:1430
172
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30275
AND pac.`id_product_attribute` = 502
AND agl.`id_lang` = 1
0.540 ms 1 /classes/Product.php:7516
1916
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 54
ORDER BY ag.`position` ASC, a.`position` ASC
0.540 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
850
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` = 101
AND cp.`id_cart` = 0 AND cp.`id_product` = 11707 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` = 101
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11707 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
1479
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42393) AND (b.`id_shop` = 1) LIMIT 1
0.537 ms 1 /src/Adapter/EntityMapper.php:71
1634
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30162) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.536 ms 2 Yes Yes /classes/Product.php:4513
1504
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.536 ms 11 /modules/cttexpress/cttexpress.php:4232
837
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11721
AND pac.`id_product_attribute` = 104
AND agl.`id_lang` = 1
0.534 ms 1 /classes/Product.php:7516
155
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30458
ORDER BY f.position ASC
0.532 ms 10 Yes /classes/Product.php:6013
1782
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10530) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.531 ms 1 Yes Yes /classes/Product.php:4513
1806
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (57,58,59,60)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.531 ms 4 /classes/Product.php:2746
427
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29964
ORDER BY f.position ASC
0.529 ms 7 Yes /classes/Product.php:6013
179
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` = 30215)
0.529 ms 1 /classes/Product.php:3860
1473
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42394) AND (b.`id_shop` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
391
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` = 29980 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` = 29980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.525 ms 0 /classes/Cart.php:1430
652
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 24031
ORDER BY f.position ASC
0.524 ms 6 Yes /classes/Product.php:6013
1669
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29964) LIMIT 1
0.524 ms 1 /src/Adapter/EntityMapper.php:71
236
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30185
AND pac.`id_product_attribute` = 469
AND agl.`id_lang` = 1
0.523 ms 1 /classes/Product.php:7516
1708
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29437
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.522 ms 3 Yes Yes /classes/Product.php:2731
151
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` = 30458 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` = 30458 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1430
1786
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 9098
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.520 ms 4 Yes Yes /classes/Product.php:2731
393
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` = 373
AND cp.`id_cart` = 0 AND cp.`id_product` = 29980 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` = 373
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1430
1891
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 461
ORDER BY ag.`position` ASC, a.`position` ASC
0.518 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1858
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42392) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.517 ms 1 Yes Yes /classes/Product.php:4513
3
SELECT SQL_NO_CACHE value FROM `tyht_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.514 ms 2 /classes/shop/Shop.php:1183
72
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.513 ms 1 /classes/Product.php:5659
1716
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (262,263,264)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.512 ms 3 /classes/Product.php:2746
925
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8271) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.512 ms 1 /classes/stock/StockAvailable.php:453
1621
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (461,462)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.509 ms 2 /classes/Product.php:2746
464
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.506 ms 1 /classes/Product.php:5659
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 32826
ORDER BY f.position ASC
0.505 ms 6 Yes /classes/Product.php:6013
1550
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30557) LIMIT 1
0.505 ms 1 /src/Adapter/EntityMapper.php:71
279
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` = 30175 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` = 30175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.503 ms 0 /classes/Cart.php:1430
385
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29980) AND (b.`id_shop` = 1) LIMIT 1
0.503 ms 1 /src/Adapter/EntityMapper.php:71
444
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29757
AND pac.`id_product_attribute` = 313
AND agl.`id_lang` = 1
0.502 ms 1 /classes/Product.php:7516
475
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29739
ORDER BY f.position ASC
0.501 ms 8 Yes /classes/Product.php:6013
1759
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18500) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.501 ms 1 Yes Yes /classes/Product.php:4513
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.500 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
1044
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6835
ORDER BY f.position ASC
0.500 ms 7 Yes /classes/Product.php:6013
1766
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14631) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.500 ms 1 Yes Yes /classes/Product.php:4513
1854
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42395) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.500 ms 1 Yes Yes /classes/Product.php:4513
223
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` = 30185
AND image_shop.`cover` = 1 LIMIT 1
0.499 ms 1 /classes/Product.php:3570
20
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tyht_hook`
0.498 ms 1074 /classes/Hook.php:1326
402
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 371 LIMIT 1
0.498 ms 1 /classes/Combination.php:560
870
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` = 10531 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` = 10531 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.498 ms 0 /classes/Cart.php:1430
1260
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` = 1)
WHERE i.`id_product` = 30141
ORDER BY `position`
0.498 ms 1 Yes /classes/Product.php:3539
1843
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (30,31,5027)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.498 ms 3 /classes/Product.php:2746
283
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30175
ORDER BY f.position ASC
0.497 ms 7 Yes /classes/Product.php:6013
1833
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6844) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:71
316
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30163
AND pac.`id_product_attribute` = 458
AND agl.`id_lang` = 1
0.493 ms 1 /classes/Product.php:7516
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` = 30458
AND image_shop.`cover` = 1 LIMIT 1
0.491 ms 1 /classes/Product.php:3570
1645
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30141) 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
457
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` = 311
AND cp.`id_cart` = 0 AND cp.`id_product` = 29753 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` = 311
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29753 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.490 ms 0 /classes/Cart.php:1430
441
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` = 313
AND cp.`id_cart` = 0 AND cp.`id_product` = 29757 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` = 313
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29757 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.489 ms 0 /classes/Cart.php:1430
1802
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7159) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.489 ms 4 Yes Yes /classes/Product.php:4513
1829
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (36,37,38)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.489 ms 3 /classes/Product.php:2746
135
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` = 30474 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` = 30474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.488 ms 0 /classes/Cart.php:1430
1045
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6835
AND pac.`id_product_attribute` = 30
AND agl.`id_lang` = 1
0.488 ms 1 /classes/Product.php:7516
1817
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6895) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.488 ms 4 Yes Yes /classes/Product.php:4513
247
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` = 30181 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` = 30181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.487 ms 0 /classes/Cart.php:1430
299
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30170
ORDER BY f.position ASC
0.486 ms 7 Yes /classes/Product.php:6013
1540
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (644,645,646)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.486 ms 3 /classes/Product.php:2746
193
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30200) AND (b.`id_shop` = 1) LIMIT 1
0.484 ms 1 /src/Adapter/EntityMapper.php:71
91
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 32727
ORDER BY f.position ASC
0.482 ms 7 Yes /classes/Product.php:6013
171
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30275
ORDER BY f.position ASC
0.481 ms 9 Yes /classes/Product.php:6013
1848
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6108) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.480 ms 1 Yes Yes /classes/Product.php:4513
188
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30215
AND pac.`id_product_attribute` = 478
AND agl.`id_lang` = 1
0.480 ms 1 /classes/Product.php:7516
284
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30175
AND pac.`id_product_attribute` = 461
AND agl.`id_lang` = 1
0.480 ms 1 /classes/Product.php:7516
1623
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30170) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.478 ms 2 Yes Yes /classes/Product.php:4513
1654
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (452,453)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.478 ms 2 /classes/Product.php:2746
297
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` = 459
AND cp.`id_cart` = 0 AND cp.`id_product` = 30170 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` = 459
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30170 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.477 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` = 10718 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` = 10718 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.477 ms 0 /classes/Cart.php:1430
1837
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6844) AND (id_product_attribute = 33) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.476 ms 1 /classes/stock/StockAvailable.php:453
1853
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42396) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.476 ms 1 Yes Yes /classes/Product.php:4513
1167
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` = 41744 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` = 41744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.474 ms 0 /classes/Cart.php:1430
1563
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30458) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:71
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` = 32826 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` = 32826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.473 ms 0 /classes/Cart.php:1430
115
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` = 30557)
0.473 ms 3 /classes/Product.php:3860
353
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30141) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
1494
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41741) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
1549
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.473 ms 3 Yes Yes /classes/Product.php:4513
1860
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.473 ms 1 Yes Yes /classes/Product.php:4513
1846
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6574) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.472 ms 1 Yes Yes /classes/Product.php:4513
1702
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (303,5060,5061)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.471 ms 3 /classes/Product.php:2746
204
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30200
AND pac.`id_product_attribute` = 477
AND agl.`id_lang` = 1
0.470 ms 1 /classes/Product.php:7516
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` = 24374 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` = 24374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.469 ms 0 /classes/Cart.php:1430
1040
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` = 6835 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` = 6835 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.468 ms 0 /classes/Cart.php:1430
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` = 32829 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` = 32829 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.467 ms 0 /classes/Cart.php:1430
836
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 11721
ORDER BY f.position ASC
0.467 ms 9 Yes /classes/Product.php:6013
1656
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29980) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.467 ms 2 Yes Yes /classes/Product.php:4513
1719
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29276) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.466 ms 3 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 = 1
AND ml.id_shop = 1 LIMIT 1
0.466 ms 2 /classes/Meta.php:184
1202
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` = 1)
WHERE i.`id_product` = 32829
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3539
1825
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6847) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.464 ms 3 Yes Yes /classes/Product.php:4513
169
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` = 502
AND cp.`id_cart` = 0 AND cp.`id_product` = 30275 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` = 502
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30275 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.463 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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 24374
ORDER BY f.position ASC
0.463 ms 7 Yes /classes/Product.php:6013
1828
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 6847
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.463 ms 3 Yes Yes /classes/Product.php:2731
465
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29739) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
842
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11707) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
1042
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` = 30
AND cp.`id_cart` = 0 AND cp.`id_product` = 6835 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` = 30
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6835 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.461 ms 0 /classes/Cart.php:1430
1699
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29734) LIMIT 1
0.461 ms 1 /src/Adapter/EntityMapper.php:71
1705
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29437) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 3 Yes Yes /classes/Product.php:4513
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` = 32727
AND image_shop.`cover` = 1 LIMIT 1
0.459 ms 1 /classes/Product.php:3570
137
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` = 535
AND cp.`id_cart` = 0 AND cp.`id_product` = 30474 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` = 535
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.459 ms 0 /classes/Cart.php:1430
85
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 32727 AND `id_group` = 1 LIMIT 1
0.458 ms 0 /classes/GroupReduction.php:153
295
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` = 30170 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` = 30170 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.457 ms 0 /classes/Cart.php:1430
1728
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27471) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.457 ms 1 Yes Yes /classes/Product.php:4513
1776
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 11707
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.457 ms 3 Yes Yes /classes/Product.php:2731
1362
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18827) AND (b.`id_shop` = 1) LIMIT 1
0.456 ms 1 /src/Adapter/EntityMapper.php:71
1764
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17981) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.456 ms 1 Yes Yes /classes/Product.php:4513
1587
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30188) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.455 ms 4 Yes Yes /classes/Product.php:4513
1476
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 44090) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:71
267
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30176
ORDER BY f.position ASC
0.454 ms 7 Yes /classes/Product.php:6013
185
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` = 478
AND cp.`id_cart` = 0 AND cp.`id_product` = 30215 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` = 478
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.453 ms 0 /classes/Cart.php:1430
1372
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` = 1)
WHERE i.`id_product` = 18343
ORDER BY `position`
0.453 ms 3 Yes /classes/Product.php:3539
1715
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29417
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.453 ms 3 Yes Yes /classes/Product.php:2731
1086
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` = 5799 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` = 5799 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.452 ms 0 /classes/Cart.php:1430
1700
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29734 AND `id_shop` = 1
0.451 ms 5 /src/Adapter/EntityMapper.php:79
1863
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41740) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.451 ms 1 Yes Yes /classes/Product.php:4513
201
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` = 477
AND cp.`id_cart` = 0 AND cp.`id_product` = 30200 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` = 477
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.450 ms 0 /classes/Cart.php:1430
215
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` = 30188 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` = 30188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.450 ms 0 /classes/Cart.php:1430
1701
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29734
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.450 ms 3 Yes Yes /classes/Product.php:2731
1852
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (454) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.450 ms 1 Yes Yes /classes/Product.php:4513
1206
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32826) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
173
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 502) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
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` = 24345 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` = 24345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.449 ms 0 /classes/Cart.php:1430
1413
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8272) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
428
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29964
AND pac.`id_product_attribute` = 368
AND agl.`id_lang` = 1
0.448 ms 1 /classes/Product.php:7516
471
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` = 29739 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` = 29739 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.448 ms 0 /classes/Cart.php:1430
1732
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24387) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.448 ms 1 Yes Yes /classes/Product.php:4513
1736
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.448 ms 2 Yes Yes /classes/Product.php:4513
1588
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30188) LIMIT 1
0.447 ms 1 /src/Adapter/EntityMapper.php:71
1596
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30185) LIMIT 1
0.447 ms 1 /src/Adapter/EntityMapper.php:71
1709
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (269,270,271)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.447 ms 3 /classes/Product.php:2746
1635
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30162) LIMIT 1
0.447 ms 1 /src/Adapter/EntityMapper.php:71
433
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29757) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
1335
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22952) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
1638
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (456,457)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.446 ms 2 /classes/Product.php:2746
852
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 11707
ORDER BY f.position ASC
0.445 ms 7 Yes /classes/Product.php:6013
847
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11707) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.445 ms 1 /classes/stock/StockAvailable.php:453
1679
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29753) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.444 ms 2 Yes Yes /classes/Product.php:4513
1452
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6108) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
1751
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19391) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.443 ms 2 Yes Yes /classes/Product.php:4513
281
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` = 461
AND cp.`id_cart` = 0 AND cp.`id_product` = 30175 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` = 461
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.442 ms 0 /classes/Cart.php:1430
1461
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 994) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 32829
ORDER BY f.position ASC
0.441 ms 6 Yes /classes/Product.php:6013
183
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` = 30215 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` = 30215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.440 ms 0 /classes/Cart.php:1430
1416
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8271) AND (b.`id_shop` = 1) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
1497
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41740) AND (b.`id_shop` = 1) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
1842
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 6835
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.440 ms 3 Yes Yes /classes/Product.php:2731
81
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32727) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
1787
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (77,78,6395,6398)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.438 ms 4 /classes/Product.php:2746
1371
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18343) AND (b.`id_shop` = 1) LIMIT 1
0.438 ms 1 /src/Adapter/EntityMapper.php:71
1851
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.438 ms 1 Yes Yes /classes/Product.php:4513
263
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` = 30176 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` = 30176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.437 ms 0 /classes/Cart.php:1430
642
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24031) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:71
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` = 19633 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` = 19633 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.437 ms 0 /classes/Cart.php:1430
1836
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (32,33,5025)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.437 ms 3 /classes/Product.php:2746
1404
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10530) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
1509
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.436 ms 1 /classes/module/Module.php:2659
315
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30163
ORDER BY f.position ASC
0.435 ms 7 Yes /classes/Product.php:6013
648
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` = 24031 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` = 24031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.433 ms 0 /classes/Cart.php:1430
119
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` = 30557 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` = 30557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.432 ms 0 /classes/Cart.php:1430
1482
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42392) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
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.431 ms 1 /src/Adapter/EntityMapper.php:71
519
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` = 29437 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` = 29437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.431 ms 0 /classes/Cart.php:1430
87
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` = 32727 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` = 32727 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
1752
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19391) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
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.426 ms 126 /classes/module/Module.php:341
503
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` = 29734 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` = 29734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.426 ms 0 /classes/Cart.php:1430
535
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` = 29417 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` = 29417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.425 ms 0 /classes/Cart.php:1430
1377
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18128) AND (b.`id_shop` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
1480
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` = 1)
WHERE i.`id_product` = 42393
ORDER BY `position`
0.425 ms 1 Yes /classes/Product.php:3539
1746
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20646) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.425 ms 1 Yes Yes /classes/Product.php:4513
98
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 542 LIMIT 1
0.424 ms 1 /classes/Combination.php:560
177
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30215) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
573
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` = 27551 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` = 27551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.423 ms 0 /classes/Cart.php:1430
1595
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30185) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.421 ms 4 Yes Yes /classes/Product.php:4513
140
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30474
AND pac.`id_product_attribute` = 535
AND agl.`id_lang` = 1
0.420 ms 1 /classes/Product.php:7516
305
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30163) AND (b.`id_shop` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
1606
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30181
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.419 ms 3 Yes Yes /classes/Product.php:2731
1720
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29276) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
1780
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10718) 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
1734
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24374) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.418 ms 1 Yes Yes /classes/Product.php:4513
139
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30474
ORDER BY f.position ASC
0.417 ms 9 Yes /classes/Product.php:6013
147
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` = 30458)
0.417 ms 4 /classes/Product.php:3860
1774
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11707) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
1755
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (136,137)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.416 ms 2 /classes/Product.php:2746
1889
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 466
ORDER BY ag.`position` ASC, a.`position` ASC
0.415 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6835) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
153
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` = 531
AND cp.`id_cart` = 0 AND cp.`id_product` = 30458 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` = 531
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30458 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.414 ms 0 /classes/Cart.php:1430
1254
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` = 1)
WHERE i.`id_product` = 30162
ORDER BY `position`
0.414 ms 1 Yes /classes/Product.php:3539
1350
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20644) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
1760
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18343) 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
268
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30176
AND pac.`id_product_attribute` = 463
AND agl.`id_lang` = 1
0.413 ms 1 /classes/Product.php:7516
545
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29276) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
1353
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19733) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
1864
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41737) 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
1559
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30474
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.412 ms 2 Yes Yes /classes/Product.php:2731
1079
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6106
ORDER BY f.position ASC
0.412 ms 7 Yes /classes/Product.php:6013
58
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 32829 AND id_shop=1 LIMIT 1
0.411 ms 1 /classes/Product.php:6873
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` = 20646 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` = 20646 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
1078
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` = 6106 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` = 6106 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
1743
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22952) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.410 ms 1 Yes Yes /classes/Product.php:4513
1861
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41742) 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
192
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.408 ms 1 /classes/Product.php:5659
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` = 23509 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` = 23509 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.408 ms 0 /classes/Cart.php:1430
1803
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7159) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
460
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29753
AND pac.`id_product_attribute` = 311
AND agl.`id_lang` = 1
0.408 ms 1 /classes/Product.php:7516
1299
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27556) AND (b.`id_shop` = 1) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
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` = 18549 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` = 18549 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.407 ms 0 /classes/Cart.php:1430
1103
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 454
ORDER BY f.position ASC
0.407 ms 8 Yes /classes/Product.php:6013
1763
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.407 ms 1 Yes Yes /classes/Product.php:4513
1344
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20646) AND (b.`id_shop` = 1) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
1663
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29979) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
1054
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` = 6574 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` = 6574 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
1761
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18342) 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
1624
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30170) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:71
311
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` = 30163 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` = 30163 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
621
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` = 24383 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` = 24383 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
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` = 18500 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` = 18500 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
1547
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (542,543)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.403 ms 2 /classes/Product.php:2746
313
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` = 458
AND cp.`id_cart` = 0 AND cp.`id_product` = 30163 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` = 458
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30163 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.403 ms 0 /classes/Cart.php:1430
321
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30162) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
1295
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (262, 263, 264) AND il.`id_lang` = 1 ORDER by i.`position`
0.403 ms 3 Yes /classes/Product.php:2915
1539
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 32727
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.403 ms 3 Yes Yes /classes/Product.php:2731
1491
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41742) AND (b.`id_shop` = 1) LIMIT 1
0.402 ms 1 /src/Adapter/EntityMapper.php:71
1637
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30162
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.402 ms 2 Yes Yes /classes/Product.php:2731
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` = 14669 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` = 14669 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.401 ms 0 /classes/Cart.php:1430
1757
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18827) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.401 ms 1 Yes Yes /classes/Product.php:4513
1305
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27471) AND (b.`id_shop` = 1) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
1562
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30458) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.400 ms 4 Yes Yes /classes/Product.php:4513
1646
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30141) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
1882
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 535
ORDER BY ag.`position` ASC, a.`position` ASC
0.400 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1792
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8807) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
581
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` = 27471 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` = 27471 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
1209
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` = 1)
WHERE i.`id_product` = 32727
ORDER BY `position`
0.399 ms 1 Yes /classes/Product.php:3539
426
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29964 AND pa.`id_product` = 29964 AND pa.`id_product_attribute` = 368 LIMIT 1
0.399 ms 1 /classes/Product.php:1209
1784
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9098) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
1557
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30474) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
1810
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7143) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.398 ms 3 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` = 14631 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` = 14631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
848
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` = 11707 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` = 11707 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
1820
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 6895
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.397 ms 4 Yes Yes /classes/Product.php:2731
1087
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 5799
ORDER BY f.position ASC
0.396 ms 7 Yes /classes/Product.php:6013
375
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` = 30139 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` = 30139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.395 ms 0 /classes/Cart.php:1430
1651
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30139) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
555
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29276
ORDER BY f.position ASC
0.394 ms 10 Yes /classes/Product.php:6013
992
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` = 6895 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` = 6895 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.394 ms 0 /classes/Cart.php:1430
1603
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.394 ms 3 Yes Yes /classes/Product.php:4513
1742
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23509) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.393 ms 1 Yes Yes /classes/Product.php:4513
1556
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30474) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.393 ms 2 Yes Yes /classes/Product.php:4513
641
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.392 ms 1 /classes/Product.php:5659
623
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` = 24374
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 1 /classes/Product.php:3570
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 20647
ORDER BY f.position ASC
0.391 ms 6 Yes /classes/Product.php:6013
1821
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (46,47,5023,5024)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.391 ms 4 /classes/Product.php:2746
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18549
ORDER BY f.position ASC
0.391 ms 7 Yes /classes/Product.php:6013
1521
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.390 ms 1 /classes/module/Module.php:2659
103
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` = 30565 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` = 30565 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
265
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` = 463
AND cp.`id_cart` = 0 AND cp.`id_product` = 30176 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` = 463
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30176 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
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18500
ORDER BY f.position ASC
0.389 ms 7 Yes /classes/Product.php:6013
1688
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29739
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.389 ms 3 Yes Yes /classes/Product.php:2731
439
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` = 29757 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` = 29757 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
481
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29735) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
1668
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29964) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.389 ms 1 Yes Yes /classes/Product.php:4513
249
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` = 466
AND cp.`id_cart` = 0 AND cp.`id_product` = 30181 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` = 466
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1430
411
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29979
ORDER BY f.position ASC
0.388 ms 6 Yes /classes/Product.php:6013
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 10718
ORDER BY f.position ASC
0.387 ms 6 Yes /classes/Product.php:6013
1314
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27286) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
1633
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (458)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.387 ms 1 /classes/Product.php:2746
1729
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27328) 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
1745
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20647) 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
1768
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11721) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
1338
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20733) AND (b.`id_shop` = 1) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
1849
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6106) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.385 ms 1 Yes Yes /classes/Product.php:4513
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` = 18342 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` = 18342 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.385 ms 0 /classes/Cart.php:1430
1758
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18549) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.384 ms 1 Yes Yes /classes/Product.php:4513
1840
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6835) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
195
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` = 30200)
0.384 ms 1 /classes/Product.php:3860
1712
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29417) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.384 ms 3 Yes Yes /classes/Product.php:4513
476
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29739
AND pac.`id_product_attribute` = 306
AND agl.`id_lang` = 1
0.383 ms 1 /classes/Product.php:7516
1239
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` = 1)
WHERE i.`id_product` = 30181
ORDER BY `position`
0.383 ms 1 Yes /classes/Product.php:3539
1398
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10718) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
227
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` = 30185)
0.382 ms 4 /classes/Product.php:3860
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 14631
ORDER BY f.position ASC
0.382 ms 6 Yes /classes/Product.php:6013
882
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9098) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
1775
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 11707 AND `id_shop` = 1
0.382 ms 5 /src/Adapter/EntityMapper.php:79
165
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30275 AND `id_group` = 1 LIMIT 1
0.381 ms 0 /classes/GroupReduction.php:153
826
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11721) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
1630
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30163) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
1814
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (54,55,56)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.381 ms 3 /classes/Product.php:2746
323
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` = 30162)
0.380 ms 2 /classes/Product.php:3860
403
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` = 29979)
0.379 ms 2 /classes/Product.php:3860
1516
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.379 ms 1 /classes/module/Module.php:2659
1666
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (371,372)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.379 ms 2 /classes/Product.php:2746
1797
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8272) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.379 ms 1 Yes Yes /classes/Product.php:4513
1874
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.379 ms 1 /classes/Country.php:402
235
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30185
ORDER BY f.position ASC
0.377 ms 10 Yes /classes/Product.php:6013
832
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` = 11721 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` = 11721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.377 ms 0 /classes/Cart.php:1430
1374
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18342) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
1614
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (463,464,465)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.377 ms 3 /classes/Product.php:2746
1662
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.377 ms 2 Yes Yes /classes/Product.php:4513
1386
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14669) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
161
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30275) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
1680
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29753) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
1698
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.375 ms 3 Yes Yes /classes/Product.php:4513
187
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30215
ORDER BY f.position ASC
0.374 ms 8 Yes /classes/Product.php:6013
1657
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29980) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
1892
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 459
ORDER BY ag.`position` ASC, a.`position` ASC
0.374 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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` = 32826)
0.373 ms 1 /classes/Product.php:3860
487
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` = 29735 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` = 29735 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.373 ms 0 /classes/Cart.php:1430
1326
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24345) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
1811
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7143) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
220
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30188
AND pac.`id_product_attribute` = 473
AND agl.`id_lang` = 1
0.373 ms 1 /classes/Product.php:7516
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` = 11721
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
997
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6895
AND pac.`id_product_attribute` = 46
AND agl.`id_lang` = 1
0.373 ms 1 /classes/Product.php:7516
1835
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 6844
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.373 ms 3 Yes Yes /classes/Product.php:2731
1474
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` = 1)
WHERE i.`id_product` = 42394
ORDER BY `position`
0.372 ms 1 Yes /classes/Product.php:3539
1500
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41737) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
1159
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` = 41745 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` = 41745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.372 ms 0 /classes/Cart.php:1430
1341
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20647) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
1365
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18549) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
653
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 24031
AND pac.`id_product_attribute` = 169
AND agl.`id_lang` = 1
0.371 ms 1 /classes/Product.php:7516
141
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 535) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
1640
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30147) 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
1801
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7168) 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
131
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` = 30474)
0.369 ms 2 /classes/Product.php:3860
363
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30141
ORDER BY f.position ASC
0.369 ms 9 Yes /classes/Product.php:6013
138
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30474 AND pa.`id_product` = 30474 AND pa.`id_product_attribute` = 535 LIMIT 1
0.369 ms 1 /classes/Product.php:1209
273
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30175) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
1523
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.369 ms 1 /classes/module/Module.php:2659
1706
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29437) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
347
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30147
ORDER BY f.position ASC
0.368 ms 9 Yes /classes/Product.php:6013
1446
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6574) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
551
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` = 29276 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` = 29276 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.368 ms 0 /classes/Cart.php:1430
1750
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19633) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.368 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.367 ms 4 Yes /classes/shop/Shop.php:715
1886
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 477
ORDER BY ag.`position` ASC, a.`position` ASC
0.367 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
473
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` = 306
AND cp.`id_cart` = 0 AND cp.`id_product` = 29739 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` = 306
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29739 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.365 ms 0 /classes/Cart.php:1430
1791
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8807) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.365 ms 2 Yes Yes /classes/Product.php:4513
1805
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 7159
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.365 ms 4 Yes Yes /classes/Product.php:2731
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` = 30565
AND image_shop.`cover` = 1 LIMIT 1
0.364 ms 1 /classes/Product.php:3570
1795
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (69,70)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.363 ms 2 /classes/Product.php:2746
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.362 ms 1 /src/Adapter/EntityMapper.php:71
412
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29979
AND pac.`id_product_attribute` = 371
AND agl.`id_lang` = 1
0.362 ms 1 /classes/Product.php:7516
1464
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 454) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
1028
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6844
ORDER BY f.position ASC
0.361 ms 8 Yes /classes/Product.php:6013
1598
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30185
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.361 ms 4 Yes Yes /classes/Product.php:2731
1841
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 6835 AND `id_shop` = 1
0.361 ms 5 /src/Adapter/EntityMapper.php:79
1865
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.361 ms 1 /classes/module/Module.php:2659
1582
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30200) 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
443
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29757
ORDER BY f.position ASC
0.359 ms 6 Yes /classes/Product.php:6013
574
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 27551
ORDER BY f.position ASC
0.359 ms 7 Yes /classes/Product.php:6013
1311
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27292) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
1749
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19733) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.359 ms 1 Yes Yes /classes/Product.php:4513
1627
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (459,460)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.358 ms 2 /classes/Product.php:2746
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` = 17981 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` = 17981 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1430
853
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11707
AND pac.`id_product_attribute` = 101
AND agl.`id_lang` = 1
0.357 ms 1 /classes/Product.php:7516
144
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.357 ms 1 /classes/Product.php:5659
1368
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18500) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
1447
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` = 1)
WHERE i.`id_product` = 6574
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3539
1477
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` = 1)
WHERE i.`id_product` = 44090
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3539
1599
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (469,470,471,472)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.357 ms 4 /classes/Product.php:2746
1771
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (104,105)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.357 ms 2 /classes/Product.php:2746
1893
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 458
ORDER BY ag.`position` ASC, a.`position` ASC
0.357 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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.356 ms 126 /classes/module/Module.php:341
1560
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (535,536)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.356 ms 2 /classes/Product.php:2746
1723
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (253,254,255)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.356 ms 3 /classes/Product.php:2746
893
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 9098
AND pac.`id_product_attribute` = 77
AND agl.`id_lang` = 1
0.355 ms 1 /classes/Product.php:7516
934
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` = 7874 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` = 7874 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.355 ms 0 /classes/Cart.php:1430
1714
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29417 AND `id_shop` = 1
0.355 ms 5 /src/Adapter/EntityMapper.php:79
423
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` = 29964 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` = 29964 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.354 ms 0 /classes/Cart.php:1430
523
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29437
ORDER BY f.position ASC
0.354 ms 8 Yes /classes/Product.php:6013
566
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 27556
ORDER BY f.position ASC
0.354 ms 7 Yes /classes/Product.php:6013
927
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 8271
ORDER BY f.position ASC
0.354 ms 7 Yes /classes/Product.php:6013
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.354 ms 2 /classes/tax/TaxRulesTaxManager.php:100
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` = 22952 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` = 22952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.354 ms 0 /classes/Cart.php:1430
1356
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19633) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
1380
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18001) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
871
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 10531
ORDER BY f.position ASC
0.353 ms 6 Yes /classes/Product.php:6013
105
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` = 542
AND cp.`id_cart` = 0 AND cp.`id_product` = 30565 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` = 542
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30565 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
1726
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27556) 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
613
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` = 24387 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` = 24387 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
1102
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` = 454 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` = 454 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
1641
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30147) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
289
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30170) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
449
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29753) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
1127
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` = 42394 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` = 42394 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
74
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 32826 AND id_shop=1 LIMIT 1
0.349 ms 1 /classes/Product.php:6873
329
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` = 456
AND cp.`id_cart` = 0 AND cp.`id_product` = 30162 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` = 456
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30162 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
926
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` = 8271 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` = 8271 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
981
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 7143
AND pac.`id_product_attribute` = 54
AND agl.`id_lang` = 1
0.349 ms 1 /classes/Product.php:7516
1347
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20645) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
1552
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30557
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.349 ms 3 Yes Yes /classes/Product.php:2731
1794
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 8807
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.349 ms 2 Yes Yes /classes/Product.php:2731
1620
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30175
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.349 ms 2 Yes Yes /classes/Product.php:2731
108
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30565
AND pac.`id_product_attribute` = 542
AND agl.`id_lang` = 1
0.348 ms 1 /classes/Product.php:7516
1256
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (456, 457) AND il.`id_lang` = 1 ORDER by i.`position`
0.348 ms 2 Yes /classes/Product.php:2915
1488
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41744) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
1800
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7616) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.348 ms 1 Yes Yes /classes/Product.php:4513
219
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30188
ORDER BY f.position ASC
0.348 ms 9 Yes /classes/Product.php:6013
1184
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 41741
ORDER BY f.position ASC
0.348 ms 6 Yes /classes/Product.php:6013
1607
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (466,467,468)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.348 ms 3 /classes/Product.php:2746
1660
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (373,374)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.347 ms 2 /classes/Product.php:2746
287
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` = 30170
AND image_shop.`cover` = 1 LIMIT 1
0.346 ms 1 /classes/Product.php:3570
364
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30141
AND pac.`id_product_attribute` = 454
AND agl.`id_lang` = 1
0.346 ms 1 /classes/Product.php:7516
1543
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30565) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.346 ms 2 Yes Yes /classes/Product.php:4513
1618
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30175) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
1754
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 19391
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.346 ms 2 Yes Yes /classes/Product.php:2731
1506
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.345 ms 1 /classes/module/Module.php:2659
1604
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30181) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 473 LIMIT 1
0.344 ms 1 /classes/Combination.php:560
1070
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` = 6108 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` = 6108 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.344 ms 0 /classes/Cart.php:1430
1895
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 455
ORDER BY ag.`position` ASC, a.`position` ASC
0.344 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
904
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` = 8807 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` = 8807 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.344 ms 0 /classes/Cart.php:1430
1152
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 42392
ORDER BY f.position ASC
0.344 ms 6 Yes /classes/Product.php:6013
355
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` = 30141)
0.343 ms 1 /classes/Product.php:3860
1689
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (306,307,308)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.343 ms 3 /classes/Product.php:2746
1013
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6847
AND pac.`id_product_attribute` = 36
AND agl.`id_lang` = 1
0.343 ms 1 /classes/Product.php:7516
97
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30565) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
231
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` = 30185 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` = 30185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.342 ms 0 /classes/Cart.php:1430
1553
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (539,540,541)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.342 ms 3 /classes/Product.php:2746
1773
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11707) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.342 ms 3 Yes Yes /classes/Product.php:4513
89
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` = 644
AND cp.`id_cart` = 0 AND cp.`id_product` = 32727 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` = 644
AND cp.`id_cart` = 0 AND p.`id_product_item` = 32727 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
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` = 20647 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` = 20647 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
970
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7143) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
1644
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (455)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.341 ms 1 /classes/Product.php:2746
107
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30565
ORDER BY f.position ASC
0.340 ms 6 Yes /classes/Product.php:6013
381
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 452) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
556
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29276
AND pac.`id_product_attribute` = 253
AND agl.`id_lang` = 1
0.340 ms 1 /classes/Product.php:7516
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 19733
ORDER BY f.position ASC
0.340 ms 8 Yes /classes/Product.php:6013
888
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` = 9098 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` = 9098 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.340 ms 0 /classes/Cart.php:1430
1492
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` = 1)
WHERE i.`id_product` = 41742
ORDER BY `position`
0.340 ms 1 Yes /classes/Product.php:3539
1578
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30215) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
1629
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30163) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.340 ms 1 Yes Yes /classes/Product.php:4513
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` = 19733 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` = 19733 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.339 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` = 20733 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` = 20733 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1430
942
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` = 7616 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` = 7616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1430
113
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30557) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
843
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 101 LIMIT 1
0.338 ms 1 /classes/Combination.php:560
1389
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14631) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
492
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29735
AND pac.`id_product_attribute` = 304
AND agl.`id_lang` = 1
0.337 ms 1 /classes/Product.php:7516
1323
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24374) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
1449
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6109) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
1872
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.336 ms 1 /classes/module/Module.php:2659
101
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30565 AND `id_group` = 1 LIMIT 1
0.335 ms 0 /classes/GroupReduction.php:153
1071
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6108
ORDER BY f.position ASC
0.335 ms 8 Yes /classes/Product.php:6013
1431
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` = 1)
WHERE i.`id_product` = 7143
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3539
1850
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5799) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.335 ms 1 Yes Yes /classes/Product.php:4513
191
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` = 30200
AND image_shop.`cover` = 1 LIMIT 1
0.334 ms 1 /classes/Product.php:3570
892
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 9098
ORDER BY f.position ASC
0.334 ms 7 Yes /classes/Product.php:6013
1410
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` = 1)
WHERE i.`id_product` = 8807
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3539
123
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30557
ORDER BY f.position ASC
0.333 ms 8 Yes /classes/Product.php:6013
413
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 371) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 23509
ORDER BY f.position ASC
0.333 ms 7 Yes /classes/Product.php:6013
1650
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30139) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.333 ms 2 Yes Yes /classes/Product.php:4513
1686
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29739) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
1176
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 41742
ORDER BY f.position ASC
0.333 ms 6 Yes /classes/Product.php:6013
1730
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27292) 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
491
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29735
ORDER BY f.position ASC
0.332 ms 8 Yes /classes/Product.php:6013
1332
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23509) AND (b.`id_shop` = 1) LIMIT 1
0.332 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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 20646
ORDER BY f.position ASC
0.332 ms 7 Yes /classes/Product.php:6013
1591
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (473,474,475,476)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.332 ms 4 /classes/Product.php:2746
62
SELECT SQL_NO_CACHE *
FROM `tyht_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
417
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29964) AND (b.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
1119
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` = 42395 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` = 42395 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
1632
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30163
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.331 ms 1 Yes Yes /classes/Product.php:2731
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.330 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
524
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29437
AND pac.`id_product_attribute` = 269
AND agl.`id_lang` = 1
0.330 ms 1 /classes/Product.php:7516
537
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` = 262
AND cp.`id_cart` = 0 AND cp.`id_product` = 29417 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` = 262
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29417 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
1199
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` = 41737 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` = 41737 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
1275
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` = 1)
WHERE i.`id_product` = 29757
ORDER BY `position`
0.330 ms 1 Yes /classes/Product.php:3539
1302
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27551) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
1308
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27328) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
741
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 19391
AND pac.`id_product_attribute` = 136
AND agl.`id_lang` = 1
0.329 ms 1 /classes/Product.php:7516
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 17981
ORDER BY f.position ASC
0.329 ms 7 Yes /classes/Product.php:6013
1062
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` = 6109 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` = 6109 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.329 ms 0 /classes/Cart.php:1430
1094
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` = 994 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` = 994 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.329 ms 0 /classes/Cart.php:1430
1485
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41745) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
1583
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30200) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
1744
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20733) 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
1908
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 253
ORDER BY ag.`position` ASC, a.`position` ASC
0.328 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
136
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30474) AND (id_product_attribute = 535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.327 ms 1 /classes/stock/StockAvailable.php:453
252
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30181
AND pac.`id_product_attribute` = 466
AND agl.`id_lang` = 1
0.327 ms 1 /classes/Product.php:7516
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` = 20645 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` = 20645 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.327 ms 0 /classes/Cart.php:1430
1175
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` = 41742 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` = 41742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.327 ms 0 /classes/Cart.php:1430
539
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29417
ORDER BY f.position ASC
0.327 ms 9 Yes /classes/Product.php:6013
1221
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` = 1)
WHERE i.`id_product` = 30458
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3539
1458
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5799) AND (b.`id_shop` = 1) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
1673
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29757) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.327 ms 2 Yes Yes /classes/Product.php:4513
1885
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 478
ORDER BY ag.`position` ASC, a.`position` ASC
0.327 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
124
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30557
AND pac.`id_product_attribute` = 539
AND agl.`id_lang` = 1
0.326 ms 1 /classes/Product.php:7516
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` = 30215
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
348
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30147
AND pac.`id_product_attribute` = 455
AND agl.`id_lang` = 1
0.326 ms 1 /classes/Product.php:7516
379
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30139
ORDER BY f.position ASC
0.326 ms 10 Yes /classes/Product.php:6013
1869
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_linklist" LIMIT 1
0.326 ms 1 /classes/module/Module.php:2659
100
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30565 AND id_shop=1 LIMIT 1
0.326 ms 1 /classes/Product.php:6873
163
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` = 30275)
0.326 ms 3 /classes/Product.php:3860
1883
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 531
ORDER BY ag.`position` ASC, a.`position` ASC
0.326 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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.325 ms 15 Yes /modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
251
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30181
ORDER BY f.position ASC
0.325 ms 10 Yes /classes/Product.php:6013
508
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29734
AND pac.`id_product_attribute` = 303
AND agl.`id_lang` = 1
0.325 ms 1 /classes/Product.php:7516
622
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 24383
ORDER BY f.position ASC
0.325 ms 7 Yes /classes/Product.php:6013
1401
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10531) AND (b.`id_shop` = 1) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
121
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` = 539
AND cp.`id_cart` = 0 AND cp.`id_product` = 30557 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` = 539
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30557 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
565
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` = 27556 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` = 27556 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
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` = 18343 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` = 18343 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
1403
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 10531
0.324 ms 1 /classes/Product.php:2899
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` = 32829
AND image_shop.`cover` = 1 LIMIT 1
0.323 ms 1 /classes/Product.php:3570
1183
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` = 41741 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` = 41741 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
1320
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24383) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
1590
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30188
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.323 ms 4 Yes Yes /classes/Product.php:2731
1777
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (101,102,103)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.323 ms 3 /classes/Product.php:2746
1762
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18128) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.323 ms 1 Yes Yes /classes/Product.php:4513
160
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.322 ms 1 /classes/Product.php:5659
332
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30162
AND pac.`id_product_attribute` = 456
AND agl.`id_lang` = 1
0.322 ms 1 /classes/Product.php:7516
540
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 29417
AND pac.`id_product_attribute` = 262
AND agl.`id_lang` = 1
0.322 ms 1 /classes/Product.php:7516
1659
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29980
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.322 ms 2 Yes Yes /classes/Product.php:2731
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 22952
ORDER BY f.position ASC
0.322 ms 7 Yes /classes/Product.php:6013
1571
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30275) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:71
435
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` = 29757)
0.321 ms 2 /classes/Product.php:3860
1168
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 41744
ORDER BY f.position ASC
0.321 ms 5 Yes /classes/Product.php:6013
331
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 30162
ORDER BY f.position ASC
0.320 ms 8 Yes /classes/Product.php:6013
343
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` = 30147 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` = 30147 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
354
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 454 LIMIT 1
0.320 ms 1 /classes/Combination.php:560
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 19633
ORDER BY f.position ASC
0.320 ms 8 Yes /classes/Product.php:6013
909
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 8807
AND pac.`id_product_attribute` = 69
AND agl.`id_lang` = 1
0.320 ms 1 /classes/Product.php:7516
965
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 7159
AND pac.`id_product_attribute` = 57
AND agl.`id_lang` = 1
0.320 ms 1 /classes/Product.php:7516
1685
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29739) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.320 ms 3 Yes Yes /classes/Product.php:4513
589
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` = 27328 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` = 27328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.319 ms 0 /classes/Cart.php:1430
661
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 23509) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.318 ms 1 /classes/stock/StockAvailable.php:453
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 20645
ORDER BY f.position ASC
0.318 ms 7 Yes /classes/Product.php:6013
650
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` = 169
AND cp.`id_cart` = 0 AND cp.`id_product` = 24031 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` = 169
AND cp.`id_cart` = 0 AND p.`id_product_item` = 24031 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
1648
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30141
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.318 ms 1 Yes Yes /classes/Product.php:2731
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` = 32829)
0.317 ms 1 /classes/Product.php:3860
980
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 7143
ORDER BY f.position ASC
0.317 ms 8 Yes /classes/Product.php:6013
1467
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42396) AND (b.`id_shop` = 1) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
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` = 20644 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` = 20644 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
1217
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (539, 540, 541) AND il.`id_lang` = 1 ORDER by i.`position`
0.316 ms 3 Yes /classes/Product.php:2915
1748
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20644) 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
1830
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6847) AND (id_product_attribute = 37) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.316 ms 1 /classes/stock/StockAvailable.php:453
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 20733
ORDER BY f.position ASC
0.316 ms 8 Yes /classes/Product.php:6013
1470
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42395) AND (b.`id_shop` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
878
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` = 10530 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` = 10530 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
1617
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30175) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.315 ms 2 Yes Yes /classes/Product.php:4513
1740
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (169,170)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.315 ms 2 /classes/Product.php:2746
214
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30188) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.314 ms 1 /classes/stock/StockAvailable.php:453
1024
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` = 6844 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` = 6844 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
1128
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 42394
ORDER BY f.position ASC
0.314 ms 6 Yes /classes/Product.php:6013
514
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 269 LIMIT 1
0.313 ms 1 /classes/Combination.php:560
1008
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` = 6847 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` = 6847 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
1063
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6109
ORDER BY f.position ASC
0.312 ms 8 Yes /classes/Product.php:6013
1530
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` = 1 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.312 ms 1 /classes/Category.php:1594
1890
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 463
ORDER BY ag.`position` ASC, a.`position` ASC
0.312 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
458
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29753 AND pa.`id_product` = 29753 AND pa.`id_product_attribute` = 311 LIMIT 1
0.312 ms 1 /classes/Product.php:1209
1425
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7168) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
1574
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (502,503,504)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.312 ms 3 /classes/Product.php:2746
1674
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29757) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
239
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` = 30181
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18343
ORDER BY f.position ASC
0.311 ms 6 Yes /classes/Product.php:6013
1422
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7616) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
1565
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30458
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.311 ms 4 Yes Yes /classes/Product.php:2731
507
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 29734
ORDER BY f.position ASC
0.310 ms 5 Yes /classes/Product.php:6013
590
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 27328
ORDER BY f.position ASC
0.309 ms 7 Yes /classes/Product.php:6013
614
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 24387
ORDER BY f.position ASC
0.309 ms 6 Yes /classes/Product.php:6013
1544
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30565) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
1696
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (304,305)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.309 ms 2 /classes/Product.php:2746
1029
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `tyht_attribute` a
LEFT JOIN `tyht_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `tyht_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `tyht_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6844
AND pac.`id_product_attribute` = 32
AND agl.`id_lang` = 1
0.308 ms 1 /classes/Product.php:7516
1135
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` = 44090 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` = 44090 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
1317
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24387) AND (b.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
1692
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29735) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.308 ms 2 Yes Yes /classes/Product.php:4513
976
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` = 7143 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` = 7143 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
1672
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (368)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.307 ms 1 /classes/Product.php:2746
730
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19391) AND (b.`id_shop` = 1) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
209
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30188) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
225
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30185) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 20644
ORDER BY f.position ASC
0.306 ms 7 Yes /classes/Product.php:6013
1577
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30215) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.306 ms 1 Yes Yes /classes/Product.php:4513
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.306 ms 1 /classes/tax/TaxRulesTaxManager.php:100
1207
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` = 1)
WHERE i.`id_product` = 32826
ORDER BY `position`
0.306 ms 1 Yes /classes/Product.php:3539
960
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` = 7159 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` = 7159 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.305 ms 0 /classes/Cart.php:1430
996
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6895
ORDER BY f.position ASC
0.305 ms 7 Yes /classes/Product.php:6013
1643
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30147
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.304 ms 1 Yes Yes /classes/Product.php:2731
529
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29417) AND (b.`id_shop` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
879
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 10530
ORDER BY f.position ASC
0.304 ms 7 Yes /classes/Product.php:6013
919
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 8272
ORDER BY f.position ASC
0.304 ms 8 Yes /classes/Product.php:6013
1191
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` = 41740 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` = 41740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.304 ms 0 /classes/Cart.php:1430
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18827
ORDER BY f.position ASC
0.303 ms 5 Yes /classes/Product.php:6013
950
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` = 7168 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` = 7168 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.303 ms 0 /classes/Cart.php:1430
1511
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.302 ms 1 /classes/module/Module.php:2659
1827
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 6847 AND `id_shop` = 1
0.302 ms 5 /src/Adapter/EntityMapper.php:79
582
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 27471
ORDER BY f.position ASC
0.302 ms 7 Yes /classes/Product.php:6013
598
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 27292
ORDER BY f.position ASC
0.302 ms 6 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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 24345
ORDER BY f.position ASC
0.302 ms 8 Yes /classes/Product.php:6013
844
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` = 11707)
0.302 ms 3 /classes/Product.php:3860
358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30141) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:453
935
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 7874
ORDER BY f.position ASC
0.301 ms 8 Yes /classes/Product.php:6013
1455
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6106) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
1143
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` = 42393 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` = 42393 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
1665
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29979
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.301 ms 2 Yes Yes /classes/Product.php:2731
1160
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 41745
ORDER BY f.position ASC
0.300 ms 6 Yes /classes/Product.php:6013
1525
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` = 1
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.300 ms 1 /src/Adapter/EntityMapper.php:71
1862
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41741) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.300 ms 1 Yes Yes /classes/Product.php:4513
45
SELECT SQL_NO_CACHE *
FROM `tyht_state` a
WHERE (a.`id_state` = 383) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
553
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` = 253
AND cp.`id_cart` = 0 AND cp.`id_product` = 29276 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` = 253
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29276 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.299 ms 0 /classes/Cart.php:1430
740
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 19391
ORDER BY f.position ASC
0.299 ms 4 Yes /classes/Product.php:6013
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 14669
ORDER BY f.position ASC
0.299 ms 6 Yes /classes/Product.php:6013
890
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` = 77
AND cp.`id_cart` = 0 AND cp.`id_product` = 9098 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` = 77
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9098 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.299 ms 0 /classes/Cart.php:1430
918
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` = 8272 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` = 8272 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.299 ms 0 /classes/Cart.php:1430
954
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7159) AND (b.`id_shop` = 1) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
1236
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` = 1)
WHERE i.`id_product` = 30185
ORDER BY `position`
0.299 ms 1 Yes /classes/Product.php:3539
489
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` = 304
AND cp.`id_cart` = 0 AND cp.`id_product` = 29735 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` = 304
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29735 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
189
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 478) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:71
1200
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 41737
ORDER BY f.position ASC
0.297 ms 6 Yes /classes/Product.php:6013
408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29979) AND (id_product_attribute = 371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.297 ms 1 /classes/stock/StockAvailable.php:453
466
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 306 LIMIT 1
0.297 ms 1 /classes/Combination.php:560
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18342
ORDER BY f.position ASC
0.296 ms 6 Yes /classes/Product.php:6013
1649
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (454)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.296 ms 1 /classes/Product.php:2746
1693
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29735) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
943
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 7616
ORDER BY f.position ASC
0.296 ms 8 Yes /classes/Product.php:6013
1486
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` = 1)
WHERE i.`id_product` = 41745
ORDER BY `position`
0.296 ms 1 Yes /classes/Product.php:3539
1111
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` = 42396 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` = 42396 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
1383
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17981) AND (b.`id_shop` = 1) LIMIT 1
0.295 ms 1 /src/Adapter/EntityMapper.php:71
282
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30175 AND pa.`id_product` = 30175 AND pa.`id_product_attribute` = 461 LIMIT 1
0.295 ms 1 /classes/Product.php:1209
1733
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24383) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.295 ms 1 Yes Yes /classes/Product.php:4513
675
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 20733 AND id_shop=1 LIMIT 1
0.294 ms 1 /classes/Product.php:6873
597
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` = 27292 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` = 27292 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
736
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` = 19391 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` = 19391 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
1737
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24031) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:71
16
SELECT SQL_NO_CACHE id_shop
FROM `tyht_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.293 ms 1 /classes/ObjectModel.php:1724
1043
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 6835 AND pa.`id_product` = 6835 AND pa.`id_product_attribute` = 30 LIMIT 1
0.293 ms 1 /classes/Product.php:1209
1419
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7874) AND (b.`id_shop` = 1) LIMIT 1
0.293 ms 1 /src/Adapter/EntityMapper.php:71
1834
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 6844 AND `id_shop` = 1
0.293 ms 5 /src/Adapter/EntityMapper.php:79
1884
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 502
ORDER BY ag.`position` ASC, a.`position` ASC
0.293 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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` = 22952
AND image_shop.`cover` = 1 LIMIT 1
0.292 ms 1 /classes/Product.php:3570
908
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 8807
ORDER BY f.position ASC
0.292 ms 8 Yes /classes/Product.php:6013
964
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 7159
ORDER BY f.position ASC
0.292 ms 10 Yes /classes/Product.php:6013
1887
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 473
ORDER BY ag.`position` ASC, a.`position` ASC
0.292 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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.292 ms 5 /classes/Language.php:1080
217
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` = 473
AND cp.`id_cart` = 0 AND cp.`id_product` = 30188 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` = 473
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30188 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
1363
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` = 1)
WHERE i.`id_product` = 18827
ORDER BY `position`
0.291 ms 1 Yes /classes/Product.php:3539
275
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` = 30175)
0.291 ms 2 /classes/Product.php:3860
513
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29437) AND (b.`id_shop` = 1) LIMIT 1
0.291 ms 1 /src/Adapter/EntityMapper.php:71
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` = 18128 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` = 18128 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
1695
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29735
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.291 ms 2 Yes Yes /classes/Product.php:2731
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` = 18500)
0.290 ms 1 /classes/Product.php:3860
1417
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` = 1)
WHERE i.`id_product` = 8271
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3539
369
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30139) AND (b.`id_shop` = 1) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
1414
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` = 1)
WHERE i.`id_product` = 8272
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3539
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` = 18827 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` = 18827 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.289 ms 0 /classes/Cart.php:1430
1012
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 6847
ORDER BY f.position ASC
0.289 ms 8 Yes /classes/Product.php:6013
1747
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20645) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.289 ms 1 Yes Yes /classes/Product.php:4513
24
SELECT SQL_NO_CACHE * FROM `tyht_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.288 ms 1 /classes/module/Module.php:2041
233
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` = 469
AND cp.`id_cart` = 0 AND cp.`id_product` = 30185 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` = 469
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.288 ms 0 /classes/Cart.php:1430
605
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` = 27286 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` = 27286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.288 ms 0 /classes/Cart.php:1430
1120
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 42395
ORDER BY f.position ASC
0.288 ms 6 Yes /classes/Product.php:6013
1151
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` = 42392 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` = 42392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.288 ms 0 /classes/Cart.php:1430
1894
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 456
ORDER BY ag.`position` ASC, a.`position` ASC
0.288 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
337
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30147) AND (b.`id_shop` = 1) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
994
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` = 46
AND cp.`id_cart` = 0 AND cp.`id_product` = 6895 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` = 46
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6895 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.287 ms 0 /classes/Cart.php:1430
1909
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 169
ORDER BY ag.`position` ASC, a.`position` ASC
0.287 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
301
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 459) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30474 AND id_shop=1 LIMIT 1
0.286 ms 1 /classes/Product.php:6873
383
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` = 29980
AND image_shop.`cover` = 1 LIMIT 1
0.286 ms 1 /classes/Product.php:3570
1074
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` = 6106)
0.285 ms 1 /classes/Product.php:3860
1683
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (311,312)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.285 ms 2 /classes/Product.php:2746
1813
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 7143
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.285 ms 3 Yes Yes /classes/Product.php:2731
978
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` = 54
AND cp.`id_cart` = 0 AND cp.`id_product` = 7143 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` = 54
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7143 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
1722
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29276
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.284 ms 3 Yes Yes /classes/Product.php:2731
1095
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 994
ORDER BY f.position ASC
0.284 ms 8 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` = 18001 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` = 18001 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
1192
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 41740
ORDER BY f.position ASC
0.283 ms 6 Yes /classes/Product.php:6013
1248
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` = 1)
WHERE i.`id_product` = 30170
ORDER BY `position`
0.283 ms 1 Yes /classes/Product.php:3539
1611
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30176) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
1905
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 303
ORDER BY ag.`position` ASC, a.`position` ASC
0.283 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1002
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6847) AND (b.`id_shop` = 1) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:71
1115
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` = 42395)
0.282 ms 1 /classes/Product.php:3860
1626
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30170
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.282 ms 2 Yes Yes /classes/Product.php:2731
834
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` = 104
AND cp.`id_cart` = 0 AND cp.`id_product` = 11721 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` = 104
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.282 ms 0 /classes/Cart.php:1430
1770
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 11721
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.282 ms 2 Yes Yes /classes/Product.php:2731
1573
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30275
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.281 ms 3 Yes Yes /classes/Product.php:2731
505
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` = 303
AND cp.`id_cart` = 0 AND cp.`id_product` = 29734 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` = 303
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29734 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
898
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8807) AND (b.`id_shop` = 1) LIMIT 1
0.281 ms 1 /src/Adapter/EntityMapper.php:71
962
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` = 57
AND cp.`id_cart` = 0 AND cp.`id_product` = 7159 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` = 57
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7159 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
1896
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 454
ORDER BY ag.`position` ASC, a.`position` ASC
0.281 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1018
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6844) AND (b.`id_shop` = 1) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
1735
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24345) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.280 ms 1 Yes Yes /classes/Product.php:4513
1112
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 42396
ORDER BY f.position ASC
0.280 ms 6 Yes /classes/Product.php:6013
1580
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30215
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.280 ms 1 Yes Yes /classes/Product.php:2731
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18128
ORDER BY f.position ASC
0.279 ms 7 Yes /classes/Product.php:6013
1026
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` = 32
AND cp.`id_cart` = 0 AND cp.`id_product` = 6844 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` = 32
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6844 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
1731
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` = 1)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27286) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.279 ms 1 Yes Yes /classes/Product.php:4513
1911
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 104
ORDER BY ag.`position` ASC, a.`position` ASC
0.278 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
377
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` = 452
AND cp.`id_cart` = 0 AND cp.`id_product` = 30139 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` = 452
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.278 ms 0 /classes/Cart.php:1430
390
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29980) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.278 ms 1 /classes/stock/StockAvailable.php:453
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` = 22952)
0.278 ms 1 /classes/Product.php:3860
951
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 7168
ORDER BY f.position ASC
0.278 ms 6 Yes /classes/Product.php:6013
83
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` = 32727)
0.277 ms 3 /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` = 24374)
0.277 ms 1 /classes/Product.php:3860
1495
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` = 1)
WHERE i.`id_product` = 41741
ORDER BY `position`
0.277 ms 1 Yes /classes/Product.php:3539
1903
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 306
ORDER BY ag.`position` ASC, a.`position` ASC
0.277 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
447
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` = 29753
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
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` = 1
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6895) AND (b.`id_shop` = 1) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
615
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` = 24383
AND image_shop.`cover` = 1 LIMIT 1
0.276 ms 1 /classes/Product.php:3570
1010
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` = 36
AND cp.`id_cart` = 0 AND cp.`id_product` = 6847 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` = 36
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6847 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.276 ms 0 /classes/Cart.php:1430
1251
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` = 1)
WHERE i.`id_product` = 30163
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3539
1443
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` = 1)
WHERE i.`id_product` = 6835
ORDER BY `position`
0.275 ms 1 Yes /classes/Product.php:3539
906
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` = 69
AND cp.`id_cart` = 0 AND cp.`id_product` = 8807 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` = 69
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8807 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
998
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 46) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
988
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` = 6895)
0.274 ms 4 /classes/Product.php:3860
1144
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 42393
ORDER BY f.position ASC
0.274 ms 6 Yes /classes/Product.php:6013
345
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` = 455
AND cp.`id_cart` = 0 AND cp.`id_product` = 30147 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` = 455
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30147 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.274 ms 0 /classes/Cart.php:1430
1653
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30139
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.274 ms 2 Yes Yes /classes/Product.php:2731
1036
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` = 6835)
0.273 ms 3 /classes/Product.php:3860
451
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` = 29753)
0.272 ms 2 /classes/Product.php:3860
1058
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` = 6109)
0.272 ms 1 /classes/Product.php:3860
1136
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 44090
ORDER BY f.position ASC
0.272 ms 6 Yes /classes/Product.php:6013
1739
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 24031
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.272 ms 2 Yes Yes /classes/Product.php:2731
259
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` = 30176)
0.271 ms 3 /classes/Product.php:3860
461
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 311) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
617
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` = 24383)
0.271 ms 1 /classes/Product.php:3860
1242
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` = 1)
WHERE i.`id_product` = 30176
ORDER BY `position`
0.271 ms 1 Yes /classes/Product.php:3539
841
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
1513
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.271 ms 1 /classes/Currency.php:1134
515
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` = 29437)
0.270 ms 3 /classes/Product.php:3860
920
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` = 8271
AND image_shop.`cover` = 1 LIMIT 1
0.270 ms 1 /classes/Product.php:3570
1272
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` = 1)
WHERE i.`id_product` = 29964
ORDER BY `position`
0.269 ms 1 Yes /classes/Product.php:3539
1321
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` = 1)
WHERE i.`id_product` = 24383
ORDER BY `position`
0.268 ms 1 Yes /classes/Product.php:3539
738
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` = 136
AND cp.`id_cart` = 0 AND cp.`id_product` = 19391 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` = 136
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.267 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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 18001
ORDER BY f.position ASC
0.267 ms 6 Yes /classes/Product.php:6013
1581
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (478)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.267 ms 1 /classes/Product.php:2746
651
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 24031 AND pa.`id_product` = 24031 AND pa.`id_product_attribute` = 169 LIMIT 1
0.267 ms 1 /classes/Product.php:1209
938
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` = 7616)
0.266 ms 1 /classes/Product.php:3860
1230
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` = 1)
WHERE i.`id_product` = 30200
ORDER BY `position`
0.266 ms 1 Yes /classes/Product.php:3539
1351
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` = 1)
WHERE i.`id_product` = 20644
ORDER BY `position`
0.266 ms 1 Yes /classes/Product.php:3539
1483
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` = 1)
WHERE i.`id_product` = 42392
ORDER BY `position`
0.266 ms 1 Yes /classes/Product.php:3539
606
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 = 1)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 27286
ORDER BY f.position ASC
0.265 ms 6 Yes /classes/Product.php:6013
1342
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` = 1)
WHERE i.`id_product` = 20647
ORDER BY `position`
0.265 ms 1 Yes /classes/Product.php:3539
866
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, 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` = 10531)
0.264 ms 1 /classes/Product.php:3860
1233
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` = 1)
WHERE i.`id_product` = 30188
ORDER BY `position`
0.264 ms 1 Yes /classes/Product.php:3539
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29417) AND (id_product_attribute = 262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
1339
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` = 1)
WHERE i.`id_product` = 20733
ORDER BY `position`
0.263 ms 1 Yes /classes/Product.php:3539
307
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` = 30163)
0.262 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` = 24345)
0.262 ms 1 /classes/Product.php:3860
1888
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 469
ORDER BY ag.`position` ASC, a.`position` ASC
0.262 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1914
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 69
ORDER BY ag.`position` ASC, a.`position` ASC
0.262 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1920
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 30
ORDER BY ag.`position` ASC, a.`position` ASC
0.262 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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.261 ms 25 /classes/Language.php:1214
349
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 455) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:71
351
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` = 30141
AND image_shop.`cover` = 1 LIMIT 1
0.261 ms 1 /classes/Product.php:3570
174
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 502
0.260 ms 5 /src/Adapter/EntityMapper.php:79
1227
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` = 1)
WHERE i.`id_product` = 30215
ORDER BY `position`
0.260 ms 1 Yes /classes/Product.php:3539
1392
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` = 1)
WHERE i.`id_product` = 11721
ORDER BY `position`
0.260 ms 1 Yes /classes/Product.php:3539
1354
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` = 1)
WHERE i.`id_product` = 19733
ORDER BY `position`
0.259 ms 1 Yes /classes/Product.php:3539
162
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 502 LIMIT 1
0.258 ms 1 /classes/Combination.php:560
243
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` = 30181)
0.258 ms 3 /classes/Product.php:3860
567
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` = 27551
AND image_shop.`cover` = 1 LIMIT 1
0.258 ms 1 /classes/Product.php:3570
1039
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6835) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:453
1518
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `tyht_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.258 ms 1 /classes/Cart.php:1300
1682
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29753
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.258 ms 2 Yes Yes /classes/Product.php:2731
237
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 469) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:71
1359
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` = 1)
WHERE i.`id_product` = 19391
ORDER BY `position`
0.257 ms 1 Yes /classes/Product.php:3539
1465
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` = 1)
WHERE i.`id_product` = 454
ORDER BY `position`
0.257 ms 1 Yes /classes/Product.php:3539
1050
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` = 6574)
0.256 ms 1 /classes/Product.php:3860
1428
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` = 1)
WHERE i.`id_product` = 7159
ORDER BY `position`
0.256 ms 1 Yes /classes/Product.php:3539
1551
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30557 AND `id_shop` = 1
0.256 ms 5 /src/Adapter/EntityMapper.php:79
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` = 32826
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
410
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29979 AND pa.`id_product` = 29979 AND pa.`id_product_attribute` = 371 LIMIT 1
0.255 ms 1 /classes/Product.php:1209
1208
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 32826
0.255 ms 1 /classes/Product.php:2899
1329
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` = 1)
WHERE i.`id_product` = 24031
ORDER BY `position`
0.255 ms 1 Yes /classes/Product.php:3539
1910
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 136
ORDER BY ag.`position` ASC, a.`position` ASC
0.255 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
387
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` = 29980)
0.255 ms 2 /classes/Product.php:3860
285
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 461) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:71
547
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` = 29276)
0.254 ms 3 /classes/Product.php:3860
1558
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30474 AND `id_shop` = 1
0.254 ms 5 /src/Adapter/EntityMapper.php:79
480
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
533
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29417 AND `id_group` = 1 LIMIT 1
0.253 ms 0 /classes/GroupReduction.php:153
212
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30188 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6873
1218
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` = 1)
WHERE i.`id_product` = 30474
ORDER BY `position`
0.252 ms 1 Yes /classes/Product.php:3539
1498
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` = 1)
WHERE i.`id_product` = 41740
ORDER BY `position`
0.252 ms 1 Yes /classes/Product.php:3539
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` = 20644
AND image_shop.`cover` = 1 LIMIT 1
0.251 ms 1 /classes/Product.php:3570
1437
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` = 1)
WHERE i.`id_product` = 6847
ORDER BY `position`
0.251 ms 1 Yes /classes/Product.php:3539
1877
SELECT SQL_NO_CACHE data
FROM `tyht_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.251 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
1613
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 30176
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.250 ms 3 Yes Yes /classes/Product.php:2731
644
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` = 24031)
0.249 ms 2 /classes/Product.php:3860
362
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30141 AND pa.`id_product` = 30141 AND pa.`id_product_attribute` = 454 LIMIT 1
0.249 ms 1 /classes/Product.php:1209
828
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` = 11721)
0.249 ms 2 /classes/Product.php:3860
303
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` = 30163
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
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` = 24345
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
922
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` = 8271)
0.247 ms 1 /classes/Product.php:3860
1671
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 29964
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.247 ms 1 Yes Yes /classes/Product.php:2731
434
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 313 LIMIT 1
0.246 ms 1 /classes/Combination.php:560
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` = 11707
AND image_shop.`cover` = 1 LIMIT 1
0.246 ms 1 /classes/Product.php:3570
1453
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` = 1)
WHERE i.`id_product` = 6108
ORDER BY `position`
0.246 ms 1 Yes /classes/Product.php:3539
1348
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` = 1)
WHERE i.`id_product` = 20645
ORDER BY `position`
0.245 ms 1 Yes /classes/Product.php:3539
1897
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 452
ORDER BY ag.`position` ASC, a.`position` ASC
0.245 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
170
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30275 AND pa.`id_product` = 30275 AND pa.`id_product_attribute` = 502 LIMIT 1
0.244 ms 1 /classes/Product.php:1209
838
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 104) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
1412
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (69, 70) AND il.`id_lang` = 1 ORDER by i.`position`
0.244 ms 2 Yes /classes/Product.php:2915
1867
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.244 ms 1 /classes/module/Module.php:2659
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` = 18549)
0.243 ms 1 /classes/Product.php:3860
1655
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30139) AND (id_product_attribute = 453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
130
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 535 LIMIT 1
0.242 ms 1 /classes/Combination.php:560
445
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 313) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:71
1181
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41741 AND `id_group` = 1 LIMIT 1
0.241 ms 0 /classes/GroupReduction.php:153
1366
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` = 1)
WHERE i.`id_product` = 18549
ORDER BY `position`
0.240 ms 1 Yes /classes/Product.php:3539
146
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 531 LIMIT 1
0.240 ms 1 /classes/Combination.php:560
40
SELECT SQL_NO_CACHE * FROM `tyht_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.239 ms 7 Yes /classes/ImageType.php:109
350
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 455
0.239 ms 5 /src/Adapter/EntityMapper.php:79
429
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 368) LIMIT 1
0.239 ms 1 /src/Adapter/EntityMapper.php:71
1361
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (136, 137) AND il.`id_lang` = 1 ORDER by i.`position`
0.239 ms 2 Yes /classes/Product.php:2915
298
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30170 AND pa.`id_product` = 30170 AND pa.`id_product_attribute` = 459 LIMIT 1
0.239 ms 1 /classes/Product.php:1209
1056
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` = 6109
AND image_shop.`cover` = 1 LIMIT 1
0.239 ms 1 /classes/Product.php:3570
1293
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` = 1)
WHERE i.`id_product` = 29417
ORDER BY `position`
0.238 ms 1 Yes /classes/Product.php:3539
1345
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` = 1)
WHERE i.`id_product` = 20646
ORDER BY `position`
0.237 ms 1 Yes /classes/Product.php:3539
382
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 452
0.236 ms 5 /src/Adapter/EntityMapper.php:79
467
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` = 29739)
0.236 ms 3 /classes/Product.php:3860
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` = 23509)
0.236 ms 1 /classes/Product.php:3860
851
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 11707 AND pa.`id_product` = 11707 AND pa.`id_product_attribute` = 101 LIMIT 1
0.236 ms 1 /classes/Product.php:1209
76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32826) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
1296
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` = 1)
WHERE i.`id_product` = 29276
ORDER BY `position`
0.235 ms 1 Yes /classes/Product.php:3539
114
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 539 LIMIT 1
0.234 ms 1 /classes/Combination.php:560
1179
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` = 41741)
0.234 ms 1 /classes/Product.php:3860
1257
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` = 1)
WHERE i.`id_product` = 30147
ORDER BY `position`
0.234 ms 1 Yes /classes/Product.php:3539
1906
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 269
ORDER BY ag.`position` ASC, a.`position` ASC
0.234 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
399
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` = 29979
AND image_shop.`cover` = 1 LIMIT 1
0.234 ms 1 /classes/Product.php:3570
1046
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 30) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
1678
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29757) AND (id_product_attribute = 314) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
1711
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29437) AND (id_product_attribute = 271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
202
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30200 AND pa.`id_product` = 30200 AND pa.`id_product_attribute` = 477 LIMIT 1
0.232 ms 1 /classes/Product.php:1209
839
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 104
0.232 ms 5 /src/Adapter/EntityMapper.php:79
1212
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` = 1)
WHERE i.`id_product` = 30565
ORDER BY `position`
0.232 ms 1 Yes /classes/Product.php:3539
1336
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` = 1)
WHERE i.`id_product` = 22952
ORDER BY `position`
0.232 ms 1 Yes /classes/Product.php:3539
1528
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` = 1 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.232 ms 1 /classes/Category.php:1584
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30474) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
979
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 7143 AND pa.`id_product` = 7143 AND pa.`id_product_attribute` = 54 LIMIT 1
0.231 ms 1 /classes/Product.php:1209
1211
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (644, 645, 646) AND il.`id_lang` = 1 ORDER by i.`position`
0.231 ms 3 Yes /classes/Product.php:2915
291
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` = 30170)
0.230 ms 2 /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` = 24031
AND image_shop.`cover` = 1 LIMIT 1
0.230 ms 1 /classes/Product.php:3570
873
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
1014
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 36) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
1166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41744) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
154
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30458 AND pa.`id_product` = 30458 AND pa.`id_product_attribute` = 531 LIMIT 1
0.230 ms 1 /classes/Product.php:1209
314
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30163 AND pa.`id_product` = 30163 AND pa.`id_product_attribute` = 458 LIMIT 1
0.229 ms 1 /classes/Product.php:1209
1082
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` = 5799)
0.229 ms 1 /classes/Product.php:3860
1327
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` = 1)
WHERE i.`id_product` = 24345
ORDER BY `position`
0.229 ms 1 Yes /classes/Product.php:3539
1490
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41744
0.229 ms 1 /classes/Product.php:2899
1266
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` = 1)
WHERE i.`id_product` = 29980
ORDER BY `position`
0.229 ms 1 Yes /classes/Product.php:3539
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` = 4) LIMIT 1
0.228 ms 1 /src/Adapter/EntityMapper.php:71
1032
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` = 6835
AND image_shop.`cover` = 1 LIMIT 1
0.228 ms 1 /classes/Product.php:3570
90
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 32727 AND pa.`id_product` = 32727 AND pa.`id_product_attribute` = 644 LIMIT 1
0.227 ms 1 /classes/Product.php:1209
392
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29980) AND (id_product_attribute = 373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.227 ms 1 /classes/stock/StockAvailable.php:453
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` = 18549
AND image_shop.`cover` = 1 LIMIT 1
0.227 ms 1 /classes/Product.php:3570
1238
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (469, 470, 471, 472) AND il.`id_lang` = 1 ORDER by i.`position`
0.227 ms 4 Yes /classes/Product.php:2915
1899
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 371
ORDER BY ag.`position` ASC, a.`position` ASC
0.227 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
968
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` = 7143
AND image_shop.`cover` = 1 LIMIT 1
0.226 ms 1 /classes/Product.php:3570
190
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 478
0.225 ms 5 /src/Adapter/EntityMapper.php:79
499
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` = 29734)
0.225 ms 3 /classes/Product.php:3860
896
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` = 8807
AND image_shop.`cover` = 1 LIMIT 1
0.225 ms 1 /classes/Product.php:3570
326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30162) 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
1462
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` = 1)
WHERE i.`id_product` = 994
ORDER BY `position`
0.224 ms 1 Yes /classes/Product.php:3539
1409
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (77, 78, 6395, 6398) AND il.`id_lang` = 1 ORDER by i.`position`
0.224 ms 4 Yes /classes/Product.php:2915
186
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30215 AND pa.`id_product` = 30215 AND pa.`id_product_attribute` = 478 LIMIT 1
0.223 ms 1 /classes/Product.php:1209
1195
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` = 41737)
0.222 ms 1 /classes/Product.php:3860
286
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 461
0.221 ms 5 /src/Adapter/EntityMapper.php:79
591
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` = 27292
AND image_shop.`cover` = 1 LIMIT 1
0.221 ms 1 /classes/Product.php:3570
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` = 20646)
0.221 ms 1 /classes/Product.php:3860
1505
SELECT SQL_NO_CACHE value
FROM `tyht_correos_oficial_configuration`
WHERE (name = "ActivateDimensionsByDefault") AND (id_shop = 1) LIMIT 1
0.221 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:70
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` = 18343
AND image_shop.`cover` = 1 LIMIT 1
0.221 ms 3 /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` = 18500
AND image_shop.`cover` = 1 LIMIT 1
0.220 ms 1 /classes/Product.php:3570
1241
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (466, 467, 468) AND il.`id_lang` = 1 ORDER by i.`position`
0.220 ms 3 Yes /classes/Product.php:2915
884
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` = 9098)
0.220 ms 4 /classes/Product.php:3860
1501
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` = 1)
WHERE i.`id_product` = 41737
ORDER BY `position`
0.219 ms 1 Yes /classes/Product.php:3539
234
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30185 AND pa.`id_product` = 30185 AND pa.`id_product_attribute` = 469 LIMIT 1
0.219 ms 1 /classes/Product.php:1209
1284
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` = 1)
WHERE i.`id_product` = 29735
ORDER BY `position`
0.219 ms 1 Yes /classes/Product.php:3539
1636
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30162 AND `id_shop` = 1
0.219 ms 5 /src/Adapter/EntityMapper.php:79
1290
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` = 1)
WHERE i.`id_product` = 29437
ORDER BY `position`
0.218 ms 1 Yes /classes/Product.php:3539
206
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 477
0.218 ms 5 /src/Adapter/EntityMapper.php:79
431
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` = 29757
AND image_shop.`cover` = 1 LIMIT 1
0.218 ms 1 /classes/Product.php:3570
5
SELECT SQL_NO_CACHE *
FROM `tyht_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:71
483
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` = 29735)
0.216 ms 2 /classes/Product.php:3860
207
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` = 30188
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
1247
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (461, 462) AND il.`id_lang` = 1 ORDER by i.`position`
0.215 ms 2 Yes /classes/Product.php:2915
1631
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30163 AND `id_shop` = 1
0.215 ms 5 /src/Adapter/EntityMapper.php:79
1793
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 8807 AND `id_shop` = 1
0.215 ms 5 /src/Adapter/EntityMapper.php:79
319
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` = 30162
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19633) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
205
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 477) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
1080
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` = 5799
AND image_shop.`cover` = 1 LIMIT 1
0.214 ms 1 /classes/Product.php:3570
1250
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (459, 460) AND il.`id_lang` = 1 ORDER by i.`position`
0.214 ms 2 Yes /classes/Product.php:2915
1753
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 19391 AND `id_shop` = 1
0.214 ms 5 /src/Adapter/EntityMapper.php:79
1229
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (478) AND il.`id_lang` = 1 ORDER by i.`position`
0.214 ms 1 Yes /classes/Product.php:2915
1512
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.214 ms 1 /classes/module/Module.php:2132
1381
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` = 1)
WHERE i.`id_product` = 18001
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3539
874
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` = 10530)
0.213 ms 1 /classes/Product.php:3860
1468
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` = 1)
WHERE i.`id_product` = 42396
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3539
1912
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 101
ORDER BY ag.`position` ASC, a.`position` ASC
0.213 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1919
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 32
ORDER BY ag.`position` ASC, a.`position` ASC
0.212 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1215
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` = 1)
WHERE i.`id_product` = 30557
ORDER BY `position`
0.212 ms 1 Yes /classes/Product.php:3539
1235
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (473, 474, 475, 476) AND il.`id_lang` = 1 ORDER by i.`position`
0.212 ms 4 Yes /classes/Product.php:2915
956
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` = 7159)
0.211 ms 4 /classes/Product.php:3860
1532
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "productcomments" LIMIT 1
0.211 ms 1 /classes/module/Module.php:2659
454
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29753) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
864
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` = 10531
AND image_shop.`cover` = 1 LIMIT 1
0.210 ms 1 /classes/Product.php:3570
1169
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` = 41742
AND image_shop.`cover` = 1 LIMIT 1
0.210 ms 1 /classes/Product.php:3570
1600
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30185) AND (id_product_attribute = 470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
442
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29757 AND pa.`id_product` = 29757 AND pa.`id_product_attribute` = 313 LIMIT 1
0.209 ms 1 /classes/Product.php:1209
1378
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` = 1)
WHERE i.`id_product` = 18128
ORDER BY `position`
0.209 ms 1 Yes /classes/Product.php:3539
1658
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29980 AND `id_shop` = 1
0.209 ms 5 /src/Adapter/EntityMapper.php:79
1917
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 46
ORDER BY ag.`position` ASC, a.`position` ASC
0.209 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1292
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (269, 270, 271) AND il.`id_lang` = 1 ORDER by i.`position`
0.209 ms 3 Yes /classes/Product.php:2915
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` = 18128)
0.208 ms 1 /classes/Product.php:3860
397
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 373) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
1064
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` = 6108
AND image_shop.`cover` = 1 LIMIT 1
0.208 ms 1 /classes/Product.php:3570
1405
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` = 1)
WHERE i.`id_product` = 10530
ORDER BY `position`
0.207 ms 1 Yes /classes/Product.php:3539
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` = 30275
AND image_shop.`cover` = 1 LIMIT 1
0.207 ms 1 /classes/Product.php:3570
110
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 542
0.206 ms 5 /src/Adapter/EntityMapper.php:79
290
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 459 LIMIT 1
0.206 ms 1 /classes/Combination.php:560
456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29753) AND (id_product_attribute = 311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:453
624
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 9 LIMIT 1
0.206 ms 1 /classes/Category.php:1373
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` = 20646
AND image_shop.`cover` = 1 LIMIT 1
0.206 ms 1 /classes/Product.php:3570
1707
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29437 AND `id_shop` = 1
0.206 ms 5 /src/Adapter/EntityMapper.php:79
463
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` = 29739
AND image_shop.`cover` = 1 LIMIT 1
0.205 ms 1 /classes/Product.php:3570
940
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7616 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:153
1375
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` = 1)
WHERE i.`id_product` = 18342
ORDER BY `position`
0.205 ms 1 Yes /classes/Product.php:3539
1224
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` = 1)
WHERE i.`id_product` = 30275
ORDER BY `position`
0.204 ms 1 Yes /classes/Product.php:3539
1399
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` = 1)
WHERE i.`id_product` = 10718
ORDER BY `position`
0.204 ms 1 Yes /classes/Product.php:3539
1898
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 373
ORDER BY ag.`position` ASC, a.`position` ASC
0.204 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
1430
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (57, 58, 59, 60) AND il.`id_lang` = 1 ORDER by i.`position`
0.204 ms 4 Yes /classes/Product.php:2915
1104
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` = 42396
AND image_shop.`cover` = 1 LIMIT 1
0.203 ms 1 /classes/Product.php:3570
1434
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` = 1)
WHERE i.`id_product` = 6895
ORDER BY `position`
0.203 ms 1 Yes /classes/Product.php:3539
1844
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6835) AND (id_product_attribute = 31) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:453
317
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 458) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:71
1309
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` = 1)
WHERE i.`id_product` = 27328
ORDER BY `position`
0.202 ms 1 Yes /classes/Product.php:3539
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.201 ms 1 /src/Adapter/EntityMapper.php:71
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30275) AND (id_product_attribute = 502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
527
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` = 29417
AND image_shop.`cover` = 1 LIMIT 1
0.201 ms 1 /classes/Product.php:3570
1471
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` = 1)
WHERE i.`id_product` = 42395
ORDER BY `position`
0.201 ms 1 Yes /classes/Product.php:3539
1717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29417) AND (id_product_attribute = 263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
106
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30565 AND pa.`id_product` = 30565 AND pa.`id_product_attribute` = 542 LIMIT 1
0.200 ms 1 /classes/Product.php:1209
278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30175) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:453
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` = 10718
AND image_shop.`cover` = 1 LIMIT 1
0.200 ms 1 /classes/Product.php:3570
1601
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30185) AND (id_product_attribute = 471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:453
1721
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29276 AND `id_shop` = 1
0.200 ms 5 /src/Adapter/EntityMapper.php:79
328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30162) AND (id_product_attribute = 456) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
446
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 313
0.199 ms 5 /src/Adapter/EntityMapper.php:79
1622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30175) AND (id_product_attribute = 462) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
1395
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` = 1)
WHERE i.`id_product` = 11707
ORDER BY `position`
0.199 ms 1 Yes /classes/Product.php:3539
1812
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 7143 AND `id_shop` = 1
0.199 ms 5 /src/Adapter/EntityMapper.php:79
388
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29980 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6873
618
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 24383 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6873
1171
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` = 41742)
0.198 ms 1 /classes/Product.php:3860
19
SELECT SQL_NO_CACHE `name`, `alias` FROM `tyht_hook_alias`
0.198 ms 88 /classes/Hook.php:287
339
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` = 30147)
0.198 ms 1 /classes/Product.php:3860
531
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` = 29417)
0.198 ms 3 /classes/Product.php:3860
1306
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` = 1)
WHERE i.`id_product` = 27471
ORDER BY `position`
0.198 ms 1 Yes /classes/Product.php:3539
55
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 10 LIMIT 1
0.197 ms 1 /classes/Category.php:1373
1278
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` = 1)
WHERE i.`id_product` = 29753
ORDER BY `position`
0.197 ms 1 Yes /classes/Product.php:3539
1244
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (463, 464, 465) AND il.`id_lang` = 1 ORDER by i.`position`
0.197 ms 3 Yes /classes/Product.php:2915
1517
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
0.197 ms 1 /classes/module/Module.php:2132
386
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 373 LIMIT 1
0.196 ms 1 /classes/Combination.php:560
891
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 9098 AND pa.`id_product` = 9098 AND pa.`id_product_attribute` = 77 LIMIT 1
0.196 ms 1 /classes/Product.php:1209
1387
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` = 1)
WHERE i.`id_product` = 14669
ORDER BY `position`
0.196 ms 1 Yes /classes/Product.php:3539
1423
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` = 1)
WHERE i.`id_product` = 7616
ORDER BY `position`
0.196 ms 1 Yes /classes/Product.php:3539
1871
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.196 ms 6 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
1901
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 313
ORDER BY ag.`position` ASC, a.`position` ASC
0.196 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
35
SELECT SQL_NO_CACHE *
FROM `tyht_group_lang`
WHERE `id_group` = 1
0.195 ms 5 /src/Adapter/EntityMapper.php:79
49
SELECT SQL_NO_CACHE `name`
FROM `tyht_hook`
WHERE `id_hook` = 746 LIMIT 1
0.195 ms 1 /classes/Hook.php:241
258
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 463 LIMIT 1
0.195 ms 1 /classes/Combination.php:560
271
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` = 30175
AND image_shop.`cover` = 1 LIMIT 1
0.195 ms 1 /classes/Product.php:3570
294
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30170) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:453
557
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 253) LIMIT 1
0.195 ms 1 /src/Adapter/EntityMapper.php:71
1187
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` = 41740)
0.195 ms 1 /classes/Product.php:3860
1300
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` = 1)
WHERE i.`id_product` = 27556
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1450
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` = 1)
WHERE i.`id_product` = 6109
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1605
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30181 AND `id_shop` = 1
0.195 ms 5 /src/Adapter/EntityMapper.php:79
1661
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29980) AND (id_product_attribute = 374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:453
1819
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 6895 AND `id_shop` = 1
0.195 ms 5 /src/Adapter/EntityMapper.php:79
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30458) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:453
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.194 ms 1 /classes/shop/Shop.php:214
474
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29739 AND pa.`id_product` = 29739 AND pa.`id_product_attribute` = 306 LIMIT 1
0.194 ms 1 /classes/Product.php:1209
1253
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (458) AND il.`id_lang` = 1 ORDER by i.`position`
0.194 ms 1 Yes /classes/Product.php:2915
498
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 303 LIMIT 1
0.193 ms 1 /classes/Combination.php:560
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` = 23509
AND image_shop.`cover` = 1 LIMIT 1
0.193 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` = 20733)
0.193 ms 1 /classes/Product.php:3860
955
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 57 LIMIT 1
0.193 ms 1 /classes/Combination.php:560
93
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 644) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 478 LIMIT 1
0.193 ms 1 /classes/Combination.php:560
1185
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` = 41740
AND image_shop.`cover` = 1 LIMIT 1
0.193 ms 1 /classes/Product.php:3570
1315
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` = 1)
WHERE i.`id_product` = 27286
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
1331
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (169, 170) AND il.`id_lang` = 1 ORDER by i.`position`
0.193 ms 2 Yes /classes/Product.php:2915
1369
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` = 1)
WHERE i.`id_product` = 18500
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
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` = 18343)
0.192 ms 1 /classes/Product.php:3860
1303
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` = 1)
WHERE i.`id_product` = 27551
ORDER BY `position`
0.192 ms 1 Yes /classes/Product.php:3539
1402
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` = 1)
WHERE i.`id_product` = 10531
ORDER BY `position`
0.192 ms 1 Yes /classes/Product.php:3539
274
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 461 LIMIT 1
0.192 ms 1 /classes/Combination.php:560
869
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 10531) 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
1287
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` = 1)
WHERE i.`id_product` = 29734
ORDER BY `position`
0.192 ms 1 Yes /classes/Product.php:3539
984
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` = 6895
AND image_shop.`cover` = 1 LIMIT 1
0.191 ms 1 /classes/Product.php:3570
1537
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 32727 AND `id_shop` = 1
0.191 ms 5 /src/Adapter/EntityMapper.php:79
805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 17981) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:453
900
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` = 8807)
0.191 ms 2 /classes/Product.php:3860
1121
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` = 42394
AND image_shop.`cover` = 1 LIMIT 1
0.191 ms 1 /classes/Product.php:3570
1269
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` = 1)
WHERE i.`id_product` = 29979
ORDER BY `position`
0.191 ms 1 Yes /classes/Product.php:3539
1394
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (104, 105) AND il.`id_lang` = 1 ORDER by i.`position`
0.191 ms 2 Yes /classes/Product.php:2915
1489
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` = 1)
WHERE i.`id_product` = 41744
ORDER BY `position`
0.191 ms 1 Yes /classes/Product.php:3539
1769
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 11721 AND `id_shop` = 1
0.191 ms 5 /src/Adapter/EntityMapper.php:79
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30275) 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
972
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` = 7143)
0.190 ms 3 /classes/Product.php:3860
1390
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` = 1)
WHERE i.`id_product` = 14631
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3539
1456
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` = 1)
WHERE i.`id_product` = 6106
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3539
1545
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30565 AND `id_shop` = 1
0.190 ms 5 /src/Adapter/EntityMapper.php:79
1619
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30175 AND `id_shop` = 1
0.190 ms 5 /src/Adapter/EntityMapper.php:79
1426
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` = 1)
WHERE i.`id_product` = 7168
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3539
1281
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` = 1)
WHERE i.`id_product` = 29739
ORDER BY `position`
0.189 ms 1 Yes /classes/Product.php:3539
538
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29417 AND pa.`id_product` = 29417 AND pa.`id_product_attribute` = 262 LIMIT 1
0.189 ms 1 /classes/Product.php:1209
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` = 20647
AND image_shop.`cover` = 1 LIMIT 1
0.189 ms 1 /classes/Product.php:3570
479
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` = 29735
AND image_shop.`cover` = 1 LIMIT 1
0.188 ms 1 /classes/Product.php:3570
1312
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` = 1)
WHERE i.`id_product` = 27292
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
1548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30565) AND (id_product_attribute = 543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
586
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 27328 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6873
1220
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (535, 536) AND il.`id_lang` = 1 ORDER by i.`position`
0.188 ms 2 Yes /classes/Product.php:2915
1907
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 262
ORDER BY ag.`position` ASC, a.`position` ASC
0.188 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
511
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` = 29437
AND image_shop.`cover` = 1 LIMIT 1
0.187 ms 1 /classes/Product.php:3570
1357
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` = 1)
WHERE i.`id_product` = 19633
ORDER BY `position`
0.187 ms 1 Yes /classes/Product.php:3539
739
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 19391 AND pa.`id_product` = 19391 AND pa.`id_product_attribute` = 136 LIMIT 1
0.187 ms 1 /classes/Product.php:1209
930
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` = 7874)
0.187 ms 1 /classes/Product.php:3860
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.186 ms 0 /classes/tax/TaxRulesTaxManager.php:100
1324
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` = 1)
WHERE i.`id_product` = 24374
ORDER BY `position`
0.186 ms 1 Yes /classes/Product.php:3539
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` = 10718)
0.186 ms 1 /classes/Product.php:3860
1020
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` = 6844)
0.186 ms 3 /classes/Product.php:3860
1263
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` = 1)
WHERE i.`id_product` = 30139
ORDER BY `position`
0.186 ms 1 Yes /classes/Product.php:3539
1433
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (54, 55, 56) AND il.`id_lang` = 1 ORDER by i.`position`
0.186 ms 3 Yes /classes/Product.php:2915
1564
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30458 AND `id_shop` = 1
0.186 ms 5 /src/Adapter/EntityMapper.php:79
26
SELECT SQL_NO_CACHE * FROM `tyht_currency` c ORDER BY `iso_code` ASC
0.185 ms 1 Yes /classes/Currency.php:708
246
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30181) 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
360
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30141) AND (id_product_attribute = 454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
415
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` = 29964
AND image_shop.`cover` = 1 LIMIT 1
0.185 ms 1 /classes/Product.php:3570
554
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29276 AND pa.`id_product` = 29276 AND pa.`id_product_attribute` = 253 LIMIT 1
0.185 ms 1 /classes/Product.php:1209
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` = 18128
AND image_shop.`cover` = 1 LIMIT 1
0.185 ms 1 /classes/Product.php:3570
928
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` = 7874
AND image_shop.`cover` = 1 LIMIT 1
0.185 ms 1 /classes/Product.php:3570
1035
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 30 LIMIT 1
0.185 ms 1 /classes/Combination.php:560
1384
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` = 1)
WHERE i.`id_product` = 17981
ORDER BY `position`
0.185 ms 1 Yes /classes/Product.php:3539
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` = 19633)
0.185 ms 1 /classes/Product.php:3860
835
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 11721 AND pa.`id_product` = 11721 AND pa.`id_product_attribute` = 104 LIMIT 1
0.185 ms 1 /classes/Product.php:1209
1107
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` = 42396)
0.185 ms 1 /classes/Product.php:3860
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29979) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:453
872
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` = 10530
AND image_shop.`cover` = 1 LIMIT 1
0.184 ms 1 /classes/Product.php:3570
1318
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` = 1)
WHERE i.`id_product` = 24387
ORDER BY `position`
0.184 ms 1 Yes /classes/Product.php:3539
1411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8807
0.184 ms 2 /classes/Product.php:2899
1533
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.184 ms 1 /classes/module/Module.php:2132
1597
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30185 AND `id_shop` = 1
0.184 ms 5 /src/Adapter/EntityMapper.php:79
1048
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` = 6574
AND image_shop.`cover` = 1 LIMIT 1
0.184 ms 1 /classes/Product.php:3570
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` = 20645)
0.183 ms 1 /classes/Product.php:3860
1440
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` = 1)
WHERE i.`id_product` = 6844
ORDER BY `position`
0.183 ms 1 Yes /classes/Product.php:3539
128
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
419
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` = 29964)
0.183 ms 1 /classes/Product.php:3860
1420
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` = 1)
WHERE i.`id_product` = 7874
ORDER BY `position`
0.183 ms 1 Yes /classes/Product.php:3539
1612
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30176 AND `id_shop` = 1
0.183 ms 5 /src/Adapter/EntityMapper.php:79
371
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` = 30139)
0.182 ms 2 /classes/Product.php:3860
495
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` = 29734
AND image_shop.`cover` = 1 LIMIT 1
0.182 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` = 20647)
0.182 ms 1 /classes/Product.php:3860
1004
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` = 6847)
0.182 ms 3 /classes/Product.php:3860
1090
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` = 994)
0.182 ms 1 /classes/Product.php:3860
1459
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` = 1)
WHERE i.`id_product` = 5799
ORDER BY `position`
0.182 ms 1 Yes /classes/Product.php:3539
561
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` = 27556)
0.182 ms 1 /classes/Product.php:3860
647
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24031) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:453
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` = 20733
AND image_shop.`cover` = 1 LIMIT 1
0.182 ms 1 /classes/Product.php:3570
1053
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:453
335
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` = 30147
AND image_shop.`cover` = 1 LIMIT 1
0.181 ms 1 /classes/Product.php:3570
470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29739) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.181 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` = 20644)
0.181 ms 1 /classes/Product.php:3860
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` = 19633
AND image_shop.`cover` = 1 LIMIT 1
0.181 ms 1 /classes/Product.php:3570
1066
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` = 6108)
0.181 ms 1 /classes/Product.php:3860
1223
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (531, 532, 533, 534) AND il.`id_lang` = 1 ORDER by i.`position`
0.181 ms 4 Yes /classes/Product.php:2915
1904
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 304
ORDER BY ag.`position` ASC, a.`position` ASC
0.181 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30565) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:453
593
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` = 27292)
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` = 18827)
0.180 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` = 14669)
0.180 ms 1 /classes/Product.php:3860
1900
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 368
ORDER BY ag.`position` ASC, a.`position` ASC
0.180 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
269
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 463) LIMIT 1
0.179 ms 1 /src/Adapter/EntityMapper.php:71
490
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29735 AND pa.`id_product` = 29735 AND pa.`id_product_attribute` = 304 LIMIT 1
0.179 ms 1 /classes/Product.php:1209
569
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` = 27551)
0.179 ms 1 /classes/Product.php:3860
1123
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` = 42394)
0.179 ms 1 /classes/Product.php:3860
1155
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` = 41745)
0.179 ms 1 /classes/Product.php:3860
1163
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` = 41744)
0.179 ms 1 /classes/Product.php:3860
1333
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` = 1)
WHERE i.`id_product` = 23509
ORDER BY `position`
0.179 ms 1 Yes /classes/Product.php:3539
1822
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6895) AND (id_product_attribute = 47) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
577
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` = 27471)
0.178 ms 1 /classes/Product.php:3860
693
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 20646) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 10718) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
543
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` = 29276
AND image_shop.`cover` = 1 LIMIT 1
0.178 ms 1 /classes/Product.php:3570
1129
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` = 44090
AND image_shop.`cover` = 1 LIMIT 1
0.178 ms 1 /classes/Product.php:3570
1589
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30188 AND `id_shop` = 1
0.178 ms 5 /src/Adapter/EntityMapper.php:79
522
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29437 AND pa.`id_product` = 29437 AND pa.`id_product_attribute` = 269 LIMIT 1
0.177 ms 1 /classes/Product.php:1209
330
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30162 AND pa.`id_product` = 30162 AND pa.`id_product_attribute` = 456 LIMIT 1
0.177 ms 1 /classes/Product.php:1209
559
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` = 27556
AND image_shop.`cover` = 1 LIMIT 1
0.177 ms 1 /classes/Product.php:3570
654
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 169) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
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` = 19733)
0.177 ms 1 /classes/Product.php:3860
854
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 101) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
1098
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` = 454)
0.177 ms 1 /classes/Product.php:3860
1161
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` = 41744
AND image_shop.`cover` = 1 LIMIT 1
0.177 ms 1 /classes/Product.php:3570
1496
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41741
0.177 ms 1 /classes/Product.php:2899
1510
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.177 ms 1 /classes/module/Module.php:2132
1902
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 311
ORDER BY ag.`position` ASC, a.`position` ASC
0.177 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
194
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 477 LIMIT 1
0.176 ms 1 /classes/Combination.php:560
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30163) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
732
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` = 19391)
0.176 ms 2 /classes/Product.php:3860
1741
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24031) AND (id_product_attribute = 170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
109
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 542) LIMIT 1
0.176 ms 1 /src/Adapter/EntityMapper.php:71
914
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` = 8272)
0.176 ms 1 /classes/Product.php:3860
1139
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` = 42393)
0.176 ms 1 /classes/Product.php:3860
1915
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 57
ORDER BY ag.`position` ASC, a.`position` ASC
0.176 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
122
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30557 AND pa.`id_product` = 30557 AND pa.`id_product_attribute` = 539 LIMIT 1
0.175 ms 1 /classes/Product.php:1209
477
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 306) LIMIT 1
0.175 ms 1 /src/Adapter/EntityMapper.php:71
558
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 253
0.175 ms 5 /src/Adapter/EntityMapper.php:79
742
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 136) LIMIT 1
0.175 ms 1 /src/Adapter/EntityMapper.php:71
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` = 18001)
0.175 ms 1 /classes/Product.php:3860
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` = 14631)
0.175 ms 1 /classes/Product.php:3860
1918
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 36
ORDER BY ag.`position` ASC, a.`position` ASC
0.175 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
277
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30175 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:153
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` = 18342)
0.174 ms 1 /classes/Product.php:3860
1131
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` = 44090)
0.174 ms 1 /classes/Product.php:3860
1407
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` = 1)
WHERE i.`id_product` = 9098
ORDER BY `position`
0.174 ms 1 Yes /classes/Product.php:3539
1664
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29979 AND `id_shop` = 1
0.174 ms 5 /src/Adapter/EntityMapper.php:79
1710
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29437) AND (id_product_attribute = 270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
1214
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (542, 543) AND il.`id_lang` = 1 ORDER by i.`position`
0.174 ms 2 Yes /classes/Product.php:2915
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.173 ms 1 /src/Adapter/EntityMapper.php:71
1255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30162
0.173 ms 2 /classes/Product.php:2899
1579
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30215 AND `id_shop` = 1
0.173 ms 5 /src/Adapter/EntityMapper.php:79
946
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` = 7168)
0.172 ms 1 /classes/Product.php:3860
1232
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (477) AND il.`id_lang` = 1 ORDER by i.`position`
0.172 ms 1 Yes /classes/Product.php:2915
1845
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6835) AND (id_product_attribute = 5027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:453
86
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32727) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:453
133
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30474 AND `id_group` = 1 LIMIT 1
0.172 ms 0 /classes/GroupReduction.php:153
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30200) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:453
404
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29979 AND id_shop=1 LIMIT 1
0.172 ms 1 /classes/Product.php:6873
585
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` = 27328)
0.172 ms 1 /classes/Product.php:3860
1177
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` = 41741
AND image_shop.`cover` = 1 LIMIT 1
0.172 ms 1 /classes/Product.php:3570
1785
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 9098 AND `id_shop` = 1
0.172 ms 5 /src/Adapter/EntityMapper.php:79
1913
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `tyht_product_attribute_combination` pac
LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `tyht_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 77
ORDER BY ag.`position` ASC, a.`position` ASC
0.172 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
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` = 20645
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
1088
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` = 994
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
218
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30188 AND pa.`id_product` = 30188 AND pa.`id_product_attribute` = 473 LIMIT 1
0.170 ms 1 /classes/Product.php:1209
250
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30181 AND pa.`id_product` = 30181 AND pa.`id_product_attribute` = 466 LIMIT 1
0.170 ms 1 /classes/Product.php:1209
367
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` = 30139
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
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` = 17981)
0.170 ms 1 /classes/Product.php:3860
812
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 14669 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:153
1153
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` = 41745
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
1567
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30458) AND (id_product_attribute = 532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:453
1147
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` = 42392)
0.169 ms 1 /classes/Product.php:3860
1625
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30170 AND `id_shop` = 1
0.169 ms 5 /src/Adapter/EntityMapper.php:79
1647
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30141 AND `id_shop` = 1
0.169 ms 5 /src/Adapter/EntityMapper.php:79
1756
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19391) AND (id_product_attribute = 137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:453
1804
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 7159 AND `id_shop` = 1
0.169 ms 5 /src/Adapter/EntityMapper.php:79
67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32829) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:453
248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30181) AND (id_product_attribute = 466) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:453
1670
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29964 AND `id_shop` = 1
0.168 ms 5 /src/Adapter/EntityMapper.php:79
325
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30162 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:153
493
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 304) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
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` = 14669
AND image_shop.`cover` = 1 LIMIT 1
0.168 ms 1 /classes/Product.php:3570
907
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 8807 AND pa.`id_product` = 8807 AND pa.`id_product_attribute` = 69 LIMIT 1
0.168 ms 1 /classes/Product.php:1209
1639
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30162) AND (id_product_attribute = 457) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:453
280
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30175) AND (id_product_attribute = 461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:453
601
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` = 27286)
0.167 ms 1 /classes/Product.php:3860
1457
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6106
0.167 ms 1 /classes/Product.php:2899
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` = 1
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.167 ms 1 /src/Adapter/EntityMapper.php:71
64
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 32829 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:153
453
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29753 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:153
995
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 6895 AND pa.`id_product` = 6895 AND pa.`id_product_attribute` = 46 LIMIT 1
0.167 ms 1 /classes/Product.php:1209
1873
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
0.167 ms 1 /classes/module/Module.php:2132
448
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.166 ms 1 /classes/Product.php:5659
125
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 539) LIMIT 1
0.166 ms 1 /src/Adapter/EntityMapper.php:71
899
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 69 LIMIT 1
0.166 ms 1 /classes/Combination.php:560
936
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` = 7616
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
575
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` = 27471
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
1522
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
0.165 ms 1 /classes/module/Module.php:2132
1652
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30139 AND `id_shop` = 1
0.165 ms 5 /src/Adapter/EntityMapper.php:79
398
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 373
0.164 ms 5 /src/Adapter/EntityMapper.php:79
502
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29734) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:453
963
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 7159 AND pa.`id_product` = 7159 AND pa.`id_product_attribute` = 57 LIMIT 1
0.164 ms 1 /classes/Product.php:1209
1000
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` = 6847
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
1294
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29417
0.164 ms 3 /classes/Product.php:2899
1675
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29757 AND `id_shop` = 1
0.164 ms 5 /src/Adapter/EntityMapper.php:79
118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30557) 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
430
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 368
0.163 ms 5 /src/Adapter/EntityMapper.php:79
944
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` = 7168
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 1 /classes/Product.php:3570
1072
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` = 6106
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 1 /classes/Product.php:3570
1277
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (313, 314) AND il.`id_lang` = 1 ORDER by i.`position`
0.163 ms 2 Yes /classes/Product.php:2915
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` = 14631
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 1 /classes/Product.php:3570
1283
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (306, 307, 308) AND il.`id_lang` = 1 ORDER by i.`position`
0.163 ms 3 Yes /classes/Product.php:2915
352
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.162 ms 1 /classes/Product.php:5659
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` = 19391
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
880
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` = 9098
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
1703
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29734) AND (id_product_attribute = 5060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:453
1274
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (368) AND il.`id_lang` = 1 ORDER by i.`position`
0.162 ms 1 Yes /classes/Product.php:2915
184
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30215) AND (id_product_attribute = 478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:453
450
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 311 LIMIT 1
0.161 ms 1 /classes/Combination.php:560
609
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` = 24387)
0.161 ms 1 /classes/Product.php:3860
849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11707) AND (id_product_attribute = 101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:453
910
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 69) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:71
982
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 54) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:71
1016
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` = 6844
AND image_shop.`cover` = 1 LIMIT 1
0.161 ms 1 /classes/Product.php:3570
1554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30557) AND (id_product_attribute = 540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:453
1572
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30275 AND `id_shop` = 1
0.161 ms 5 /src/Adapter/EntityMapper.php:79
378
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30139 AND pa.`id_product` = 30139 AND pa.`id_product_attribute` = 452 LIMIT 1
0.160 ms 1 /classes/Product.php:1209
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` = 18342
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
827
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 104 LIMIT 1
0.160 ms 1 /classes/Combination.php:560
1027
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 6844 AND pa.`id_product` = 6844 AND pa.`id_product_attribute` = 32 LIMIT 1
0.160 ms 1 /classes/Product.php:1209
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tyht_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.159 ms 1 /classes/shop/ShopUrl.php:178
96
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30557 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6873
200
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30200) AND (id_product_attribute = 477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:453
765
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18500) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:453
1475
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42394
0.159 ms 1 /classes/Product.php:2899
1628
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30170) AND (id_product_attribute = 460) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:453
1432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7143
0.159 ms 3 /classes/Product.php:2899
306
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 458 LIMIT 1
0.158 ms 1 /classes/Combination.php:560
1240
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30181
0.158 ms 3 /classes/Product.php:2899
1439
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (36, 37, 38) AND il.`id_lang` = 1 ORDER by i.`position`
0.158 ms 3 Yes /classes/Product.php:2915
84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 32727 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6873
583
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` = 27328
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
1193
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` = 41737
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
1445
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (30, 31, 5027) AND il.`id_lang` = 1 ORDER by i.`position`
0.157 ms 3 Yes /classes/Product.php:2915
1642
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30147 AND `id_shop` = 1
0.157 ms 5 /src/Adapter/EntityMapper.php:79
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` = 18001
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
1137
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` = 42393
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
1681
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29753 AND `id_shop` = 1
0.157 ms 5 /src/Adapter/EntityMapper.php:79
255
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` = 30176
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
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` = 17981
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
1436
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (46, 47, 5023, 5024) AND il.`id_lang` = 1 ORDER by i.`position`
0.156 ms 4 Yes /classes/Product.php:2915
181
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30215 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:153
226
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 469 LIMIT 1
0.156 ms 1 /classes/Combination.php:560
506
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 29734 AND pa.`id_product` = 29734 AND pa.`id_product_attribute` = 303 LIMIT 1
0.156 ms 1 /classes/Product.php:1209
1113
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` = 42395
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
1246
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30175
0.156 ms 2 /classes/Product.php:2899
1397
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (101, 102, 103) AND il.`id_lang` = 1 ORDER by i.`position`
0.156 ms 3 Yes /classes/Product.php:2915
182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30215) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:453
82
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 644 LIMIT 1
0.155 ms 1 /classes/Combination.php:560
221
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 473) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
365
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 454) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
1011
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 6847 AND pa.`id_product` = 6847 AND pa.`id_product_attribute` = 36 LIMIT 1
0.155 ms 1 /classes/Product.php:1209
1325
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 24374
0.155 ms 1 /classes/Product.php:2899
304
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
346
SELECT SQL_NO_CACHE pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 30147 AND pa.`id_product` = 30147 AND pa.`id_product_attribute` = 455 LIMIT 1
0.154 ms 1 /classes/Product.php:1209
629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24374) 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
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 22952) 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
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` = 19733
AND image_shop.`cover` = 1 LIMIT 1
0.154 ms 1 /classes/Product.php:3570
1041
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6835) AND (id_product_attribute = 30) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:453
1096
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` = 454
AND image_shop.`cover` = 1 LIMIT 1
0.154 ms 1 /classes/Product.php:3570
157
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 531) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
245
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30181 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:153
384
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.153 ms 1 /classes/Product.php:5659
599
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` = 27286
AND image_shop.`cover` = 1 LIMIT 1
0.153 ms 1 /classes/Product.php:3570
1145
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` = 42392
AND image_shop.`cover` = 1 LIMIT 1
0.153 ms 1 /classes/Product.php:3570
1298
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (253, 254, 255) AND il.`id_lang` = 1 ORDER by i.`position`
0.153 ms 3 Yes /classes/Product.php:2915
1738
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 24031 AND `id_shop` = 1
0.153 ms 5 /src/Adapter/EntityMapper.php:79
903
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8807) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.153 ms 1 /classes/stock/StockAvailable.php:453
112
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.152 ms 1 /classes/Product.php:5659
149
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30458 AND `id_group` = 1 LIMIT 1
0.152 ms 0 /classes/GroupReduction.php:153
400
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.152 ms 1 /classes/Product.php:5659
469
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29739 AND `id_group` = 1 LIMIT 1
0.152 ms 0 /classes/GroupReduction.php:153
971
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 54 LIMIT 1
0.152 ms 1 /classes/Combination.php:560
1259
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (455) AND il.`id_lang` = 1 ORDER by i.`position`
0.152 ms 1 Yes /classes/Product.php:2915
452
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29753 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6873
912
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` = 8272
AND image_shop.`cover` = 1 LIMIT 1
0.152 ms 1 /classes/Product.php:3570
1265
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (452, 453) AND il.`id_lang` = 1 ORDER by i.`position`
0.152 ms 2 Yes /classes/Product.php:2915
1584
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 30200 AND `id_shop` = 1
0.152 ms 5 /src/Adapter/EntityMapper.php:79
4
SELECT SQL_NO_CACHE COUNT(*) FROM tyht_shop LIMIT 1
0.151 ms 2 /classes/shop/Shop.php:1184
895
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 77
0.151 ms 5 /src/Adapter/EntityMapper.php:79
75
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 32826 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:153
253
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 466) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 459
0.151 ms 5 /src/Adapter/EntityMapper.php:79
546
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 253 LIMIT 1
0.151 ms 1 /classes/Combination.php:560
952
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` = 7159
AND image_shop.`cover` = 1 LIMIT 1
0.151 ms 1 /classes/Product.php:3570
1226
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (502, 503, 504) AND il.`id_lang` = 1 ORDER by i.`position`
0.151 ms 3 Yes /classes/Product.php:2915
1271
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (371, 372) AND il.`id_lang` = 1 ORDER by i.`position`
0.151 ms 2 Yes /classes/Product.php:2915
1442
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (32, 33, 5025) AND il.`id_lang` = 1 ORDER by i.`position`
0.151 ms 3 Yes /classes/Product.php:2915
1694
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29735 AND `id_shop` = 1
0.151 ms 5 /src/Adapter/EntityMapper.php:79
176
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29757) AND (id_product_attribute = 313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:453
831
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11721) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:453
887
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9098) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:453
1268
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (373, 374) AND il.`id_lang` = 1 ORDER by i.`position`
0.150 ms 2 Yes /classes/Product.php:2915
1687
SELECT SQL_NO_CACHE *
FROM `tyht_product_lang`
WHERE `id_product` = 29739 AND `id_shop` = 1
0.150 ms 5 /src/Adapter/EntityMapper.php:79
966
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 57) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
1162
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.149 ms 1 /classes/Product.php:5659
1778
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11707) AND (id_product_attribute = 102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:453
1815
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7143) AND (id_product_attribute = 55) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:453
607
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` = 24387
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
120
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30557) AND (id_product_attribute = 539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:453
541
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 262) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
1210
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 32727
0.148 ms 3 /classes/Product.php:2899
1289
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (303, 5060, 5061) AND il.`id_lang` = 1 ORDER by i.`position`
0.148 ms 3 Yes /classes/Product.php:2915
1448
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6574
0.148 ms 1 /classes/Product.php:2899
478
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 306
0.147 ms 5 /src/Adapter/EntityMapper.php:79
504
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29734) AND (id_product_attribute = 303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:453
1592
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30188) AND (id_product_attribute = 474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:453
416
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.147 ms 1 /classes/Product.php:5659
562
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 27556 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6873
620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24383) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:453
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` = 18827
AND image_shop.`cover` = 1 LIMIT 1
0.146 ms 1 /classes/Product.php:3570
1262
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (454) AND il.`id_lang` = 1 ORDER by i.`position`
0.146 ms 1 Yes /classes/Product.php:2915
1460
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 5799
0.146 ms 1 /classes/Product.php:2899
1276
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29757
0.146 ms 2 /classes/Product.php:2899
1524
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.146 ms 1 /classes/module/Module.php:2132
518
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29437) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:453
1033
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
1280
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (311, 312) AND il.`id_lang` = 1 ORDER by i.`position`
0.145 ms 2 Yes /classes/Product.php:2915
1481
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42393
0.145 ms 1 /classes/Product.php:2899
1831
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6847) AND (id_product_attribute = 38) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:453
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` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30170) AND (id_product_attribute = 459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:453
1286
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `tyht_product_attribute_image` pai
LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (304, 305) AND il.`id_lang` = 1 ORDER by i.`position`
0.144 ms 2 Yes /classes/Product.php:2915
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30565) AND (id_product_attribute = 542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:453
525
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 269) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
509
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 303) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE *
FROM `tyht_currency_lang`
WHERE `id_currency` = 1
0.142 ms 5 /src/Adapter/EntityMapper.php:79
520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29437) AND (id_product_attribute = 269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:453
757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18549) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:453
1030
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 32) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
1718
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29417) AND (id_product_attribute = 264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:453
1561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30474) AND (id_product_attribute = 536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:453
1807
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7159) AND (id_product_attribute = 58) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:453
22
SELECT SQL_NO_CACHE name, alias FROM `tyht_hook_alias`
0.141 ms 88 /classes/Hook.php:339
333
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 456) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
969
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.141 ms 1 /classes/Product.php:5659
126
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 539
0.140 ms 5 /src/Adapter/EntityMapper.php:79
374
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30139) 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
389
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29980 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:153
438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29757) 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
781
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18342) 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
1249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30170
0.140 ms 2 /classes/Product.php:2899
1788
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9098) AND (id_product_attribute = 78) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:453
472
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29739) AND (id_product_attribute = 306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:453
643
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 169 LIMIT 1
0.139 ms 1 /classes/Combination.php:560
1047
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 30
0.139 ms 5 /src/Adapter/EntityMapper.php:79
1174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41742) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:453
1182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41741) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:453
41
SELECT SQL_NO_CACHE format
FROM `tyht_address_format`
WHERE `id_country` = 6 LIMIT 1
0.138 ms 1 /classes/AddressFormat.php:653
63
SELECT SQL_NO_CACHE *
FROM `tyht_tax_lang`
WHERE `id_tax` = 1
0.138 ms 5 /src/Adapter/EntityMapper.php:79
80
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.138 ms 1 /classes/Product.php:5659
276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30175 AND id_shop=1 LIMIT 1
0.138 ms 1 /classes/Product.php:6873
813
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 14669) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:453
967
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 57
0.138 ms 5 /src/Adapter/EntityMapper.php:79
1093
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 994) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:453
1237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30185
0.138 ms 4 /classes/Product.php:2899
1514
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.138 ms 1 /classes/module/Module.php:2659
38
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.138 ms 0 /classes/module/Module.php:2659
941
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7616) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:453
208
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.137 ms 1 /classes/Product.php:5659
462
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 311
0.137 ms 5 /src/Adapter/EntityMapper.php:79
1204
SELECT SQL_NO_CACHE state FROM tyht_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.137 ms 1 /classes/FeatureFlag.php:105
883
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 77 LIMIT 1
0.136 ms 1 /classes/Combination.php:560
829
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 11721 AND id_shop=1 LIMIT 1
0.136 ms 1 /classes/Product.php:6873
1057
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29964 AND id_shop=1 LIMIT 1
0.135 ms 1 /classes/Product.php:6873
432
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.135 ms 1 /classes/Product.php:5659
633
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.135 ms 1 /classes/Product.php:5659
1252
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30163
0.135 ms 1 /classes/Product.php:2899
1273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29964
0.135 ms 1 /classes/Product.php:2899
242
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 466 LIMIT 1
0.134 ms 1 /classes/Combination.php:560
761
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
1364
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18827
0.134 ms 1 /classes/Product.php:2899
1484
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42392
0.134 ms 1 /classes/Product.php:2899
196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30200 AND id_shop=1 LIMIT 1
0.133 ms 1 /classes/Product.php:6873
1352
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 20644
0.133 ms 1 /classes/Product.php:2899
1415
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8272
0.133 ms 1 /classes/Product.php:2899
1487
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41745
0.133 ms 1 /classes/Product.php:2899
1541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32727) AND (id_product_attribute = 645) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
1724
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29276) AND (id_product_attribute = 254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
1796
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8807) AND (id_product_attribute = 70) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30176) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
773
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18343) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
356
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30141 AND id_shop=1 LIMIT 1
0.132 ms 1 /classes/Product.php:6873
825
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.132 ms 1 /classes/Product.php:5659
1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 32829
0.132 ms 1 /classes/Product.php:2899
1222
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30458
0.132 ms 4 /classes/Product.php:2899
1077
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6106) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:453
1337
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 22952
0.131 ms 1 /classes/Product.php:2899
637
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24345) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:453
1772
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11721) AND (id_product_attribute = 105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:453
1838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6844) AND (id_product_attribute = 5025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:453
288
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
1360
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 19391
0.129 ms 2 /classes/Product.php:2899
88
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32727) AND (id_product_attribute = 644) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
164
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30275 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6873
238
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 469
0.129 ms 5 /src/Adapter/EntityMapper.php:79
264
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30176) AND (id_product_attribute = 463) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
649
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24031) AND (id_product_attribute = 169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
937
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.129 ms 1 /classes/Product.php:5659
1234
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30188
0.129 ms 4 /classes/Product.php:2899
437
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29757 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:153
865
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
1015
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 36
0.128 ms 5 /src/Adapter/EntityMapper.php:79
1037
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6835 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6873
1340
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 20733
0.128 ms 1 /classes/Product.php:2899
240
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.127 ms 1 /classes/Product.php:5659
616
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.127 ms 1 /classes/Product.php:5659
677
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 20733) 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
959
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7159) 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
1328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 24345
0.127 ms 1 /classes/Product.php:2899
1608
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30181) AND (id_product_attribute = 467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:453
1667
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29979) AND (id_product_attribute = 372) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:453
763
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18500 AND id_shop=1 LIMIT 1
0.127 ms 1 /classes/Product.php:6873
999
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 46
0.127 ms 5 /src/Adapter/EntityMapper.php:79
1355
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 19733
0.126 ms 1 /classes/Product.php:2899
1809
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7159) AND (id_product_attribute = 60) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:453
36
SELECT SQL_NO_CACHE id_shop
FROM `tyht_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.125 ms 1 /classes/ObjectModel.php:1724
318
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 458
0.125 ms 5 /src/Adapter/EntityMapper.php:79
655
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 169
0.125 ms 5 /src/Adapter/EntityMapper.php:79
665
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.125 ms 1 /classes/Product.php:5659
833
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11721) AND (id_product_attribute = 104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:453
889
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9098) AND (id_product_attribute = 77) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:453
1349
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 20645
0.125 ms 1 /classes/Product.php:2899
414
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 371
0.124 ms 5 /src/Adapter/EntityMapper.php:79
482
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 304 LIMIT 1
0.124 ms 1 /classes/Combination.php:560
685
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 20647) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.124 ms 1 /classes/stock/StockAvailable.php:453
753
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.124 ms 1 /classes/Product.php:5659
1085
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 5799) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.124 ms 1 /classes/stock/StockAvailable.php:453
1615
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30176) AND (id_product_attribute = 464) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.124 ms 1 /classes/stock/StockAvailable.php:453
370
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 452 LIMIT 1
0.123 ms 1 /classes/Combination.php:560
405
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29979 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:153
921
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.123 ms 1 /classes/Product.php:5659
1180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41741 AND id_shop=1 LIMIT 1
0.123 ms 1 /classes/Product.php:6873
1243
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30176
0.123 ms 3 /classes/Product.php:2899
1684
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29753) AND (id_product_attribute = 312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:453
1779
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 11707) AND (id_product_attribute = 103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:453
244
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30181 AND id_shop=1 LIMIT 1
0.122 ms 1 /classes/Product.php:6873
320
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.122 ms 1 /classes/Product.php:5659
486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29735) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:453
488
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29735) AND (id_product_attribute = 304) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:453
627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 24374 AND id_shop=1 LIMIT 1
0.122 ms 1 /classes/Product.php:6873
1228
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30215
0.122 ms 1 /classes/Product.php:2899
1478
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 44090
0.122 ms 1 /classes/Product.php:2899
1690
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29739) AND (id_product_attribute = 307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:453
845
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 11707 AND id_shop=1 LIMIT 1
0.121 ms 1 /classes/Product.php:6873
923
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8271 AND id_shop=1 LIMIT 1
0.121 ms 1 /classes/Product.php:6873
1231
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30200
0.121 ms 1 /classes/Product.php:2899
550
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29276) 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
1343
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 20647
0.120 ms 1 /classes/Product.php:2899
322
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 456 LIMIT 1
0.120 ms 1 /classes/Combination.php:560
657
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.120 ms 1 /classes/Product.php:5659
731
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 136 LIMIT 1
0.120 ms 1 /classes/Combination.php:560
993
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6895) AND (id_product_attribute = 46) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
1507
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.120 ms 1 /classes/module/Module.php:2132
619
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 24383 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:153
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30163) AND (id_product_attribute = 458) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:453
422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29964) 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
468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29739 AND id_shop=1 LIMIT 1
0.119 ms 1 /classes/Product.php:6873
530
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 262 LIMIT 1
0.119 ms 1 /classes/Combination.php:560
855
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 101
0.119 ms 5 /src/Adapter/EntityMapper.php:79
1017
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.119 ms 1 /classes/Product.php:5659
1114
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.119 ms 1 /classes/Product.php:5659
1519
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.119 ms 1 /classes/module/Module.php:2659
1697
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29735) AND (id_product_attribute = 305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:453
142
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 535
0.118 ms 5 /src/Adapter/EntityMapper.php:79
588
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 27328) 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
635
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 24345 AND id_shop=1 LIMIT 1
0.118 ms 1 /classes/Product.php:6873
867
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 10531 AND id_shop=1 LIMIT 1
0.118 ms 1 /classes/Product.php:6873
1158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41745) 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
1493
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41742
0.118 ms 1 /classes/Product.php:2899
1529
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tyht_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.118 ms 1 /classes/Category.php:1589
228
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30185 AND id_shop=1 LIMIT 1
0.117 ms 1 /classes/Product.php:6873
230
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30185) 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
902
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8807 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:153
94
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 644
0.117 ms 5 /src/Adapter/EntityMapper.php:79
270
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 463
0.116 ms 5 /src/Adapter/EntityMapper.php:79
308
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30163 AND id_shop=1 LIMIT 1
0.116 ms 1 /classes/Product.php:6873
1424
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7616
0.116 ms 1 /classes/Product.php:2899
197
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30200 AND `id_group` = 1 LIMIT 1
0.116 ms 0 /classes/GroupReduction.php:153
224
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.116 ms 1 /classes/Product.php:5659
421
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29964 AND `id_group` = 1 LIMIT 1
0.116 ms 0 /classes/GroupReduction.php:153
625
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.116 ms 1 /classes/Product.php:5659
1270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29979
0.116 ms 2 /classes/Product.php:2899
1418
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8271
0.115 ms 1 /classes/Product.php:2899
1515
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.115 ms 1 /classes/module/Module.php:2132
1575
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30275) AND (id_product_attribute = 503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.115 ms 1 /classes/stock/StockAvailable.php:453
1023
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6844) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.115 ms 1 /classes/stock/StockAvailable.php:453
216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30188) AND (id_product_attribute = 473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.114 ms 1 /classes/stock/StockAvailable.php:453
494
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 304
0.114 ms 5 /src/Adapter/EntityMapper.php:79
1073
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.114 ms 1 /classes/Product.php:5659
1704
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29734) AND (id_product_attribute = 5061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.114 ms 1 /classes/stock/StockAvailable.php:453
27
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.113 ms 5 /classes/Language.php:880
28
SELECT SQL_NO_CACHE c.id_currency
FROM `tyht_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.113 ms 1 /classes/Currency.php:893
46
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tyht_required_field
0.113 ms 1 /classes/ObjectModel.php:1589
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30185) AND (id_product_attribute = 469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
372
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30139 AND id_shop=1 LIMIT 1
0.113 ms 1 /classes/Product.php:6873
376
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30139) AND (id_product_attribute = 452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
424
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29964) AND (id_product_attribute = 368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
501
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29734 AND `id_group` = 1 LIMIT 1
0.113 ms 0 /classes/GroupReduction.php:153
755
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18549 AND id_shop=1 LIMIT 1
0.113 ms 1 /classes/Product.php:6873
905
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8807) AND (id_product_attribute = 69) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
1081
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.113 ms 1 /classes/Product.php:5659
709
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 20644) 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
1330
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 24031
0.112 ms 2 /classes/Product.php:2899
1346
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 20646
0.112 ms 1 /classes/Product.php:2899
564
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 27556) 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
500
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29734 AND id_shop=1 LIMIT 1
0.111 ms 1 /classes/Product.php:6873
860
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 10718 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:153
1186
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.111 ms 1 /classes/Product.php:5659
1291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29437
0.111 ms 3 /classes/Product.php:2899
158
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 531
0.111 ms 5 /src/Adapter/EntityMapper.php:79
724
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 19633 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:153
1099
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 454 AND id_shop=1 LIMIT 1
0.111 ms 1 /classes/Product.php:6873
1150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42392) 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
42
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.110 ms 1 /classes/Country.php:402
56
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.110 ms 1 /classes/Product.php:5659
496
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.110 ms 1 /classes/Product.php:5659
516
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29437 AND id_shop=1 LIMIT 1
0.110 ms 1 /classes/Product.php:6873
1061
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6109) 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
1304
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 27551
0.110 ms 1 /classes/Product.php:2899
1502
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41737
0.110 ms 1 /classes/Product.php:2899
292
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30170 AND id_shop=1 LIMIT 1
0.110 ms 1 /classes/Product.php:6873
418
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 368 LIMIT 1
0.110 ms 1 /classes/Combination.php:560
1118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42395) 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
1205
SELECT SQL_NO_CACHE * FROM `tyht_image_type`
0.110 ms 7 /classes/ImageType.php:161
1466
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 454
0.110 ms 1 /classes/Product.php:2899
1870
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
0.109 ms 1 /classes/module/Module.php:2132
9
SELECT SQL_NO_CACHE *
FROM `tyht_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.109 ms 1 /src/Adapter/EntityMapper.php:71
357
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30141 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:153
636
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 24345 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:153
859
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 10718 AND id_shop=1 LIMIT 1
0.109 ms 1 /classes/Product.php:6873
1126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42394) 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
1198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41737) 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
764
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18500 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:153
877
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 10530) 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
977
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7143) AND (id_product_attribute = 54) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
1003
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 36 LIMIT 1
0.108 ms 1 /classes/Combination.php:560
1101
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 454) 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
1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7159
0.108 ms 4 /classes/Product.php:2899
1463
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 994
0.108 ms 1 /classes/Product.php:2899
1823
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6895) AND (id_product_attribute = 5023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29276 AND id_shop=1 LIMIT 1
0.107 ms 1 /classes/Product.php:6873
552
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29276) AND (id_product_attribute = 253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
659
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 23509 AND id_shop=1 LIMIT 1
0.107 ms 1 /classes/Product.php:6873
1075
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6106 AND id_shop=1 LIMIT 1
0.107 ms 1 /classes/Product.php:6873
1134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 44090) 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
1310
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 27328
0.107 ms 1 /classes/Product.php:2899
1469
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42396
0.107 ms 1 /classes/Product.php:2899
1568
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30458) AND (id_product_attribute = 533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
338
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 455 LIMIT 1
0.107 ms 1 /classes/Combination.php:560
735
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19391) 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
1261
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30141
0.107 ms 1 /classes/Product.php:2899
1373
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18343
0.107 ms 1 /classes/Product.php:2899
1866
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.107 ms 1 /classes/module/Module.php:2132
933
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7874) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
1009
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6847) AND (id_product_attribute = 36) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
1297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29276
0.106 ms 3 /classes/Product.php:2899
213
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30188 AND `id_group` = 1 LIMIT 1
0.106 ms 0 /classes/GroupReduction.php:153
737
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19391) AND (id_product_attribute = 136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
743
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 136
0.106 ms 5 /src/Adapter/EntityMapper.php:79
1025
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6844) AND (id_product_attribute = 32) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
1322
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 24383
0.106 ms 1 /classes/Product.php:2899
39
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.105 ms 0 /classes/module/Module.php:2132
961
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7159) AND (id_product_attribute = 57) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.105 ms 1 /classes/stock/StockAvailable.php:453
1178
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.105 ms 1 /classes/Product.php:5659
1367
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18549
0.105 ms 1 /classes/Product.php:2899
1393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 11721
0.105 ms 2 /classes/Product.php:2899
568
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.105 ms 1 /classes/Product.php:5659
785
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.105 ms 1 /classes/Product.php:5659
1059
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6109 AND id_shop=1 LIMIT 1
0.105 ms 1 /classes/Product.php:6873
1083
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 5799 AND id_shop=1 LIMIT 1
0.105 ms 1 /classes/Product.php:6873
1499
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41740
0.105 ms 1 /classes/Product.php:2899
1538
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 10 LIMIT 1
0.105 ms 0 /classes/Category.php:1373
1555
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30557) AND (id_product_attribute = 541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.105 ms 1 /classes/stock/StockAvailable.php:453
1110
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42396) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.104 ms 1 /classes/stock/StockAvailable.php:453
30
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.104 ms 5 /classes/Language.php:880
436
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29757 AND id_shop=1 LIMIT 1
0.104 ms 1 /classes/Product.php:6873
1019
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 32 LIMIT 1
0.104 ms 1 /classes/Combination.php:560
1142
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42393) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.104 ms 1 /classes/stock/StockAvailable.php:453
1258
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30147
0.104 ms 1 /classes/Product.php:2899
256
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
484
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29735 AND id_shop=1 LIMIT 1
0.103 ms 1 /classes/Product.php:6873
528
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
769
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
929
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
975
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7143) 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
983
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 54
0.103 ms 5 /src/Adapter/EntityMapper.php:79
991
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6895) 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
1038
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6835 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:153
1170
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
272
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
857
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
1122
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
1438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6847
0.102 ms 3 /classes/Product.php:2899
1444
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6835
0.102 ms 3 /classes/Product.php:2899
33
SELECT SQL_NO_CACHE id_shop
FROM `tyht_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.101 ms 1 /classes/ObjectModel.php:1724
628
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 24374 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:153
689
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
897
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
1065
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
1069
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6108) 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
1213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30565
0.101 ms 2 /classes/Product.php:2899
344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30147) AND (id_product_attribute = 455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.101 ms 1 /classes/stock/StockAvailable.php:453
366
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 454
0.101 ms 5 /src/Adapter/EntityMapper.php:79
1007
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6847) 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
1196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41737 AND id_shop=1 LIMIT 1
0.101 ms 1 /classes/Product.php:6873
222
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 473
0.100 ms 5 /src/Adapter/EntityMapper.php:79
260
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30176 AND id_shop=1 LIMIT 1
0.100 ms 1 /classes/Product.php:6873
604
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 27286) 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
1789
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9098) AND (id_product_attribute = 6395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
65
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_group`
WHERE `id_group` = 1 LIMIT 1
0.100 ms 1 /classes/Group.php:151
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30147) 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
749
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18827) 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
924
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8271 AND `id_group` = 1 LIMIT 1
0.100 ms 0 /classes/GroupReduction.php:153
1105
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 23 LIMIT 1
0.100 ms 1 /classes/Category.php:1373
1190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41740) 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
1219
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30474
0.100 ms 2 /classes/Product.php:2899
1379
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18128
0.100 ms 1 /classes/Product.php:2899
592
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.099 ms 1 /classes/Product.php:5659
756
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18549 AND `id_group` = 1 LIMIT 1
0.099 ms 0 /classes/GroupReduction.php:153
1172
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41742 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
47
SET group_concat_max_len = 33554432
0.099 ms 1 /modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
532
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 29417 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
668
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 22952 AND `id_group` = 1 LIMIT 1
0.099 ms 0 /classes/GroupReduction.php:153
1049
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.099 ms 1 /classes/Product.php:5659
1225
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30275
0.099 ms 3 /classes/Product.php:2899
14
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang` WHERE `iso_code` = 'es' LIMIT 1
0.098 ms 5 /classes/Language.php:854
542
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 262
0.098 ms 5 /src/Adapter/EntityMapper.php:79
563
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 27556 AND `id_group` = 1 LIMIT 1
0.098 ms 0 /classes/GroupReduction.php:153
580
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 27471) 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
673
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
697
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
701
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 20645) 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
830
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 11721 AND `id_group` = 1 LIMIT 1
0.098 ms 0 /classes/GroupReduction.php:153
911
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 69
0.098 ms 5 /src/Adapter/EntityMapper.php:79
1001
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
1116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42395 AND id_shop=1 LIMIT 1
0.098 ms 1 /classes/Product.php:6873
1267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29980
0.098 ms 2 /classes/Product.php:2899
1282
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29739
0.098 ms 3 /classes/Product.php:2899
1316
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 27286
0.098 ms 1 /classes/Product.php:2899
1376
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18342
0.098 ms 1 /classes/Product.php:2899
1388
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 14669
0.098 ms 1 /classes/Product.php:2899
1400
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 10718
0.098 ms 1 /classes/Product.php:2899
1435
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6895
0.098 ms 4 /classes/Product.php:2899
1454
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6108
0.098 ms 1 /classes/Product.php:2899
1472
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42395
0.098 ms 1 /classes/Product.php:2899
596
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 27292) 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
721
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.097 ms 1 /classes/Product.php:5659
747
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18827 AND id_shop=1 LIMIT 1
0.097 ms 1 /classes/Product.php:6873
1031
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 32
0.097 ms 5 /src/Adapter/EntityMapper.php:79
1370
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18500
0.097 ms 1 /classes/Product.php:2899
1396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 11707
0.097 ms 3 /classes/Product.php:2899
1406
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 10530
0.097 ms 1 /classes/Product.php:2899
1130
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.097 ms 1 /classes/Product.php:5659
254
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 466
0.096 ms 5 /src/Adapter/EntityMapper.php:79
334
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 456
0.096 ms 5 /src/Adapter/EntityMapper.php:79
512
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
517
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29437 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
576
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
691
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 20646 AND id_shop=1 LIMIT 1
0.096 ms 1 /classes/Product.php:6873
789
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18128) 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
917
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8272) 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
949
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7168) 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
1051
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6574 AND id_shop=1 LIMIT 1
0.096 ms 1 /classes/Product.php:6873
1216
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30557
0.096 ms 3 /classes/Product.php:2899
1382
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 18001
0.096 ms 1 /classes/Product.php:2899
1427
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7168
0.096 ms 1 /classes/Product.php:2899
587
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 27328 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
797
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 18001) 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
913
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
1301
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 27556
0.096 ms 1 /classes/Product.php:2899
1307
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 27471
0.096 ms 1 /classes/Product.php:2899
1816
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7143) AND (id_product_attribute = 56) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
309
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30163 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
846
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 11707 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
1451
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6109
0.095 ms 1 /classes/Product.php:2899
667
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 22952 AND id_shop=1 LIMIT 1
0.095 ms 1 /classes/Product.php:6873
821
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 14631) 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
881
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.095 ms 1 /classes/Product.php:5659
1285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29735
0.095 ms 2 /classes/Product.php:2899
1319
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 24387
0.095 ms 1 /classes/Product.php:2899
368
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
510
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 303
0.094 ms 5 /src/Adapter/EntityMapper.php:79
544
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
939
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7616 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6873
1154
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
1279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29753
0.094 ms 2 /classes/Product.php:2899
1421
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7874
0.094 ms 1 /classes/Product.php:2899
336
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
560
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
681
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
705
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
985
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
1138
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
1264
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 30139
0.093 ms 2 /classes/Product.php:2899
1313
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 27292
0.093 ms 1 /classes/Product.php:2899
1441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6844
0.093 ms 3 /classes/Product.php:2899
1790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9098) AND (id_product_attribute = 6398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
1808
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7159) AND (id_product_attribute = 59) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
1868
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
0.093 ms 1 /classes/module/Module.php:2132
261
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30176 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:153
485
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29735 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:153
526
SELECT SQL_NO_CACHE *
FROM `tyht_product_attribute_lang`
WHERE `id_product_attribute` = 269
0.092 ms 5 /src/Adapter/EntityMapper.php:79
549
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 29276 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:153
612
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 24387) 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
989
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6895 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
1194
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
1391
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 14631
0.092 ms 1 /classes/Product.php:2899
809
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
817
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
1358
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 19633
0.092 ms 1 /classes/Product.php:2899
341
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30147 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:153
584
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
729
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
945
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
1408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9098
0.091 ms 4 /classes/Product.php:2899
1824
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6895) AND (id_product_attribute = 5024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
780
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18342 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:153
1288
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 29734
0.091 ms 3 /classes/Product.php:2899
117
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30557 AND `id_group` = 1 LIMIT 1
0.090 ms 0 /classes/GroupReduction.php:153
660
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 23509 AND `id_group` = 1 LIMIT 1
0.090 ms 0 /classes/GroupReduction.php:153
795
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18001 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
875
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 10530 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
1100
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 454 AND `id_group` = 1 LIMIT 1
0.090 ms 0 /classes/GroupReduction.php:153
1108
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42396 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
777
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
1146
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
1334
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 23509
0.090 ms 1 /classes/Product.php:2899
1385
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 17981
0.090 ms 1 /classes/Product.php:2899
293
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30170 AND `id_group` = 1 LIMIT 1
0.089 ms 0 /classes/GroupReduction.php:153
931
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7874 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
600
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9098 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
1089
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
713
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
745
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
801
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
868
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 10531 AND `id_group` = 1 LIMIT 1
0.088 ms 0 /classes/GroupReduction.php:153
1156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41745 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
1508
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.088 ms 1 /classes/Country.php:402
1602
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30185) AND (id_product_attribute = 472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.088 ms 1 /classes/stock/StockAvailable.php:453
645
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 24031 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
793
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
953
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
1076
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6106 AND `id_group` = 1 LIMIT 1
0.087 ms 0 /classes/GroupReduction.php:153
1060
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6109 AND `id_group` = 1 LIMIT 1
0.087 ms 0 /classes/GroupReduction.php:153
787
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18128 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
1084
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 5799 AND `id_group` = 1 LIMIT 1
0.086 ms 0 /classes/GroupReduction.php:153
1124
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42394 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
1148
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42392 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
1725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29276) AND (id_product_attribute = 255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.086 ms 1 /classes/stock/StockAvailable.php:453
1097
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
324
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30162 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
811
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 14669 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
1106
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
1132
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 44090 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
1542
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32727) AND (id_product_attribute = 646) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.085 ms 1 /classes/stock/StockAvailable.php:453
594
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 27292 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
608
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
723
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 19633 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
1021
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6844 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
1188
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41740 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
1140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42393 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
1609
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30181) AND (id_product_attribute = 468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:453
676
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 20733 AND `id_group` = 1 LIMIT 1
0.084 ms 0 /classes/GroupReduction.php:153
957
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7159 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
1005
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6847 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
1520
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
0.084 ms 1 /classes/module/Module.php:2132
1593
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30188) AND (id_product_attribute = 475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:453
340
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 30147 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
578
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 27471 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
699
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 20645 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
901
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8807 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
973
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7143 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
1173
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41742 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
1576
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30275) AND (id_product_attribute = 504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:453
1691
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 29739) AND (id_product_attribute = 308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:453
570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 27551 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
683
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 20647 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
779
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18342 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
915
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8272 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
1091
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 994 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
733
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 19391 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
771
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 18343 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
1067
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6108 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
373
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30139 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
819
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 14631 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
229
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 30185 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:153
11
SELECT SQL_NO_CACHE id_shop
FROM `tyht_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1
0.080 ms 1 /classes/ObjectModel.php:1724
707
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 20644 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
715
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 19733 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
803
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 17981 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
947
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7168 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
1117
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42395 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
1164
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41744 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
1616
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30176) AND (id_product_attribute = 465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.079 ms 1 /classes/stock/StockAvailable.php:453
932
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7874 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
602
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 27286 AND id_shop=1 LIMIT 1
0.077 ms 1 /classes/Product.php:6873
876
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 10530 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
1109
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42396 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
1125
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42394 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
684
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 20647 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
1133
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 44090 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
1197
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41737 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
610
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 24387 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6873
748
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18827 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
1157
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41745 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
1594
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 30188) AND (id_product_attribute = 476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.075 ms 1 /classes/stock/StockAvailable.php:453
1141
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42393 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
990
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6895 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
1052
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6574 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
916
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8272 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
796
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18001 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
958
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7159 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
1006
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6847 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
1149
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42392 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
571
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 27551 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
579
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 27471 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
886
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9098 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
1068
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6108 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
1165
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41744 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
692
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 20646 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
1022
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6844 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
1092
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 994 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
1189
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41740 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
595
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 27292 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
974
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7143 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
708
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 20644 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
646
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 24031 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
700
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 20645 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
603
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 27286 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
734
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 19391 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
788
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18128 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
716
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 19733 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
772
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 18343 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
820
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 14631 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
804
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 17981 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
611
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 24387 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
948
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7168 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153

Doubles

205 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
142 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 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 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;
42 queries
SELECT product_attribute_shop.`price`
			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)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
42 queries
SELECT pa.`available_date` FROM `tyht_product` p LEFT JOIN `tyht_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN tyht_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) 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) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
42 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `tyht_attribute` a
            LEFT JOIN `tyht_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `tyht_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `tyht_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             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)
            LEFT JOIN `tyht_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `tyht_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
42 queries
SELECT *
FROM `tyht_product_attribute` a
LEFT JOIN `tyht_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
42 queries
SELECT *
							FROM `tyht_product_attribute_lang`
							WHERE `id_product_attribute` = XX
42 queries
SELECT *
FROM `tyht_product` a
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
42 queries
SELECT *
							FROM `tyht_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
42 queries
SELECT pa.*, product_attribute_shop.*
                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)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`
                ORDER BY pa.`id_product_attribute`
42 queries
SELECT al.`name` AS attribute_name
            FROM `tyht_product_attribute_combination` pac
            LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
            LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
            LEFT JOIN `tyht_attribute_lang` al ON (
                a.`id_attribute` = al.`id_attribute`
                AND al.`id_lang` = XX
            )
            WHERE pac.`id_product_attribute` = XX
            ORDER BY ag.`position` ASC, a.`position` ASC
15 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `tyht_product_attribute_image` pai
            LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
15 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `tyht_product_attribute_image` pai
            LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
15 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `tyht_product_attribute_combination` pac
                LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
15 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `tyht_product_attribute_combination` pac
                LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
14 queries
SELECT `id_module` FROM `tyht_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
6 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `tyht_product_attribute_image` pai
            LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
6 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `tyht_product_attribute_image` pai
            LEFT JOIN `tyht_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `tyht_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX) AND il.`id_lang` = XX ORDER by i.`position`
6 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `tyht_product_attribute_combination` pac
                LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX,XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
6 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `tyht_product_attribute_combination` pac
                LEFT JOIN `tyht_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `tyht_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `tyht_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
4 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
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` = 'es-es'
                    OR `language_code` = 'es-es' 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

Tables stress

429 product
411 product_attribute
410 product_attribute_shop
387 product_shop
286 cart_product
242 image
227 product_attribute_combination
226 attribute
226 attribute_lang
207 stock_available
200 image_shop
184 attribute_group
143 product_lang
142 pack
142 image_lang
110 category_lang
100 product_group_reduction_cache
100 feature_product
100 feature_lang
100 feature_value_lang
100 feature
100 feature_shop
84 product_attribute_lang
84 attribute_group_lang
42 product_attribute_image
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 226 /classes/Link.php:113 (__construct) [id: 32727]
/classes/Link.php:113 (__construct) [id: 30565]
/classes/Link.php:113 (__construct) [id: 30557]
/classes/Link.php:113 (__construct) [id: 30474]
/classes/Link.php:113 (__construct) [id: 30458]
/classes/Link.php:113 (__construct) [id: 30275]
/classes/Link.php:113 (__construct) [id: 30215]
/classes/Link.php:113 (__construct) [id: 30200]
/classes/Link.php:113 (__construct) [id: 30188]
/classes/Link.php:113 (__construct) [id: 30185]
/classes/Link.php:113 (__construct) [id: 30181]
/classes/Link.php:113 (__construct) [id: 30176]
/classes/Link.php:113 (__construct) [id: 30175]
/classes/Link.php:113 (__construct) [id: 30170]
/classes/Link.php:113 (__construct) [id: 30163]
/classes/Link.php:113 (__construct) [id: 30162]
/classes/Link.php:113 (__construct) [id: 30147]
/classes/Link.php:113 (__construct) [id: 30141]
/classes/Link.php:113 (__construct) [id: 30139]
/classes/Link.php:113 (__construct) [id: 29980]
/classes/Link.php:113 (__construct) [id: 29979]
/classes/Link.php:113 (__construct) [id: 29964]
/classes/Link.php:113 (__construct) [id: 29757]
/classes/Link.php:113 (__construct) [id: 29753]
/classes/Link.php:113 (__construct) [id: 29739]
/classes/Link.php:113 (__construct) [id: 29735]
/classes/Link.php:113 (__construct) [id: 29734]
/classes/Link.php:113 (__construct) [id: 29437]
/classes/Link.php:113 (__construct) [id: 29417]
/classes/Link.php:113 (__construct) [id: 29276]
/classes/Link.php:113 (__construct) [id: 24031]
/classes/Link.php:113 (__construct) [id: 19391]
/classes/Link.php:113 (__construct) [id: 11721]
/classes/Link.php:113 (__construct) [id: 11707]
/classes/Link.php:113 (__construct) [id: 9098]
/classes/Link.php:113 (__construct) [id: 8807]
/classes/Link.php:113 (__construct) [id: 7159]
/classes/Link.php:113 (__construct) [id: 7143]
/classes/Link.php:113 (__construct) [id: 6895]
/classes/Link.php:113 (__construct) [id: 6847]
/classes/Link.php:113 (__construct) [id: 6844]
/classes/Link.php:113 (__construct) [id: 6835]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 32829]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 32826]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 32727]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30565]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30557]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30474]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30458]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30275]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30215]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30200]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30188]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30185]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30181]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30176]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30175]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30170]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30163]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30162]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30147]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30141]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30139]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29980]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29979]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29964]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29757]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29753]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29739]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29735]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29734]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29437]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29417]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29276]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 27556]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 27551]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 27471]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 27328]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 27292]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 27286]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 24387]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 24383]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 24374]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 24345]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 24031]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23509]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 22952]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20733]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20647]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20646]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20645]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20644]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19733]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19633]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19391]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18827]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18549]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18500]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18343]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18342]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18128]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18001]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 17981]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 14669]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 14631]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 11721]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 11707]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 10718]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 10531]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 10530]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9098]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 8807]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 8272]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 8271]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7874]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7616]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7168]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7159]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7143]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6895]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6847]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6844]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6835]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6574]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6109]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6108]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6106]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5799]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 994]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 454]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42396]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42395]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42394]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 44090]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42393]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42392]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41745]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41744]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41742]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41741]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41740]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41737]
/classes/Link.php:113 (__construct) [id: 32727]
/classes/Link.php:113 (__construct) [id: 30565]
/classes/Link.php:113 (__construct) [id: 30557]
/classes/Link.php:113 (__construct) [id: 30474]
/classes/Link.php:113 (__construct) [id: 30458]
/classes/Link.php:113 (__construct) [id: 30275]
/classes/Link.php:113 (__construct) [id: 30215]
/classes/Link.php:113 (__construct) [id: 30200]
/classes/Link.php:113 (__construct) [id: 30188]
/classes/Link.php:113 (__construct) [id: 30185]
/classes/Link.php:113 (__construct) [id: 30181]
/classes/Link.php:113 (__construct) [id: 30176]
/classes/Link.php:113 (__construct) [id: 30175]
/classes/Link.php:113 (__construct) [id: 30170]
/classes/Link.php:113 (__construct) [id: 30163]
/classes/Link.php:113 (__construct) [id: 30162]
/classes/Link.php:113 (__construct) [id: 30147]
/classes/Link.php:113 (__construct) [id: 30141]
/classes/Link.php:113 (__construct) [id: 30139]
/classes/Link.php:113 (__construct) [id: 29980]
/classes/Link.php:113 (__construct) [id: 29979]
/classes/Link.php:113 (__construct) [id: 29964]
/classes/Link.php:113 (__construct) [id: 29757]
/classes/Link.php:113 (__construct) [id: 29753]
/classes/Link.php:113 (__construct) [id: 29739]
/classes/Link.php:113 (__construct) [id: 29735]
/classes/Link.php:113 (__construct) [id: 29734]
/classes/Link.php:113 (__construct) [id: 29437]
/classes/Link.php:113 (__construct) [id: 29417]
/classes/Link.php:113 (__construct) [id: 29276]
/classes/Link.php:113 (__construct) [id: 24031]
/classes/Link.php:113 (__construct) [id: 19391]
/classes/Link.php:113 (__construct) [id: 11721]
/classes/Link.php:113 (__construct) [id: 11707]
/classes/Link.php:113 (__construct) [id: 9098]
/classes/Link.php:113 (__construct) [id: 8807]
/classes/Link.php:113 (__construct) [id: 7159]
/classes/Link.php:113 (__construct) [id: 7143]
/classes/Link.php:113 (__construct) [id: 6895]
/classes/Link.php:113 (__construct) [id: 6847]
/classes/Link.php:113 (__construct) [id: 6844]
/classes/Link.php:113 (__construct) [id: 6835]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 32727]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30565]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30557]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30474]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30458]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30275]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30215]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30200]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30188]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30185]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30181]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30176]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30175]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30170]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30163]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30162]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30147]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30141]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 30139]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29980]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29979]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29964]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29757]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29753]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29739]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29735]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29734]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29437]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29417]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 29276]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 24031]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 19391]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 11721]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 11707]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 9098]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 8807]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 7159]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 7143]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 6895]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 6847]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 6844]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 6835]
Combination 42 /classes/Product.php:5912 (__construct) [id: 644]
/classes/Product.php:5912 (__construct) [id: 542]
/classes/Product.php:5912 (__construct) [id: 539]
/classes/Product.php:5912 (__construct) [id: 535]
/classes/Product.php:5912 (__construct) [id: 531]
/classes/Product.php:5912 (__construct) [id: 502]
/classes/Product.php:5912 (__construct) [id: 478]
/classes/Product.php:5912 (__construct) [id: 477]
/classes/Product.php:5912 (__construct) [id: 473]
/classes/Product.php:5912 (__construct) [id: 469]
/classes/Product.php:5912 (__construct) [id: 466]
/classes/Product.php:5912 (__construct) [id: 463]
/classes/Product.php:5912 (__construct) [id: 461]
/classes/Product.php:5912 (__construct) [id: 459]
/classes/Product.php:5912 (__construct) [id: 458]
/classes/Product.php:5912 (__construct) [id: 456]
/classes/Product.php:5912 (__construct) [id: 455]
/classes/Product.php:5912 (__construct) [id: 454]
/classes/Product.php:5912 (__construct) [id: 452]
/classes/Product.php:5912 (__construct) [id: 373]
/classes/Product.php:5912 (__construct) [id: 371]
/classes/Product.php:5912 (__construct) [id: 368]
/classes/Product.php:5912 (__construct) [id: 313]
/classes/Product.php:5912 (__construct) [id: 311]
/classes/Product.php:5912 (__construct) [id: 306]
/classes/Product.php:5912 (__construct) [id: 304]
/classes/Product.php:5912 (__construct) [id: 303]
/classes/Product.php:5912 (__construct) [id: 269]
/classes/Product.php:5912 (__construct) [id: 262]
/classes/Product.php:5912 (__construct) [id: 253]
/classes/Product.php:5912 (__construct) [id: 169]
/classes/Product.php:5912 (__construct) [id: 136]
/classes/Product.php:5912 (__construct) [id: 104]
/classes/Product.php:5912 (__construct) [id: 101]
/classes/Product.php:5912 (__construct) [id: 77]
/classes/Product.php:5912 (__construct) [id: 69]
/classes/Product.php:5912 (__construct) [id: 57]
/classes/Product.php:5912 (__construct) [id: 54]
/classes/Product.php:5912 (__construct) [id: 46]
/classes/Product.php:5912 (__construct) [id: 36]
/classes/Product.php:5912 (__construct) [id: 32]
/classes/Product.php:5912 (__construct) [id: 30]
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: 4]
/classes/Tools.php:641 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
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: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
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: ]
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.es-ES.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 /override/classes/Cart.php
289 /classes/Cart.php
290 /src/Adapter/ContainerBuilder.php
291 /src/Adapter/Environment.php
292 /src/Core/EnvironmentInterface.php
293 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
294 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
295 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
296 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
297 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
298 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
299 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
300 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
301 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
302 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
303 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
304 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
305 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
306 /vendor/symfony/contracts/Service/ResetInterface.php
307 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
308 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
309 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
310 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
311 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
312 /vendor/symfony/contracts/Cache/ItemInterface.php
313 /vendor/psr/cache/src/CacheItemInterface.php
314 /vendor/psr/cache/src/CacheItemPoolInterface.php
315 /vendor/symfony/contracts/Cache/CacheInterface.php
316 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
318 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
320 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
321 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
322 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
377 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
378 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
379 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
380 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
381 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
384 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
385 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
386 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
387 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
388 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
389 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
390 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
391 /var/cache/dev/FrontContainer.php
392 /src/Adapter/Container/LegacyContainer.php
393 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
394 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
395 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
396 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
397 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
398 /vendor/psr/container/src/ContainerExceptionInterface.php
399 /vendor/psr/container/src/NotFoundExceptionInterface.php
400 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
403 /src/Adapter/Container/LegacyContainerInterface.php
404 /modules/blockwishlist/vendor/autoload.php
405 /modules/blockwishlist/vendor/composer/autoload_real.php
406 /modules/blockwishlist/vendor/composer/autoload_static.php
407 /modules/contactform/vendor/autoload.php
408 /modules/contactform/vendor/composer/autoload_real.php
409 /modules/contactform/vendor/composer/autoload_static.php
410 /modules/dashactivity/vendor/autoload.php
411 /modules/dashactivity/vendor/composer/autoload_real.php
412 /modules/dashactivity/vendor/composer/autoload_static.php
413 /modules/dashtrends/vendor/autoload.php
414 /modules/dashtrends/vendor/composer/autoload_real.php
415 /modules/dashtrends/vendor/composer/autoload_static.php
416 /modules/dashgoals/vendor/autoload.php
417 /modules/dashgoals/vendor/composer/autoload_real.php
418 /modules/dashgoals/vendor/composer/autoload_static.php
419 /modules/dashproducts/vendor/autoload.php
420 /modules/dashproducts/vendor/composer/autoload_real.php
421 /modules/dashproducts/vendor/composer/platform_check.php
422 /modules/dashproducts/vendor/composer/autoload_static.php
423 /modules/graphnvd3/vendor/autoload.php
424 /modules/graphnvd3/vendor/composer/autoload_real.php
425 /modules/graphnvd3/vendor/composer/autoload_static.php
426 /modules/gridhtml/vendor/autoload.php
427 /modules/gridhtml/vendor/composer/autoload_real.php
428 /modules/gridhtml/vendor/composer/autoload_static.php
429 /modules/gsitemap/vendor/autoload.php
430 /modules/gsitemap/vendor/composer/autoload_real.php
431 /modules/gsitemap/vendor/composer/autoload_static.php
432 /modules/pagesnotfound/vendor/autoload.php
433 /modules/pagesnotfound/vendor/composer/autoload_real.php
434 /modules/pagesnotfound/vendor/composer/platform_check.php
435 /modules/pagesnotfound/vendor/composer/autoload_static.php
436 /modules/productcomments/vendor/autoload.php
437 /modules/productcomments/vendor/composer/autoload_real.php
438 /modules/productcomments/vendor/composer/platform_check.php
439 /modules/productcomments/vendor/composer/autoload_static.php
440 /modules/ps_categorytree/vendor/autoload.php
441 /modules/ps_categorytree/vendor/composer/autoload_real.php
442 /modules/ps_categorytree/vendor/composer/platform_check.php
443 /modules/ps_categorytree/vendor/composer/autoload_static.php
444 /modules/ps_checkpayment/vendor/autoload.php
445 /modules/ps_checkpayment/vendor/composer/autoload_real.php
446 /modules/ps_checkpayment/vendor/composer/autoload_static.php
447 /modules/ps_contactinfo/vendor/autoload.php
448 /modules/ps_contactinfo/vendor/composer/autoload_real.php
449 /modules/ps_contactinfo/vendor/composer/autoload_static.php
450 /modules/ps_crossselling/vendor/autoload.php
451 /modules/ps_crossselling/vendor/composer/autoload_real.php
452 /modules/ps_crossselling/vendor/composer/platform_check.php
453 /modules/ps_crossselling/vendor/composer/autoload_static.php
454 /modules/ps_currencyselector/vendor/autoload.php
455 /modules/ps_currencyselector/vendor/composer/autoload_real.php
456 /modules/ps_currencyselector/vendor/composer/autoload_static.php
457 /modules/ps_customeraccountlinks/vendor/autoload.php
458 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
459 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
460 /modules/ps_customtext/vendor/autoload.php
461 /modules/ps_customtext/vendor/composer/autoload_real.php
462 /modules/ps_customtext/vendor/composer/platform_check.php
463 /modules/ps_customtext/vendor/composer/autoload_static.php
464 /modules/ps_dataprivacy/vendor/autoload.php
465 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
466 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
467 /modules/ps_emailsubscription/vendor/autoload.php
468 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
469 /modules/ps_emailsubscription/vendor/composer/platform_check.php
470 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
471 /modules/ps_faviconnotificationbo/vendor/autoload.php
472 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
473 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
474 /modules/ps_languageselector/vendor/autoload.php
475 /modules/ps_languageselector/vendor/composer/autoload_real.php
476 /modules/ps_languageselector/vendor/composer/autoload_static.php
477 /modules/ps_linklist/vendor/autoload.php
478 /modules/ps_linklist/vendor/composer/autoload_real.php
479 /modules/ps_linklist/vendor/composer/platform_check.php
480 /modules/ps_linklist/vendor/composer/autoload_static.php
481 /modules/ps_mainmenu/vendor/autoload.php
482 /modules/ps_mainmenu/vendor/composer/autoload_real.php
483 /modules/ps_mainmenu/vendor/composer/platform_check.php
484 /modules/ps_mainmenu/vendor/composer/autoload_static.php
485 /modules/ps_searchbar/vendor/autoload.php
486 /modules/ps_searchbar/vendor/composer/autoload_real.php
487 /modules/ps_searchbar/vendor/composer/platform_check.php
488 /modules/ps_searchbar/vendor/composer/autoload_static.php
489 /modules/ps_sharebuttons/vendor/autoload.php
490 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
491 /modules/ps_sharebuttons/vendor/composer/platform_check.php
492 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
493 /modules/ps_shoppingcart/vendor/autoload.php
494 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
495 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
496 /modules/ps_socialfollow/vendor/autoload.php
497 /modules/ps_socialfollow/vendor/composer/autoload_real.php
498 /modules/ps_socialfollow/vendor/composer/platform_check.php
499 /modules/ps_socialfollow/vendor/composer/autoload_static.php
500 /modules/ps_themecusto/vendor/autoload.php
501 /modules/ps_themecusto/vendor/composer/autoload_real.php
502 /modules/ps_themecusto/vendor/composer/autoload_static.php
503 /modules/ps_wirepayment/vendor/autoload.php
504 /modules/ps_wirepayment/vendor/composer/autoload_real.php
505 /modules/ps_wirepayment/vendor/composer/platform_check.php
506 /modules/ps_wirepayment/vendor/composer/autoload_static.php
507 /modules/statsbestcategories/vendor/autoload.php
508 /modules/statsbestcategories/vendor/composer/autoload_real.php
509 /modules/statsbestcategories/vendor/composer/platform_check.php
510 /modules/statsbestcategories/vendor/composer/autoload_static.php
511 /modules/statsbestcustomers/vendor/autoload.php
512 /modules/statsbestcustomers/vendor/composer/autoload_real.php
513 /modules/statsbestcustomers/vendor/composer/platform_check.php
514 /modules/statsbestcustomers/vendor/composer/autoload_static.php
515 /modules/statsbestproducts/vendor/autoload.php
516 /modules/statsbestproducts/vendor/composer/autoload_real.php
517 /modules/statsbestproducts/vendor/composer/platform_check.php
518 /modules/statsbestproducts/vendor/composer/autoload_static.php
519 /modules/statsbestsuppliers/vendor/autoload.php
520 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
521 /modules/statsbestsuppliers/vendor/composer/platform_check.php
522 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
523 /modules/statsbestvouchers/vendor/autoload.php
524 /modules/statsbestvouchers/vendor/composer/autoload_real.php
525 /modules/statsbestvouchers/vendor/composer/platform_check.php
526 /modules/statsbestvouchers/vendor/composer/autoload_static.php
527 /modules/statscarrier/vendor/autoload.php
528 /modules/statscarrier/vendor/composer/autoload_real.php
529 /modules/statscarrier/vendor/composer/platform_check.php
530 /modules/statscarrier/vendor/composer/autoload_static.php
531 /modules/statscatalog/vendor/autoload.php
532 /modules/statscatalog/vendor/composer/autoload_real.php
533 /modules/statscatalog/vendor/composer/platform_check.php
534 /modules/statscatalog/vendor/composer/autoload_static.php
535 /modules/statscheckup/vendor/autoload.php
536 /modules/statscheckup/vendor/composer/autoload_real.php
537 /modules/statscheckup/vendor/composer/platform_check.php
538 /modules/statscheckup/vendor/composer/autoload_static.php
539 /modules/statsdata/vendor/autoload.php
540 /modules/statsdata/vendor/composer/autoload_real.php
541 /modules/statsdata/vendor/composer/autoload_static.php
542 /modules/statsforecast/vendor/autoload.php
543 /modules/statsforecast/vendor/composer/autoload_real.php
544 /modules/statsforecast/vendor/composer/platform_check.php
545 /modules/statsforecast/vendor/composer/autoload_static.php
546 /modules/statsnewsletter/vendor/autoload.php
547 /modules/statsnewsletter/vendor/composer/autoload_real.php
548 /modules/statsnewsletter/vendor/composer/platform_check.php
549 /modules/statsnewsletter/vendor/composer/autoload_static.php
550 /modules/statspersonalinfos/vendor/autoload.php
551 /modules/statspersonalinfos/vendor/composer/autoload_real.php
552 /modules/statspersonalinfos/vendor/composer/platform_check.php
553 /modules/statspersonalinfos/vendor/composer/autoload_static.php
554 /modules/statsproduct/vendor/autoload.php
555 /modules/statsproduct/vendor/composer/autoload_real.php
556 /modules/statsproduct/vendor/composer/platform_check.php
557 /modules/statsproduct/vendor/composer/autoload_static.php
558 /modules/statsregistrations/vendor/autoload.php
559 /modules/statsregistrations/vendor/composer/autoload_real.php
560 /modules/statsregistrations/vendor/composer/platform_check.php
561 /modules/statsregistrations/vendor/composer/autoload_static.php
562 /modules/statssales/vendor/autoload.php
563 /modules/statssales/vendor/composer/autoload_real.php
564 /modules/statssales/vendor/composer/platform_check.php
565 /modules/statssales/vendor/composer/autoload_static.php
566 /modules/statssearch/vendor/autoload.php
567 /modules/statssearch/vendor/composer/autoload_real.php
568 /modules/statssearch/vendor/composer/platform_check.php
569 /modules/statssearch/vendor/composer/autoload_static.php
570 /modules/statsstock/vendor/autoload.php
571 /modules/statsstock/vendor/composer/autoload_real.php
572 /modules/statsstock/vendor/composer/platform_check.php
573 /modules/statsstock/vendor/composer/autoload_static.php
574 /modules/psgdpr/vendor/autoload.php
575 /modules/psgdpr/vendor/composer/autoload_real.php
576 /modules/psgdpr/vendor/composer/autoload_static.php
577 /modules/blockreassurance/vendor/autoload.php
578 /modules/blockreassurance/vendor/composer/autoload_real.php
579 /modules/blockreassurance/vendor/composer/autoload_static.php
580 /modules/ps_emailalerts/vendor/autoload.php
581 /modules/ps_emailalerts/vendor/composer/autoload_real.php
582 /modules/ps_emailalerts/vendor/composer/autoload_static.php
583 /modules/ps_facetedsearch/vendor/autoload.php
584 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
585 /modules/ps_facetedsearch/vendor/composer/platform_check.php
586 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
587 /modules/correosoficial/vendor/autoload.php
588 /modules/correosoficial/vendor/composer/autoload_real.php
589 /modules/correosoficial/vendor/composer/autoload_static.php
590 /modules/autoupgrade/vendor/autoload.php
591 /modules/autoupgrade/vendor/composer/autoload_real.php
592 /modules/autoupgrade/vendor/composer/autoload_static.php
593 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
594 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
595 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
596 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
597 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
598 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
599 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
600 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
601 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
602 /modules/ps_distributionapiclient/vendor/autoload.php
603 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
604 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
605 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
606 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
607 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
608 /modules/ps_specials/vendor/autoload.php
609 /modules/ps_specials/vendor/composer/autoload_real.php
610 /modules/ps_specials/vendor/composer/platform_check.php
611 /modules/ps_specials/vendor/composer/autoload_static.php
612 /modules/ps_newproducts/vendor/autoload.php
613 /modules/ps_newproducts/vendor/composer/autoload_real.php
614 /modules/ps_newproducts/vendor/composer/platform_check.php
615 /modules/ps_newproducts/vendor/composer/autoload_static.php
616 /modules/ps_bestsellers/vendor/autoload.php
617 /modules/ps_bestsellers/vendor/composer/autoload_real.php
618 /modules/ps_bestsellers/vendor/composer/platform_check.php
619 /modules/ps_bestsellers/vendor/composer/autoload_static.php
620 /modules/obsstockspro/vendor/autoload.php
621 /modules/obsstockspro/vendor/composer/autoload_real.php
622 /modules/obsstockspro/vendor/composer/platform_check.php
623 /modules/obsstockspro/vendor/composer/autoload_static.php
624 /modules/obsstockspro/vendor/kint-php/kint/init.php
625 /modules/obsstockspro/vendor/kint-php/kint/src/Kint.php
626 /modules/obsstockspro/vendor/kint-php/kint/src/Utils.php
627 /modules/obsstockspro/vendor/kint-php/kint/init_helpers.php
628 /modules/ps_imageslider/vendor/autoload.php
629 /modules/ps_imageslider/vendor/composer/autoload_real.php
630 /modules/ps_imageslider/vendor/composer/platform_check.php
631 /modules/ps_imageslider/vendor/composer/autoload_static.php
632 /modules/ps_featuredproducts/vendor/autoload.php
633 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
634 /modules/ps_featuredproducts/vendor/composer/platform_check.php
635 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
636 /modules/cttexpress/vendor/autoload.php
637 /modules/cttexpress/vendor/composer/autoload_real.php
638 /modules/cttexpress/vendor/composer/autoload_static.php
639 /modules/ps_googleanalytics/vendor/autoload.php
640 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
641 /modules/ps_googleanalytics/vendor/composer/platform_check.php
642 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
643 /src/Core/Localization/Locale/Repository.php
644 /src/Core/Localization/Locale/RepositoryInterface.php
645 /src/Core/Localization/CLDR/LocaleRepository.php
646 /src/Core/Localization/CLDR/LocaleDataSource.php
647 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
648 /src/Core/Data/Layer/AbstractDataLayer.php
649 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
650 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
651 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
652 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
653 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
654 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
655 /vendor/symfony/contracts/Cache/CacheTrait.php
656 /vendor/psr/cache/src/InvalidArgumentException.php
657 /vendor/psr/cache/src/CacheException.php
658 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
659 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
660 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
661 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
662 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
663 /src/Core/Localization/CLDR/Reader.php
664 /src/Core/Localization/CLDR/ReaderInterface.php
665 /src/Core/Localization/Currency/Repository.php
666 /src/Core/Localization/Currency/RepositoryInterface.php
667 /src/Core/Localization/Currency/CurrencyDataSource.php
668 /src/Core/Localization/Currency/DataSourceInterface.php
669 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
670 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
671 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
672 /src/Adapter/Currency/CurrencyDataProvider.php
673 /src/Core/Currency/CurrencyDataProviderInterface.php
674 /src/Adapter/LegacyContext.php
675 /src/Adapter/Tools.php
676 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
677 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
678 /vendor/prestashop/decimal/src/Operation/Rounding.php
679 /src/Core/Localization/Locale.php
680 /src/Core/Localization/LocaleInterface.php
681 /src/Core/Localization/Specification/Price.php
682 /src/Core/Localization/Specification/Number.php
683 /src/Core/Localization/Specification/NumberInterface.php
684 /src/Core/Localization/Specification/Factory.php
685 /src/Core/Localization/CLDR/LocaleData.php
686 /src/Core/Localization/CLDR/NumberSymbolsData.php
687 /src/Core/Localization/CLDR/CurrencyData.php
688 /src/Core/Localization/CLDR/Locale.php
689 /src/Core/Localization/CLDR/LocaleInterface.php
690 /src/Core/Localization/Specification/NumberSymbolList.php
691 /classes/Currency.php
692 /src/Core/Localization/Currency/LocalizedCurrencyId.php
693 /classes/webservice/WebserviceRequest.php
694 /src/Core/Localization/Currency/CurrencyData.php
695 /src/Core/Localization/Currency/CurrencyCollection.php
696 /src/Core/Localization/Currency.php
697 /src/Core/Localization/CurrencyInterface.php
698 /src/Core/Localization/Specification/NumberCollection.php
699 /src/Core/Localization/Number/Formatter.php
700 /src/Adapter/AddressFactory.php
701 /classes/CartRule.php
702 /classes/Product.php
703 /src/Core/Domain/Product/ValueObject/RedirectType.php
704 /src/Core/Util/DateTime/DateTime.php
705 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
706 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
707 /src/Core/Domain/Product/ValueObject/ProductType.php
708 /src/Core/Domain/Product/ValueObject/Reference.php
709 /src/Core/Domain/Product/ValueObject/Ean13.php
710 /src/Core/Domain/Product/ValueObject/Isbn.php
711 /src/Core/Domain/Product/ValueObject/Upc.php
712 /src/Core/Domain/Product/ProductSettings.php
713 /src/Core/Domain/Shop/ValueObject/ShopId.php
714 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
715 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
716 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
717 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
718 /modules/blockwishlist/blockwishlist.php
719 /classes/Media.php
720 /modules/ps_emailsubscription/ps_emailsubscription.php
721 /modules/blockreassurance/blockreassurance.php
722 /modules/ps_emailalerts/ps_emailalerts.php
723 /modules/ps_emailalerts/MailAlert.php
724 /modules/ps_socialfollow/ps_socialfollow.php
725 /src/Adapter/Presenter/Cart/CartLazyArray.php
726 /src/Adapter/Presenter/AbstractLazyArray.php
727 /src/Adapter/Product/PriceFormatter.php
728 /src/Core/Util/Inflector.php
729 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
730 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
732 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
733 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
734 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
735 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
736 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
737 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
738 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
739 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
740 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
741 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
742 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
743 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
744 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
745 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
746 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
747 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
748 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
749 /classes/Gender.php
750 /classes/Risk.php
751 /classes/Meta.php
752 /classes/Address.php
753 /classes/ImageType.php
754 /classes/State.php
755 /src/Core/Security/PasswordPolicyConfiguration.php
756 /src/Core/Configuration/DataConfigurationInterface.php
757 /src/Core/Security/Hashing.php
758 /src/Core/Filter/FrontEndObject/MainFilter.php
759 /src/Core/Filter/FilterInterface.php
760 /src/Core/Filter/FrontEndObject/CartFilter.php
761 /src/Core/Filter/HashMapWhitelistFilter.php
762 /src/Core/Filter/CollectionFilter.php
763 /src/Core/Filter/FrontEndObject/ProductFilter.php
764 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
765 /src/Core/Filter/FrontEndObject/CustomerFilter.php
766 /src/Core/Filter/FrontEndObject/ShopFilter.php
767 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
768 /modules/productcomments/productcomments.php
769 /modules/ps_searchbar/ps_searchbar.php
770 /modules/ps_shoppingcart/ps_shoppingcart.php
771 /modules/correosoficial/correosoficial.php
772 /modules/correosoficial/classes/CorreosOficialCheckout.php
773 /modules/correosoficial/classes/CorreosOficialCarrier.php
774 /classes/module/CarrierModule.php
775 /modules/correosoficial/classes/CorreosOficialOrders.php
776 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO.php
777 /modules/correosoficial/vendor/ecommerce_common_lib/DetectPlatform.php
778 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO_PS.php
779 /modules/correosoficial/classes/CorreosOficialOrder.php
780 /classes/order/Order.php
781 /modules/correosoficial/classes/CorreosOficialSenders.php
782 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialSendersDao.php
783 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosDaoObject.php
784 /modules/correosoficial/classes/Analitica.php
785 /modules/correosoficial/vendor/ecommerce_common_lib/config.inc.php
786 /modules/correosoficial/src/CorreosProducts.php
787 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialConfigDao.php
788 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialActiveCustomersDao.php
789 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/Normalization.php
790 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialUtilitiesDao.php
791 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialUtils.php
792 /modules/correosoficial/vendor/ecommerce_common_lib/functions.php
793 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialOrderDao.php
794 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialProductsDao.php
795 /modules/correosoficial/config.php
796 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosRest.php
797 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialCustomerDataDao.php
798 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosSoap.php
799 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/CorreosOficialCrypto.php
800 /modules/correosoficial/vendor/ecommerce_common_lib/WSValidationResponse.php
801 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareOrderRequests.php
802 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialSmarty.php
803 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareRequestsDocAduanera.php
804 /modules/correosoficial/classes/CorreosOficialErrorManager.php
805 /modules/correosoficial/vendor/ecommerce_common_lib/Cex/CexRest.php
806 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/BridgeCEXAdapter.php
807 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/NeedCustoms.php
808 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/ShippingMethodZoneRules.php
809 /modules/correosoficial/vendor/ecommerce_common_lib/Cron/CronCorreosOficial.php
810 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialCronDao.php
811 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/CorreosOficialLog.php
812 /modules/correosoficial/controllers/admin/AdminCorreosOficialCronProcessController.php
813 /classes/controller/ModuleAdminController.php
814 /classes/controller/AdminController.php
815 /modules/correosoficial/sql/CorreosOficialIndexes.php
816 /classes/Translate.php
817 /modules/correosoficial/translations/es.php
818 /modules/pm_advancedsearch4/classes/SearchEngineUtils.php
819 /modules/pm_advancedsearch4/classes/SearchEngineDb.php
820 /modules/pm_advancedsearch4/translations/es.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 /vendor/prestashop/decimal/src/DecimalNumber.php
882 /vendor/prestashop/decimal/src/Builder.php
883 /src/Core/Domain/Combination/CombinationSettings.php
884 /classes/ProductPresenterFactory.php
885 /src/Adapter/Presenter/Product/ProductListingPresenter.php
886 /src/Adapter/Presenter/Product/ProductPresenter.php
887 /src/Adapter/Product/ProductColorsRetriever.php
888 /src/Adapter/HookManager.php
889 /src/Core/Product/ProductPresentationSettings.php
890 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
891 /src/Adapter/Presenter/Product/ProductLazyArray.php
892 /classes/Image.php
893 /src/Core/Image/ImageFormatConfiguration.php
894 /src/Core/Image/ImageFormatConfigurationInterface.php
895 /classes/FeatureFlag.php
896 /src/Core/FeatureFlag/FeatureFlagSettings.php
897 /classes/Smarty/SmartyDevTemplate.php
898 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
899 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
900 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
901 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
902 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
903 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
904 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
905 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
906 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
907 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
908 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
909 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
910 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
911 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
912 /vendor/smarty/smarty/libs/plugins/modifier.count.php
913 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
914 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
915 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
916 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
917 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
918 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
919 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
920 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
921 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
922 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
923 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
924 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
925 /var/cache/dev/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
926 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
927 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
928 /src/Core/Product/Search/Pagination.php
929 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
930 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/09/06/0c/09060c959fab00b49b3f42dca372263c8a927329_2.file.new-products.tpl.php
931 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
932 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
933 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f3/32/ca/f332ca6fd3186844785fe6e5d5bb8c74588274b8_2.file.product-list.tpl.php
934 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/8f/22/fd/8f22fd5ca0b4325352f3661ba7be0078a63acec4_2.file.layout-left-column.tpl.php
935 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f6/43/91/f6439134f65f3e31e0b7bd8818d5d42babb17813_2.file.layout-both-columns.tpl.php
936 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
937 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c9/73/8e/c9738e412e934be92e8a833dda593549dd157f11_2.file.helpers.tpl.php
938 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
939 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/97/de/16/97de1617446bcab4a3b716c4dc8aefdacc587a6f_2.file.head.tpl.php
940 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
941 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
942 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/42/8c/c4/428cc4ae4b724b4d47b93f02bedd71190b9babe4_2.file.head-jsonld.tpl.php
943 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/84/96/89/8496895b849d08ceabbadf6e386d495c1efc89a2_2.file.product-list-jsonld.tpl.php
944 /src/Core/Util/String/StringModifier.php
945 /src/Core/Util/String/StringModifierInterface.php
946 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
947 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
948 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
949 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
950 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/31/3f/8f/313f8f35836207ead0a4a164d56029b1fa73d0f7_2.file.pagination-seo.tpl.php
951 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
952 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/40/35/6b40358ec27289f4f446a099f555a5fdc81d02aa_2.file.stylesheets.tpl.php
953 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/78/09/69/7809698ba7d304a41e1fea8baed24a1312f74cd1_2.file.javascript.tpl.php
954 /classes/ProductDownload.php
955 /src/Core/Cart/Calculator.php
956 /src/Core/Cart/CartRowCollection.php
957 /src/Core/Cart/Fees.php
958 /src/Core/Cart/AmountImmutable.php
959 /src/Core/Cart/CartRuleCollection.php
960 /src/Core/Cart/CartRuleCalculator.php
961 /src/Adapter/Product/PriceCalculator.php
962 /src/Core/Cart/CartRow.php
963 /modules/correosoficial/models/CorreosOficialConfig.php
964 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
965 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f7/7c/ce/f77ccef8bcd10a4fc2391ddc796b5388422ca907_2.file.product-activation.tpl.php
966 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
967 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/99/12/c8/9912c811c11b187448bb13df77373207df28b555_2.file.header.tpl.php
968 /modules/ps_contactinfo/ps_contactinfo.php
969 /var/cache/dev/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
970 /modules/ps_languageselector/ps_languageselector.php
971 /var/cache/dev/smarty/compile/classic/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
972 /modules/ps_currencyselector/ps_currencyselector.php
973 /modules/ps_customersignin/ps_customersignin.php
974 /var/cache/dev/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
975 /var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
976 /modules/ps_mainmenu/ps_mainmenu.php
977 /modules/ps_mainmenu/ps_menutoplinks.class.php
978 /var/cache/dev/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
979 /var/cache/dev/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
980 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/54/c8/e5/54c8e53e450c56005bd8b3dab5c68d8728fdcfc8_2.file.notifications.tpl.php
981 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/b8/5f/56b85f768fc2a574d71260e9ba032388a3878f55_2.file.breadcrumb.tpl.php
982 /modules/ps_categorytree/ps_categorytree.php
983 /var/cache/dev/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
984 /var/cache/dev/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
985 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/b3/ce/a1/b3cea190dc2feed71dc527db8002d380a35aadfa_2.file.products-top.tpl.php
986 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/3c/d4/dc/3cd4dc711e25476f492ba639603577476d76ea77_2.file.sort-orders.tpl.php
987 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/2c/1a/c52c1a00a56a2f568707fb6ce18f8ad6681f15fd_2.file.products.tpl.php
988 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/4f/65/02/4f65021ea2cb0cf27a7a9b608e881d5d84285bc1_2.file.productlist.tpl.php
989 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
990 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/20/a5/6b/20a56b710545017c930447d69d12f2d3010dbff6_2.file.product.tpl.php
991 /src/Adapter/ContainerFinder.php
992 /modules/productcomments/src/Repository/ProductCommentRepository.php
993 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
994 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
995 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
996 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
997 /vendor/doctrine/doctrine-bundle/Registry.php
998 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
999 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
1000 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1001 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1002 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1003 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1004 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
1005 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
1006 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
1007 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
1008 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
1009 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
1010 /vendor/doctrine/event-manager/src/EventManager.php
1011 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
1012 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
1013 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
1014 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1015 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1016 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1017 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
1018 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
1019 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
1020 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1021 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1022 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
1023 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
1024 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
1025 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
1026 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
1027 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
1028 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
1029 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
1030 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
1031 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
1032 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
1033 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
1034 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
1035 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
1036 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1037 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1038 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1039 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
1040 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
1041 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
1042 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1043 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
1044 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
1045 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1046 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
1047 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1048 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1049 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1050 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
1051 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1052 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1053 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1054 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
1055 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1056 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
1057 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1058 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
1059 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
1060 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
1061 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
1062 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
1063 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
1064 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
1065 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
1066 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
1067 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
1068 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
1069 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
1070 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
1071 /modules/productcomments/src/Entity/ProductComment.php
1072 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1073 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1074 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1075 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
1076 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1077 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1078 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1079 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1080 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1081 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1082 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1083 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1084 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1085 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1086 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1087 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1088 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1089 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1090 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1091 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1092 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1093 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
1094 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
1095 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
1096 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1097 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1098 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1099 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
1100 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
1101 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1102 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1103 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1104 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1105 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1106 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1107 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1108 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
1109 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1110 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1111 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1112 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1113 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1114 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1115 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1116 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1117 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1118 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1119 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1120 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1121 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1122 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1123 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1124 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1125 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
1126 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1127 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1128 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1129 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1130 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1131 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1132 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1133 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1134 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1135 /var/cache/dev/smarty/compile/classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1136 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/23/68/ec/2368ecb316029661e13793bdef14564542273ff1_2.file.product-flags.tpl.php
1137 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/39/5f/b2/395fb2c6cd348d9f54ef160fc896c13cc9c6abd3_2.file.pagination.tpl.php
1138 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/23/80/a3/2380a38858a8f34a607061539abf90a8f10bbb3d_2.file.products-bottom.tpl.php
1139 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/52/48/00/52480031695f6cca23f192c0ba8bbee8ea0513dd_2.file.footer.tpl.php
1140 /var/cache/dev/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1141 /var/cache/dev/smarty/compile/classic/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
1142 /modules/ps_linklist/ps_linklist.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 /var/cache/dev/translations/catalogue.pt-PT.NXhscRe.php
1147 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1148 /modules/ps_linklist/src/Filter/LinkFilter.php
1149 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1150 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1151 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1152 /var/cache/dev/smarty/compile/classic/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1153 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1154 /var/cache/dev/smarty/compile/classic/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1155 /var/cache/dev/smarty/compile/classic/d3/be/a1/d3bea152bc88d6ad4c16c87750962bcaf4f57aa3_2.module.blockwishlistviewstemplateshookaccountmyaccountblock.tpl.php
1156 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1157 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
1158 /var/cache/dev/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1159 /var/cache/dev/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1160 /var/cache/dev/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1161 /var/cache/dev/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
1162 /var/cache/dev/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1163 /var/cache/dev/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1164 /var/cache/dev/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1165 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6e/39/d8/6e39d84511b7ac0c97002fef0373c3ef1fde489e_2.file.password-policy-template.tpl.php
1166 /modules/statsdata/statsdata.php
1167 /classes/Connection.php
1168 /classes/ConnectionsSource.php
1169 /modules/pm_advancedsearch4/classes/SearchEngineIndexation.php
1170 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1171 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1172 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1173 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1174 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1175 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php