Neue Artikel

Aktive Filter

Load Time 1215 ms
Querying Time 595 ms
Queries 1315
Memory Peak Usage 29.2 Mb
Included Files 1176 files - 14.42 Mb
PrestaShop Cache - Mb
Global vars 0.02 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 3.968 ms 3.968 ms 3.38 Mb 4.5 Mb
__construct 2.193 ms 6.161 ms 0.01 Mb 4.5 Mb
init 34.284 ms 40.445 ms 0.51 Mb 4.5 Mb
checkAccess 0.002 ms 40.447 ms - Mb 4.5 Mb
setMedia 3.794 ms 44.241 ms 0.06 Mb 4.5 Mb
postProcess 0.002 ms 44.243 ms - Mb 4.5 Mb
initHeader 0.001 ms 44.244 ms - Mb 4.5 Mb
initContent 728.309 ms 772.553 ms 17.60 Mb 21.6 Mb
initFooter 0.002 ms 772.555 ms - Mb 21.6 Mb
display 442.469 ms 1215 ms 6.96 Mb 29.2 Mb
Hook Time Memory Usage
displayProductListReviews 195.374 ms 0.86 Mb
displayFooter 19.608 ms 0.24 Mb
DisplayFooter 13.881 ms 0.13 Mb
DisplayBeforeBodyClosingTag 10.726 ms 0.24 Mb
displayLeftColumn 9.531 ms 0.22 Mb
DisplayHeader 8.629 ms 0.08 Mb
displayNav2 8.011 ms 0.26 Mb
displayFooterBefore 6.593 ms 0.11 Mb
displayTop 5.991 ms 0.16 Mb
displayNav1 2.880 ms 0.08 Mb
DisplayMyAccountBlock 2.001 ms 0.01 Mb
DisplayLeftColumn 1.761 ms - Mb
ActionFrontControllerSetMedia 1.601 ms 0.01 Mb
ActionFilterDeliveryOptionList 1.023 ms 0.06 Mb
ProductSearchProvider 0.658 ms - Mb
ActionObjectAddAfter 0.401 ms - Mb
ActionDispatcher 0.290 ms 0.01 Mb
ModuleRoutes 0.049 ms 0.01 Mb
DisplayFooterAfter 0.015 ms - Mb
DisplayFooterBefore 0.013 ms - Mb
DisplayNavFullWidth 0.012 ms - Mb
DisplayAfterBodyOpeningTag 0.009 ms - Mb
22 hook(s) 289.056 ms 2.47 Mb
Module Time Memory Usage
pm_advancedsearch4 7.930 ms 0.02 Mb
cttexpress 2.856 ms 0.13 Mb
blockwishlist 16.828 ms 0.15 Mb
ps_emailsubscription 3.957 ms 0.07 Mb
blockreassurance 0.634 ms 0.02 Mb
ps_emailalerts 0.397 ms 0.01 Mb
ps_socialfollow 3.310 ms 0.06 Mb
productcomments 196.325 ms 0.91 Mb
ps_searchbar 2.497 ms 0.06 Mb
ps_shoppingcart 2.560 ms 0.08 Mb
correosoficial 6.374 ms 0.37 Mb
ps_imageslider 0.533 ms 0.01 Mb
ps_googleanalytics 3.519 ms 0.06 Mb
ps_facetedsearch 3.684 ms 0.02 Mb
ps_contactinfo 7.780 ms 0.12 Mb
ps_languageselector 3.117 ms 0.07 Mb
ps_currencyselector 0.682 ms 0.07 Mb
ps_customersignin 2.143 ms 0.06 Mb
ps_mainmenu 4.487 ms 0.12 Mb
ps_categorytree 9.670 ms 0.22 Mb
ps_linklist 6.145 ms 0.09 Mb
ps_customeraccountlinks 10.347 ms 0.12 Mb
statsdata 7.624 ms 0.19 Mb
23 module(s) 303.399 ms 3.02 Mb

Stopwatch SQL - 1315 queries

# Query Time (ms) Rows Filesort Group By Location
52
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
233.488 ms 55980324 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tyht_configuration` c
LEFT JOIN `tyht_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
7.817 ms 4282 /classes/Configuration.php:180
54
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 = 3
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 (9212,9211,9210,9209,9206,9202,9199,9198,8761,8755,8695,8690,8687,8685,8684,8682,8681,8680,8230,8211,8207,8168,8164,8050,8047,8029,8028,8027,8026,8016,8014,8013,7949,7655,7654,7648,7630,7605,7604,7603,7602,7601,7600,7528,7495,7493,7489,7476,7367,7366,7363,7360,7359,7358,7356,7351,7350,7318,7317,7316,7315,7312,7311,7310,7134,7130,7129,7126,7124,7104,7097,7093,7086,7085,7084,7082,7070,7068,6969,6966,6961,6960,6959,6954,6372,6370,6358,6357,6354,6344,6330,6327,6326,6314,6310,6308,6307,6306,6305,6304)
3.528 ms 100 /classes/ProductAssembler.php:95
61
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `tyht_hook_module` hm
STRAIGHT_JOIN `tyht_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tyht_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.040 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.890 ms 325 Yes Yes /classes/Hook.php:1267
60
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.846 ms 0 /classes/Hook.php:1326
1307
INSERT INTO `tyht_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
1.682 ms 1 /classes/ObjectModel.php:622
1311
INSERT INTO `tyht_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('6399722', '226', '3628718142', '', '1', '1', '2025-11-21 11:44:40')
1.438 ms 1 /classes/ObjectModel.php:622
599
SELECT SQL_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` = 7129 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` = 7129 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.417 ms 0 /classes/Cart.php:1430
1190
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` = 3
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.262 ms 143 Yes Yes /classes/Category.php:785
32
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
1.170 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
1.059 ms 106 Yes /classes/Dispatcher.php:654
924
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8211) AND (b.`id_shop` = 1) LIMIT 1
1.017 ms 1 /src/Adapter/EntityMapper.php:71
1314
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 (9212,9211,9210,9209,9206,9202,9199,9198,8761,8755,8695,8690,8687,8685,8684,8682,8681,8680,8230,8211,8207,8168,8164,8050,8047,8029,8028,8027,8026,8016,8014,8013,7949,7655,7654,7648,7630,7605,7604,7603,7602,7601,7600,7528,7495,7493,7489,7476,7367,7366,7363,7360,7359,7358,7356,7351,7350,7318,7317,7316,7315,7312,7311,7310,7134,7130,7129,7126,7124,7104,7097,7093,7086,7085,7084,7082,7070,7068,6969,6966,6961,6960,6959,6954,6372,6370,6358,6357,6354,6344,6330,6327,6326,6314,6310,6308,6307,6306,6305,6304) AND cl.`id_lang` = 3
ORDER BY c.`level_depth` DESC
0.982 ms 100 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
1195
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` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9212) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.970 ms 1 Yes Yes /classes/Product.php:4513
17
SELECT SQL_NO_CACHE lower(name) as name
FROM `tyht_hook` h
WHERE (h.active = 1)
0.967 ms 1074 /classes/Hook.php:1366
776
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6354
ORDER BY f.position ASC
0.937 ms 5 Yes /classes/Product.php:6013
1220
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8050) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.898 ms 1 Yes Yes /classes/Product.php:4513
25
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tyht_module` m
LEFT JOIN `tyht_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.869 ms 126 /classes/module/Module.php:341
49
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.831 ms 15 Yes /modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
1202
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9202) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.783 ms 1 Yes Yes /classes/Product.php:4513
33
SELECT SQL_NO_CACHE *
FROM `tyht_currency_lang`
WHERE `id_currency` = 1
0.775 ms 5 /src/Adapter/EntityMapper.php:79
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.760 ms 126 /classes/module/Module.php:341
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` = 8026 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` = 8026 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.736 ms 0 /classes/Cart.php:1430
293
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8026 AND `id_group` = 1 LIMIT 1
0.718 ms 0 /classes/GroupReduction.php:153
1280
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6954) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.693 ms 1 Yes Yes /classes/Product.php:4513
840
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6307
ORDER BY f.position ASC
0.688 ms 6 Yes /classes/Product.php:6013
1294
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6306) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.682 ms 1 Yes Yes /classes/Product.php:4513
869
SELECT SQL_NO_CACHE * FROM `tyht_image_type`
0.680 ms 7 /classes/ImageType.php:161
1217
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8207) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.648 ms 1 Yes Yes /classes/Product.php:4513
1006
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` = 3)
WHERE i.`id_product` = 7489
ORDER BY `position`
0.646 ms 1 Yes /classes/Product.php:3539
1221
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8047) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.642 ms 1 Yes Yes /classes/Product.php:4513
1200
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9209) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.634 ms 1 Yes Yes /classes/Product.php:4513
1293
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6307) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.632 ms 1 Yes Yes /classes/Product.php:4513
1257
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7315) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.610 ms 1 Yes Yes /classes/Product.php:4513
1237
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7602) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.609 ms 1 Yes Yes /classes/Product.php:4513
1312
INSERT INTO `tyht_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('5819470', '', 'tusdisfracesbaratos.com/de/neue-artikel?p=176&page=115', '', '2025-11-21 11:44:40')
0.604 ms 1 /classes/ObjectModel.php:622
1223
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.603 ms 1 Yes Yes /classes/Product.php:4513
1281
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6372) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.596 ms 1 Yes Yes /classes/Product.php:4513
1005
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7489) AND (b.`id_shop` = 1) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
1226
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8016) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.586 ms 1 Yes Yes /classes/Product.php:4513
20
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tyht_hook`
0.585 ms 1074 /classes/Hook.php:1326
1187
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.581 ms 1 /classes/module/Module.php:2659
94
SELECT SQL_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` = 9209 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` = 9209 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.578 ms 0 /classes/Cart.php:1430
1245
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7367) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.575 ms 1 Yes Yes /classes/Product.php:4513
1206
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8755) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.573 ms 1 Yes Yes /classes/Product.php:4513
1213
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8681) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.571 ms 1 Yes Yes /classes/Product.php:4513
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` = 8684 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` = 8684 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.570 ms 0 /classes/Cart.php:1430
135
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8761
ORDER BY f.position ASC
0.567 ms 5 Yes /classes/Product.php:6013
567
SELECT SQL_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` = 7311 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` = 7311 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.566 ms 0 /classes/Cart.php:1430
1214
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.566 ms 1 Yes Yes /classes/Product.php:4513
1289
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6326) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.566 ms 1 Yes Yes /classes/Product.php:4513
916
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` = 3)
WHERE i.`id_product` = 8681
ORDER BY `position`
0.560 ms 1 Yes /classes/Product.php:3539
1295
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6305) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.558 ms 1 Yes Yes /classes/Product.php:4513
206
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8680) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.557 ms 1 /classes/stock/StockAvailable.php:453
239
SELECT SQL_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` = 8168 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` = 8168 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
1155
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6307) AND (b.`id_shop` = 1) LIMIT 1
0.557 ms 1 /src/Adapter/EntityMapper.php:71
898
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` = 3)
WHERE i.`id_product` = 8695
ORDER BY `position`
0.556 ms 1 Yes /classes/Product.php:3539
1255
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7317) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.555 ms 1 Yes Yes /classes/Product.php:4513
1235
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7604) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.545 ms 1 Yes Yes /classes/Product.php:4513
1216
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8211) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.544 ms 1 Yes Yes /classes/Product.php:4513
1238
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7601) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.543 ms 1 Yes Yes /classes/Product.php:4513
799
SELECT SQL_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` = 6327 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` = 6327 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
607
SELECT SQL_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` = 7126 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` = 7126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.529 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` = 8230 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` = 8230 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.528 ms 0 /classes/Cart.php:1430
1296
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` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6304) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.528 ms 1 Yes Yes /classes/Product.php:4513
191
SELECT SQL_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` = 8682 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` = 8682 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.527 ms 0 /classes/Cart.php:1430
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.526 ms 4 Yes /classes/shop/Shop.php:1364
1231
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7654) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.526 ms 1 Yes Yes /classes/Product.php:4513
1242
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7493) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.524 ms 1 Yes Yes /classes/Product.php:4513
723
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6959)
0.524 ms 1 /classes/Product.php:3860
1240
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7528) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.523 ms 1 Yes Yes /classes/Product.php:4513
824
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6310
ORDER BY f.position ASC
0.523 ms 6 Yes /classes/Product.php:6013
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7493) AND (b.`id_shop` = 1) LIMIT 1
0.522 ms 1 /src/Adapter/EntityMapper.php:71
1218
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8168) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.521 ms 1 Yes Yes /classes/Product.php:4513
367
SELECT SQL_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` = 7605 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` = 7605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.518 ms 0 /classes/Cart.php:1430
990
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7601) AND (b.`id_shop` = 1) LIMIT 1
0.518 ms 1 /src/Adapter/EntityMapper.php:71
987
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7602) AND (b.`id_shop` = 1) LIMIT 1
0.516 ms 1 /src/Adapter/EntityMapper.php:71
152
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8695
ORDER BY f.position ASC
0.514 ms 6 Yes /classes/Product.php:6013
1198
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9211) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.514 ms 1 Yes Yes /classes/Product.php:4513
78
SELECT SQL_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` = 9211 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` = 9211 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.512 ms 0 /classes/Cart.php:1430
1222
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.511 ms 1 Yes Yes /classes/Product.php:4513
687
SELECT SQL_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` = 7068 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` = 7068 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.508 ms 0 /classes/Cart.php:1430
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` = 8207 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` = 8207 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.507 ms 0 /classes/Cart.php:1430
319
SELECT SQL_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` = 8013 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` = 8013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.506 ms 0 /classes/Cart.php:1430
996
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7528) AND (b.`id_shop` = 1) LIMIT 1
0.506 ms 1 /src/Adapter/EntityMapper.php:71
751
SELECT SQL_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` = 6370 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` = 6370 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.505 ms 0 /classes/Cart.php:1430
114
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9199)
0.504 ms 1 /classes/Product.php:3860
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` = 8687 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` = 8687 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.504 ms 0 /classes/Cart.php:1430
807
SELECT SQL_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` = 6326 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` = 6326 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
866
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` = 3)
WHERE i.`id_product` = 9212
ORDER BY `position`
0.502 ms 1 Yes /classes/Product.php:3539
1219
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8164) 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
1258
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7312) 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
1210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8685) 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
1227
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.499 ms 1 Yes Yes /classes/Product.php:4513
1143
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6326) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
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` = 7495 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` = 7495 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.496 ms 0 /classes/Cart.php:1430
1146
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6314) AND (b.`id_shop` = 1) LIMIT 1
0.496 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_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` = 7082 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` = 7082 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.494 ms 0 /classes/Cart.php:1430
1120
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` = 3)
WHERE i.`id_product` = 6372
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3539
1224
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8027) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.488 ms 1 Yes Yes /classes/Product.php:4513
1215
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8230) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.486 ms 1 Yes Yes /classes/Product.php:4513
559
SELECT SQL_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` = 7312 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` = 7312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.485 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` = 7317 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` = 7317 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.485 ms 0 /classes/Cart.php:1430
1008
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7476) AND (b.`id_shop` = 1) LIMIT 1
0.483 ms 1 /src/Adapter/EntityMapper.php:71
1261
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.482 ms 1 Yes Yes /classes/Product.php:4513
79
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9211
ORDER BY f.position ASC
0.480 ms 3 Yes /classes/Product.php:6013
1205
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8761) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.477 ms 1 Yes Yes /classes/Product.php:4513
384
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7603
ORDER BY f.position ASC
0.475 ms 4 Yes /classes/Product.php:6013
1199
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9210) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.475 ms 1 Yes Yes /classes/Product.php:4513
1203
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.475 ms 1 Yes Yes /classes/Product.php:4513
112
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` = 9199
AND image_shop.`cover` = 1 LIMIT 1
0.474 ms 1 /classes/Product.php:3570
264
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8047
ORDER BY f.position ASC
0.474 ms 3 Yes /classes/Product.php:6013
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` = 8047 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` = 8047 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
1044
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7316) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
688
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7068
ORDER BY f.position ASC
0.472 ms 4 Yes /classes/Product.php:6013
1243
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7489) 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
1253
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7350) 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
583
SELECT SQL_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` = 7134 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` = 7134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.471 ms 0 /classes/Cart.php:1430
184
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8684
ORDER BY f.position ASC
0.470 ms 4 Yes /classes/Product.php:6013
771
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6354)
0.468 ms 1 /classes/Product.php:3860
87
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9210
ORDER BY f.position ASC
0.467 ms 3 Yes /classes/Product.php:6013
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` = 7949 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` = 7949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.466 ms 0 /classes/Cart.php:1430
110
SELECT SQL_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` = 9202 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` = 9202 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.465 ms 0 /classes/Cart.php:1430
591
SELECT SQL_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` = 7130 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` = 7130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.464 ms 0 /classes/Cart.php:1430
352
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7648
ORDER BY f.position ASC
0.463 ms 4 Yes /classes/Product.php:6013
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` = 7359 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` = 7359 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
865
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9212) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
974
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7648
0.462 ms 1 /classes/Product.php:2899
679
SELECT SQL_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` = 7070 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` = 7070 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
1262
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7130) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.459 ms 1 Yes Yes /classes/Product.php:4513
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` = 8681 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` = 8681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.456 ms 0 /classes/Cart.php:1430
978
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7605) AND (b.`id_shop` = 1) LIMIT 1
0.456 ms 1 /src/Adapter/EntityMapper.php:71
95
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9209
ORDER BY f.position ASC
0.455 ms 4 Yes /classes/Product.php:6013
1107
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6961) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:71
663
SELECT SQL_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` = 7084 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` = 7084 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.454 ms 0 /classes/Cart.php:1430
863
SELECT SQL_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` = 6304 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` = 6304 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.454 ms 0 /classes/Cart.php:1430
1239
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7600) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.454 ms 1 Yes Yes /classes/Product.php:4513
592
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7130
ORDER BY f.position ASC
0.453 ms 4 Yes /classes/Product.php:6013
1230
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7655) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.452 ms 1 Yes Yes /classes/Product.php:4513
755
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6358)
0.451 ms 1 /classes/Product.php:3860
447
SELECT SQL_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` = 7476 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` = 7476 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
1149
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6310) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
1274
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7068) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.449 ms 1 Yes Yes /classes/Product.php:4513
1140
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6327) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:71
1207
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8695) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.447 ms 1 Yes Yes /classes/Product.php:4513
1233
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7630) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.446 ms 1 Yes Yes /classes/Product.php:4513
672
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7082
ORDER BY f.position ASC
0.445 ms 6 Yes /classes/Product.php:6013
864
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6304
ORDER BY f.position ASC
0.444 ms 7 Yes /classes/Product.php:6013
616
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7124
ORDER BY f.position ASC
0.444 ms 4 Yes /classes/Product.php:6013
1161
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6305) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
1014
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7366) AND (b.`id_shop` = 1) LIMIT 1
0.443 ms 1 /src/Adapter/EntityMapper.php:71
640
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7093
ORDER BY f.position ASC
0.442 ms 5 Yes /classes/Product.php:6013
1023
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7359) AND (b.`id_shop` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
248
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8164
ORDER BY f.position ASC
0.441 ms 5 Yes /classes/Product.php:6013
1225
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8026) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.441 ms 1 Yes Yes /classes/Product.php:4513
930
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8168) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
966
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7655) AND (b.`id_shop` = 1) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
207
SELECT SQL_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` = 8680 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` = 8680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.439 ms 0 /classes/Cart.php:1430
885
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9199) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
1208
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8690) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.439 ms 1 Yes Yes /classes/Product.php:4513
1250
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7358) 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
38
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 = 3
AND ml.id_shop = 1 LIMIT 1
0.437 ms 2 /classes/Meta.php:184
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.437 ms 4 Yes /classes/shop/Shop.php:715
909
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8684) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
927
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8207) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
1272
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7082) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.435 ms 1 Yes Yes /classes/Product.php:4513
208
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8680
ORDER BY f.position ASC
0.435 ms 5 Yes /classes/Product.php:6013
1122
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6370) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
51
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.434 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
1228
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8013) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.434 ms 1 Yes Yes /classes/Product.php:4513
448
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7476
ORDER BY f.position ASC
0.433 ms 4 Yes /classes/Product.php:6013
1032
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7351) AND (b.`id_shop` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:71
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` = 7600 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` = 7600 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
1020
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7360) AND (b.`id_shop` = 1) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
1236
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7603) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.431 ms 1 Yes Yes /classes/Product.php:4513
383
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 7603 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` = 7603 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.430 ms 0 /classes/Cart.php:1430
775
SELECT SQL_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` = 6354 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` = 6354 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.430 ms 0 /classes/Cart.php:1430
536
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7317
ORDER BY f.position ASC
0.429 ms 4 Yes /classes/Product.php:6013
1065
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7129) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
192
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8682
ORDER BY f.position ASC
0.427 ms 5 Yes /classes/Product.php:6013
320
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8013
ORDER BY f.position ASC
0.427 ms 4 Yes /classes/Product.php:6013
945
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8028) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
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` = 7367 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` = 7367 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
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` = 7630 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` = 7630 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
1050
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7312) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
69
SELECT SQL_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` = 9212 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` = 9212 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.422 ms 0 /classes/Cart.php:1430
848
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6306
ORDER BY f.position ASC
0.422 ms 6 Yes /classes/Product.php:6013
1150
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` = 3)
WHERE i.`id_product` = 6310
ORDER BY `position`
0.420 ms 1 Yes /classes/Product.php:3539
1252
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7351) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.420 ms 1 Yes Yes /classes/Product.php:4513
168
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8687
ORDER BY f.position ASC
0.420 ms 5 Yes /classes/Product.php:6013
1068
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7126) AND (b.`id_shop` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
560
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7312
ORDER BY f.position ASC
0.418 ms 4 Yes /classes/Product.php:6013
1263
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7129) 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
1291
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6310) 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
62
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.417 ms 2 /classes/tax/TaxRulesTaxManager.php:100
1254
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7318) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.417 ms 1 Yes Yes /classes/Product.php:4513
1279
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6959) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.417 ms 1 Yes Yes /classes/Product.php:4513
1034
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7351
0.416 ms 1 /classes/Product.php:2899
1209
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8687) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.416 ms 1 Yes Yes /classes/Product.php:4513
335
SELECT SQL_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` = 7655 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` = 7655 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
695
SELECT SQL_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` = 6969 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` = 6969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
1270
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.415 ms 1 Yes Yes /classes/Product.php:4513
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` = 7489 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` = 7489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
1308
SELECT SQL_NO_CACHE `id_guest`
FROM `tyht_connections`
WHERE `id_guest` = 6399722
AND `date_add` > '2025-11-21 11:14:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.415 ms 1 Yes /classes/Connection.php:168
1194
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` = 3 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.414 ms 1 /classes/Category.php:1594
1062
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7130) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
847
SELECT SQL_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` = 6306 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` = 6306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.412 ms 0 /classes/Cart.php:1430
1011
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7367) AND (b.`id_shop` = 1) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:71
575
SELECT SQL_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` = 7310 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` = 7310 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
111
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9202
ORDER BY f.position ASC
0.410 ms 4 Yes /classes/Product.php:6013
1038
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7318) AND (b.`id_shop` = 1) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
31
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` = 3
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.409 ms 1 /src/Adapter/EntityMapper.php:71
1268
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7093) 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
1273
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7070) 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
1292
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6308) 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
70
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9212
ORDER BY f.position ASC
0.408 ms 3 Yes /classes/Product.php:6013
1285
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6354) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.408 ms 1 Yes Yes /classes/Product.php:4513
1284
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6357) 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
1288
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6327) 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
424
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7495
ORDER BY f.position ASC
0.406 ms 4 Yes /classes/Product.php:6013
1137
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6330) AND (b.`id_shop` = 1) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
870
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9211) AND (b.`id_shop` = 1) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
856
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6305
ORDER BY f.position ASC
0.405 ms 6 Yes /classes/Product.php:6013
1087
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` = 3)
WHERE i.`id_product` = 7085
ORDER BY `position`
0.405 ms 1 Yes /classes/Product.php:3539
1212
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8682) 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
1241
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7495) 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
1283
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6358) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.403 ms 1 Yes Yes /classes/Product.php:4513
655
SELECT SQL_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` = 7085 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` = 7085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.402 ms 0 /classes/Cart.php:1430
82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9210)
0.402 ms 1 /classes/Product.php:3860
1264
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7126) 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
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.399 ms 25 /classes/Language.php:1214
1259
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7311) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.399 ms 1 Yes Yes /classes/Product.php:4513
26
SELECT SQL_NO_CACHE * FROM `tyht_currency` c ORDER BY `iso_code` ASC
0.398 ms 1 Yes /classes/Currency.php:708
921
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8230) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
1026
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7358) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE * FROM `tyht_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.397 ms 1 /classes/module/Module.php:2041
255
SELECT SQL_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` = 8050 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` = 8050 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
438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7489) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.397 ms 1 /classes/stock/StockAvailable.php:453
719
SELECT SQL_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` = 6960 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` = 6960 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.396 ms 0 /classes/Cart.php:1430
1266
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.396 ms 1 Yes Yes /classes/Product.php:4513
53
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.395 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
900
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8690) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
1286
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6344) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.394 ms 1 Yes Yes /classes/Product.php:4513
22
SELECT SQL_NO_CACHE name, alias FROM `tyht_hook_alias`
0.394 ms 88 /classes/Hook.php:339
918
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8680) AND (b.`id_shop` = 1) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
1265
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.394 ms 1 Yes Yes /classes/Product.php:4513
615
SELECT SQL_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` = 7124 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` = 7124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1430
624
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7104
ORDER BY f.position ASC
0.393 ms 4 Yes /classes/Product.php:6013
1201
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9206) 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
963
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7949) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
336
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7655
ORDER BY f.position ASC
0.391 ms 3 Yes /classes/Product.php:6013
680
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7070
ORDER BY f.position ASC
0.391 ms 3 Yes /classes/Product.php:6013
159
SELECT SQL_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` = 8690 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` = 8690 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1430
328
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7949
ORDER BY f.position ASC
0.390 ms 5 Yes /classes/Product.php:6013
3
SELECT SQL_NO_CACHE value FROM `tyht_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.389 ms 2 /classes/shop/Shop.php:1183
743
SELECT SQL_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` = 6372 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` = 6372 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
991
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` = 3)
WHERE i.`id_product` = 7601
ORDER BY `position`
0.388 ms 1 Yes /classes/Product.php:3539
1113
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6959) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
1053
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7311) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
703
SELECT SQL_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` = 6966 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` = 6966 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.387 ms 0 /classes/Cart.php:1430
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9202) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
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` = 8695 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` = 8695 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.386 ms 0 /classes/Cart.php:1430
1098
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7068) AND (b.`id_shop` = 1) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
1125
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6358) AND (b.`id_shop` = 1) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
1251
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7356) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.386 ms 1 Yes Yes /classes/Product.php:4513
675
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7070)
0.385 ms 1 /classes/Product.php:3860
639
SELECT SQL_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` = 7093 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` = 7093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.384 ms 0 /classes/Cart.php:1430
1101
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6969) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
1275
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6969) 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
783
SELECT SQL_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` = 6344 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` = 6344 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.383 ms 0 /classes/Cart.php:1430
1269
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7086) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.383 ms 1 Yes Yes /classes/Product.php:4513
1287
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6330) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.383 ms 1 Yes Yes /classes/Product.php:4513
1041
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7317) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7605) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.382 ms 1 Yes Yes /classes/Product.php:4513
951
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8026) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
1282
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6370) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.381 ms 1 Yes Yes /classes/Product.php:4513
287
SELECT SQL_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` = 8027 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` = 8027 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1430
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` = 7654 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` = 7654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1430
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8016) AND (b.`id_shop` = 1) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
873
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9210) AND (b.`id_shop` = 1) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
912
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8682) AND (b.`id_shop` = 1) LIMIT 1
0.376 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` = 8028 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` = 8028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.375 ms 0 /classes/Cart.php:1430
584
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7134
ORDER BY f.position ASC
0.375 ms 5 Yes /classes/Product.php:6013
664
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7084
ORDER BY f.position ASC
0.375 ms 5 Yes /classes/Product.php:6013
914
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8682
0.375 ms 1 /classes/Product.php:2899
1204
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9198) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.375 ms 1 Yes Yes /classes/Product.php:4513
86
SELECT SQL_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` = 9210 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` = 9210 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.374 ms 0 /classes/Cart.php:1430
792
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6330
ORDER BY f.position ASC
0.374 ms 5 Yes /classes/Product.php:6013
839
SELECT SQL_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` = 6307 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` = 6307 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.374 ms 0 /classes/Cart.php:1430
631
SELECT SQL_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` = 7097 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` = 7097 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
768
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6357
ORDER BY f.position ASC
0.372 ms 4 Yes /classes/Product.php:6013
815
SELECT SQL_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` = 6314 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` = 6314 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
831
SELECT SQL_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` = 6308 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` = 6308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.370 ms 0 /classes/Cart.php:1430
1128
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6357) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
1232
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7648) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.369 ms 1 Yes Yes /classes/Product.php:4513
1256
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7316) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.369 ms 1 Yes Yes /classes/Product.php:4513
1009
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` = 3)
WHERE i.`id_product` = 7476
ORDER BY `position`
0.369 ms 1 Yes /classes/Product.php:3539
143
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8755
ORDER BY f.position ASC
0.367 ms 6 Yes /classes/Product.php:6013
823
SELECT SQL_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` = 6310 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` = 6310 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.366 ms 0 /classes/Cart.php:1430
879
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9206) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
1191
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` = 3)
WHERE `level_depth` = 1
0.365 ms 5 /classes/Category.php:2239
1290
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6314) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.365 ms 1 Yes Yes /classes/Product.php:4513
647
SELECT SQL_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` = 7086 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` = 7086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.364 ms 0 /classes/Cart.php:1430
704
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6966
ORDER BY f.position ASC
0.364 ms 3 Yes /classes/Product.php:6013
855
SELECT SQL_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` = 6305 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` = 6305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.364 ms 0 /classes/Cart.php:1430
712
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6961
ORDER BY f.position ASC
0.363 ms 3 Yes /classes/Product.php:6013
960
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8013) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
981
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7604) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
1153
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` = 3)
WHERE i.`id_product` = 6308
ORDER BY `position`
0.363 ms 1 Yes /classes/Product.php:3539
1260
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7310) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.363 ms 1 Yes Yes /classes/Product.php:4513
102
SELECT SQL_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` = 9206 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` = 9206 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.362 ms 0 /classes/Cart.php:1430
608
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7126
ORDER BY f.position ASC
0.362 ms 5 Yes /classes/Product.php:6013
752
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6370
ORDER BY f.position ASC
0.361 ms 3 Yes /classes/Product.php:6013
976
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` = 3)
WHERE i.`id_product` = 7630
ORDER BY `position`
0.361 ms 1 Yes /classes/Product.php:3539
1086
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7085) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
1054
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` = 3)
WHERE i.`id_product` = 7311
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3539
735
SELECT SQL_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` = 6954 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` = 6954 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.360 ms 0 /classes/Cart.php:1430
1116
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6954) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
568
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7311
ORDER BY f.position ASC
0.358 ms 3 Yes /classes/Product.php:6013
1156
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` = 3)
WHERE i.`id_product` = 6307
ORDER BY `position`
0.358 ms 1 Yes /classes/Product.php:3539
1015
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` = 3)
WHERE i.`id_product` = 7366
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3539
1059
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7134) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
760
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6358
ORDER BY f.position ASC
0.356 ms 5 Yes /classes/Product.php:6013
1152
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6308) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
71
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.355 ms 1 /classes/tax/TaxRulesTaxManager.php:100
127
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9198
ORDER BY f.position ASC
0.355 ms 3 Yes /classes/Product.php:6013
134
SELECT SQL_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` = 8761 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` = 8761 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
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` = 8014 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` = 8014 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
399
SELECT SQL_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` = 7601 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` = 7601 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
656
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7085
ORDER BY f.position ASC
0.355 ms 5 Yes /classes/Product.php:6013
808
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6326
ORDER BY f.position ASC
0.355 ms 8 Yes /classes/Product.php:6013
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` = 7602 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` = 7602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.353 ms 0 /classes/Cart.php:1430
623
SELECT SQL_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` = 7104 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` = 7104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.353 ms 0 /classes/Cart.php:1430
903
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8687) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
975
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7630) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
272
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8029
ORDER BY f.position ASC
0.352 ms 3 Yes /classes/Product.php:6013
600
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7129
ORDER BY f.position ASC
0.352 ms 4 Yes /classes/Product.php:6013
90
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9209)
0.352 ms 1 /classes/Product.php:3860
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` = 7604 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` = 7604 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
888
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9198) AND (b.`id_shop` = 1) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
1301
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_linklist" LIMIT 1
0.352 ms 1 /classes/module/Module.php:2659
216
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8230
ORDER BY f.position ASC
0.351 ms 5 Yes /classes/Product.php:6013
271
SELECT SQL_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` = 8029 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` = 8029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.351 ms 0 /classes/Cart.php:1430
296
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8026
ORDER BY f.position ASC
0.351 ms 3 Yes /classes/Product.php:6013
711
SELECT SQL_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` = 6961 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` = 6961 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.351 ms 0 /classes/Cart.php:1430
1030
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` = 3)
WHERE i.`id_product` = 7356
ORDER BY `position`
0.351 ms 1 Yes /classes/Product.php:3539
1077
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7097) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
232
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8207
ORDER BY f.position ASC
0.350 ms 4 Yes /classes/Product.php:6013
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` = 8164 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` = 8164 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
1211
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8684) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.350 ms 1 Yes Yes /classes/Product.php:4513
543
SELECT SQL_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` = 7316 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` = 7316 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
871
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` = 3)
WHERE i.`id_product` = 9211
ORDER BY `position`
0.349 ms 1 Yes /classes/Product.php:3539
948
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8027) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
1126
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` = 3)
WHERE i.`id_product` = 6358
ORDER BY `position`
0.349 ms 1 Yes /classes/Product.php:3539
1168
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.349 ms 11 /modules/cttexpress/cttexpress.php:4232
118
SELECT SQL_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` = 9199 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` = 9199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.348 ms 0 /classes/Cart.php:1430
431
SELECT SQL_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` = 7493 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` = 7493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.348 ms 0 /classes/Cart.php:1430
1029
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7356) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
937
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` = 3)
WHERE i.`id_product` = 8050
ORDER BY `position`
0.347 ms 1 Yes /classes/Product.php:3539
618
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.347 ms 1 /classes/Product.php:5659
720
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6960
ORDER BY f.position ASC
0.347 ms 4 Yes /classes/Product.php:6013
130
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8761)
0.346 ms 1 /classes/Product.php:3860
175
SELECT SQL_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` = 8685 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` = 8685 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.346 ms 0 /classes/Cart.php:1430
894
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8755) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
972
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7648) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
931
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` = 3)
WHERE i.`id_product` = 8168
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3539
1047
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7315) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
1089
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7084) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
1092
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7082) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
1035
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7350) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
223
SELECT SQL_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` = 8211 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` = 8211 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.343 ms 0 /classes/Cart.php:1430
1131
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6354) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
488
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7359
ORDER BY f.position ASC
0.343 ms 4 Yes /classes/Product.php:6013
1095
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7070) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
1119
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6372) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
88
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` = 9209
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
832
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6308
ORDER BY f.position ASC
0.342 ms 5 Yes /classes/Product.php:6013
321
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` = 7949
AND image_shop.`cover` = 1 LIMIT 1
0.341 ms 1 /classes/Product.php:3570
913
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` = 3)
WHERE i.`id_product` = 8682
ORDER BY `position`
0.341 ms 1 Yes /classes/Product.php:3539
1104
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6966) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
1229
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7949) 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
240
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8168
ORDER BY f.position ASC
0.340 ms 7 Yes /classes/Product.php:6013
759
SELECT SQL_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` = 6358 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` = 6358 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
999
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7495) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
1271
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7084) 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
224
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8211
ORDER BY f.position ASC
0.339 ms 4 Yes /classes/Product.php:6013
511
SELECT SQL_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` = 7351 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` = 7351 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
969
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7654) AND (b.`id_shop` = 1) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
344
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7654
ORDER BY f.position ASC
0.338 ms 3 Yes /classes/Product.php:6013
1071
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7124) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
256
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8050
ORDER BY f.position ASC
0.338 ms 5 Yes /classes/Product.php:6013
463
SELECT SQL_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` = 7366 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` = 7366 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
984
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7603) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
1102
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` = 3)
WHERE i.`id_product` = 6969
ORDER BY `position`
0.338 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.337 ms 1 /src/Adapter/EntityMapper.php:71
416
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7528
ORDER BY f.position ASC
0.337 ms 5 Yes /classes/Product.php:6013
876
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9209) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
1003
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` = 3)
WHERE i.`id_product` = 7493
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3539
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` = 7356 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` = 7356 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.336 ms 0 /classes/Cart.php:1430
906
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8685) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
351
SELECT SQL_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` = 7648 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` = 7648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
767
SELECT SQL_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` = 6357 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` = 6357 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
811
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6314)
0.335 ms 1 /classes/Product.php:3860
1158
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6306) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
891
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8761) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
303
SELECT SQL_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` = 8016 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` = 8016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.333 ms 0 /classes/Cart.php:1430
727
SELECT SQL_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` = 6959 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` = 6959 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.333 ms 0 /classes/Cart.php:1430
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` = 7315 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` = 7315 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.332 ms 0 /classes/Cart.php:1430
1123
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` = 3)
WHERE i.`id_product` = 6370
ORDER BY `position`
0.330 ms 1 Yes /classes/Product.php:3539
512
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7351
ORDER BY f.position ASC
0.330 ms 4 Yes /classes/Product.php:6013
957
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8014) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
997
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` = 3)
WHERE i.`id_product` = 7528
ORDER BY `position`
0.330 ms 1 Yes /classes/Product.php:3539
427
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7493)
0.329 ms 1 /classes/Product.php:3860
1277
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6961) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.329 ms 1 Yes Yes /classes/Product.php:4513
160
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8690
ORDER BY f.position ASC
0.328 ms 6 Yes /classes/Product.php:6013
936
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8050) AND (b.`id_shop` = 1) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
1144
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` = 3)
WHERE i.`id_product` = 6326
ORDER BY `position`
0.328 ms 1 Yes /classes/Product.php:3539
544
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7316
ORDER BY f.position ASC
0.327 ms 4 Yes /classes/Product.php:6013
1267
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7097) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.327 ms 1 Yes Yes /classes/Product.php:4513
27
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.326 ms 5 /classes/Language.php:880
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` = 8687)
0.326 ms 1 /classes/Product.php:3860
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` = 7350 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` = 7350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.326 ms 0 /classes/Cart.php:1430
744
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6372
ORDER BY f.position ASC
0.326 ms 3 Yes /classes/Product.php:6013
200
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8681
ORDER BY f.position ASC
0.326 ms 4 Yes /classes/Product.php:6013
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` = 7363 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` = 7363 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.326 ms 0 /classes/Cart.php:1430
1244
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7476) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.324 ms 1 Yes Yes /classes/Product.php:4513
479
SELECT SQL_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` = 7360 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` = 7360 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
800
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6327
ORDER BY f.position ASC
0.323 ms 5 Yes /classes/Product.php:6013
1276
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6966) 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
55
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` = 9212
AND image_shop.`cover` = 1 LIMIT 1
0.323 ms 1 /classes/Product.php:3570
910
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` = 3)
WHERE i.`id_product` = 8684
ORDER BY `position`
0.323 ms 1 Yes /classes/Product.php:3539
138
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8755)
0.322 ms 1 /classes/Product.php:3860
1056
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7310) AND (b.`id_shop` = 1) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:71
791
SELECT SQL_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` = 6330 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` = 6330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.321 ms 0 /classes/Cart.php:1430
859
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6304)
0.321 ms 1 /classes/Product.php:3860
96
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` = 9206
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
480
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7360
ORDER BY f.position ASC
0.320 ms 4 Yes /classes/Product.php:6013
1246
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7366) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.320 ms 1 Yes Yes /classes/Product.php:4513
304
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8016
ORDER BY f.position ASC
0.319 ms 3 Yes /classes/Product.php:6013
883
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` = 3)
WHERE i.`id_product` = 9202
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3539
392
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7602
ORDER BY f.position ASC
0.318 ms 4 Yes /classes/Product.php:6013
699
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6966)
0.318 ms 1 /classes/Product.php:3860
648
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7086
ORDER BY f.position ASC
0.317 ms 5 Yes /classes/Product.php:6013
933
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8164) AND (b.`id_shop` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
1141
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` = 3)
WHERE i.`id_product` = 6327
ORDER BY `position`
0.316 ms 1 Yes /classes/Product.php:3539
527
SELECT SQL_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` = 7318 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` = 7318 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
569
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` = 7310
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
1074
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7104) AND (b.`id_shop` = 1) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
58
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9212)
0.314 ms 1 /classes/Product.php:3860
80
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` = 9210
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
495
SELECT SQL_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` = 7358 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` = 7358 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
819
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6310)
0.314 ms 1 /classes/Product.php:3860
897
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8695) AND (b.`id_shop` = 1) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
1249
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7359) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.314 ms 1 Yes Yes /classes/Product.php:4513
98
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9206)
0.313 ms 1 /classes/Product.php:3860
1024
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` = 3)
WHERE i.`id_product` = 7359
ORDER BY `position`
0.313 ms 1 Yes /classes/Product.php:3539
635
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7093)
0.313 ms 1 /classes/Product.php:3860
993
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7600) AND (b.`id_shop` = 1) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
1021
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` = 3)
WHERE i.`id_product` = 7360
ORDER BY `position`
0.312 ms 1 Yes /classes/Product.php:3539
915
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8681) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
1147
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` = 3)
WHERE i.`id_product` = 6314
ORDER BY `position`
0.312 ms 1 Yes /classes/Product.php:3539
576
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7310
ORDER BY f.position ASC
0.311 ms 3 Yes /classes/Product.php:6013
949
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` = 3)
WHERE i.`id_product` = 8027
ORDER BY `position`
0.311 ms 1 Yes /classes/Product.php:3539
967
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` = 3)
WHERE i.`id_product` = 7655
ORDER BY `position`
0.311 ms 1 Yes /classes/Product.php:3539
103
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9206
ORDER BY f.position ASC
0.310 ms 3 Yes /classes/Product.php:6013
611
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7124)
0.310 ms 1 /classes/Product.php:3860
784
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6344
ORDER BY f.position ASC
0.310 ms 4 Yes /classes/Product.php:6013
925
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` = 3)
WHERE i.`id_product` = 8211
ORDER BY `position`
0.310 ms 1 Yes /classes/Product.php:3539
360
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7630
ORDER BY f.position ASC
0.308 ms 4 Yes /classes/Product.php:6013
409
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` = 7528
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
1019
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7363
0.307 ms 1 /classes/Product.php:2899
1135
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` = 3)
WHERE i.`id_product` = 6344
ORDER BY `position`
0.307 ms 1 Yes /classes/Product.php:3539
1110
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6960) AND (b.`id_shop` = 1) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
456
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7367
ORDER BY f.position ASC
0.304 ms 4 Yes /classes/Product.php:6013
176
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8685
ORDER BY f.position ASC
0.303 ms 4 Yes /classes/Product.php:6013
288
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8027
ORDER BY f.position ASC
0.303 ms 3 Yes /classes/Product.php:6013
368
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7605
ORDER BY f.position ASC
0.303 ms 4 Yes /classes/Product.php:6013
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` = 7604)
0.303 ms 1 /classes/Product.php:3860
595
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7129)
0.303 ms 1 /classes/Product.php:3860
126
SELECT SQL_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` = 9198 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` = 9198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.302 ms 0 /classes/Cart.php:1430
142
SELECT SQL_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` = 8755 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` = 8755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.302 ms 0 /classes/Cart.php:1430
280
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8028
ORDER BY f.position ASC
0.302 ms 3 Yes /classes/Product.php:6013
552
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7315
ORDER BY f.position ASC
0.302 ms 4 Yes /classes/Product.php:6013
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8687) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.302 ms 1 /classes/stock/StockAvailable.php:453
1134
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6344) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
1001
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7495
0.301 ms 1 /classes/Product.php:2899
415
SELECT SQL_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` = 7528 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` = 7528 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
736
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6954
ORDER BY f.position ASC
0.301 ms 5 Yes /classes/Product.php:6013
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` = 1) LIMIT 1
0.300 ms 1 /src/Adapter/EntityMapper.php:71
1017
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7363) AND (b.`id_shop` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:71
1083
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7086) AND (b.`id_shop` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:71
50
SELECT SQL_NO_CACHE `name`
FROM `tyht_hook`
WHERE `id_hook` = 746 LIMIT 1
0.297 ms 1 /classes/Hook.php:241
504
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7356
ORDER BY f.position ASC
0.297 ms 4 Yes /classes/Product.php:6013
651
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7085)
0.297 ms 1 /classes/Product.php:3860
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.297 ms 5 /classes/Language.php:1080
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` = 8164)
0.296 ms 1 /classes/Product.php:3860
696
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6969
ORDER BY f.position ASC
0.296 ms 3 Yes /classes/Product.php:6013
1081
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` = 3)
WHERE i.`id_product` = 7093
ORDER BY `position`
0.295 ms 1 Yes /classes/Product.php:3539
1012
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` = 3)
WHERE i.`id_product` = 7367
ORDER BY `position`
0.295 ms 1 Yes /classes/Product.php:3539
1027
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` = 3)
WHERE i.`id_product` = 7358
ORDER BY `position`
0.295 ms 1 Yes /classes/Product.php:3539
376
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7604
ORDER BY f.position ASC
0.294 ms 4 Yes /classes/Product.php:6013
667
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7082)
0.294 ms 1 /classes/Product.php:3860
939
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8047) AND (b.`id_shop` = 1) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:71
1066
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` = 3)
WHERE i.`id_product` = 7129
ORDER BY `position`
0.294 ms 1 Yes /classes/Product.php:3539
593
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` = 7129
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
816
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6314
ORDER BY f.position ASC
0.293 ms 6 Yes /classes/Product.php:6013
312
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 8014
ORDER BY f.position ASC
0.292 ms 5 Yes /classes/Product.php:6013
520
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7350
ORDER BY f.position ASC
0.292 ms 4 Yes /classes/Product.php:6013
632
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7097
ORDER BY f.position ASC
0.292 ms 4 Yes /classes/Product.php:6013
1248
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7360) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.292 ms 1 Yes Yes /classes/Product.php:4513
472
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7363
ORDER BY f.position ASC
0.291 ms 4 Yes /classes/Product.php:6013
922
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` = 3)
WHERE i.`id_product` = 8230
ORDER BY `position`
0.291 ms 1 Yes /classes/Product.php:3539
1051
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` = 3)
WHERE i.`id_product` = 7312
ORDER BY `position`
0.291 ms 1 Yes /classes/Product.php:3539
880
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` = 3)
WHERE i.`id_product` = 9206
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3539
1278
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6960) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.290 ms 1 Yes Yes /classes/Product.php:4513
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` = 3) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:71
665
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` = 7082
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
119
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 9199
ORDER BY f.position ASC
0.289 ms 3 Yes /classes/Product.php:6013
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` = 7367)
0.289 ms 1 /classes/Product.php:3860
643
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7086)
0.289 ms 1 /classes/Product.php:3860
1033
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` = 3)
WHERE i.`id_product` = 7351
ORDER BY `position`
0.289 ms 1 Yes /classes/Product.php:3539
187
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8682)
0.288 ms 1 /classes/Product.php:3860
400
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7601
ORDER BY f.position ASC
0.288 ms 4 Yes /classes/Product.php:6013
283
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8027)
0.287 ms 1 /classes/Product.php:3860
464
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7366
ORDER BY f.position ASC
0.286 ms 4 Yes /classes/Product.php:6013
1072
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` = 3)
WHERE i.`id_product` = 7124
ORDER BY `position`
0.286 ms 1 Yes /classes/Product.php:3539
432
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7493
ORDER BY f.position ASC
0.285 ms 4 Yes /classes/Product.php:6013
970
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` = 3)
WHERE i.`id_product` = 7654
ORDER BY `position`
0.285 ms 1 Yes /classes/Product.php:3539
1093
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` = 3)
WHERE i.`id_product` = 7082
ORDER BY `position`
0.285 ms 1 Yes /classes/Product.php:3539
1138
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` = 3)
WHERE i.`id_product` = 6330
ORDER BY `position`
0.285 ms 1 Yes /classes/Product.php:3539
1117
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` = 3)
WHERE i.`id_product` = 6954
ORDER BY `position`
0.284 ms 1 Yes /classes/Product.php:3539
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` = 3
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.284 ms 1 /src/Adapter/EntityMapper.php:71
529
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` = 7317
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
249
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` = 8050
AND image_shop.`cover` = 1 LIMIT 1
0.283 ms 1 /classes/Product.php:3570
1063
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` = 3)
WHERE i.`id_product` = 7130
ORDER BY `position`
0.283 ms 1 Yes /classes/Product.php:3539
961
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` = 3)
WHERE i.`id_product` = 8013
ORDER BY `position`
0.282 ms 1 Yes /classes/Product.php:3539
1247
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tyht_product_attribute` pa
INNER JOIN tyht_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7363) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.282 ms 1 Yes Yes /classes/Product.php:4513
745
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` = 6370
AND image_shop.`cover` = 1 LIMIT 1
0.282 ms 1 /classes/Product.php:3570
833
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` = 6307
AND image_shop.`cover` = 1 LIMIT 1
0.281 ms 1 /classes/Product.php:3570
955
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` = 3)
WHERE i.`id_product` = 8016
ORDER BY `position`
0.281 ms 1 Yes /classes/Product.php:3539
1042
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` = 3)
WHERE i.`id_product` = 7317
ORDER BY `position`
0.281 ms 1 Yes /classes/Product.php:3539
1183
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.281 ms 1 /classes/module/Module.php:2659
843
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6306)
0.281 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` = 7317)
0.280 ms 1 /classes/Product.php:3860
1165
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` = 3)
WHERE i.`id_product` = 6304
ORDER BY `position`
0.280 ms 1 Yes /classes/Product.php:3539
1069
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` = 3)
WHERE i.`id_product` = 7126
ORDER BY `position`
0.279 ms 1 Yes /classes/Product.php:3539
1164
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6304) AND (b.`id_shop` = 1) LIMIT 1
0.279 ms 1 /src/Adapter/EntityMapper.php:71
209
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` = 8230
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
440
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7489
ORDER BY f.position ASC
0.279 ms 4 Yes /classes/Product.php:6013
496
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7358
ORDER BY f.position ASC
0.277 ms 4 Yes /classes/Product.php:6013
946
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` = 3)
WHERE i.`id_product` = 8028
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3539
1159
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` = 3)
WHERE i.`id_product` = 6306
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3539
1080
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7093) AND (b.`id_shop` = 1) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
408
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7600
ORDER BY f.position ASC
0.275 ms 4 Yes /classes/Product.php:6013
106
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9202)
0.274 ms 1 /classes/Product.php:3860
1060
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` = 3)
WHERE i.`id_product` = 7134
ORDER BY `position`
0.274 ms 1 Yes /classes/Product.php:3539
683
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7068)
0.272 ms 1 /classes/Product.php:3860
849
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` = 6305
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 1 /classes/Product.php:3570
895
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` = 3)
WHERE i.`id_product` = 8755
ORDER BY `position`
0.271 ms 1 Yes /classes/Product.php:3539
707
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6961)
0.270 ms 1 /classes/Product.php:3860
964
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` = 3)
WHERE i.`id_product` = 7949
ORDER BY `position`
0.269 ms 1 Yes /classes/Product.php:3539
988
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` = 3)
WHERE i.`id_product` = 7602
ORDER BY `position`
0.269 ms 1 Yes /classes/Product.php:3539
385
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` = 7602
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
901
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` = 3)
WHERE i.`id_product` = 8690
ORDER BY `position`
0.269 ms 1 Yes /classes/Product.php:3539
171
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8685)
0.268 ms 1 /classes/Product.php:3860
1000
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` = 3)
WHERE i.`id_product` = 7495
ORDER BY `position`
0.267 ms 1 Yes /classes/Product.php:3539
563
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7311)
0.266 ms 1 /classes/Product.php:3860
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` = 8207)
0.265 ms 1 /classes/Product.php:3860
337
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` = 7654
AND image_shop.`cover` = 1 LIMIT 1
0.265 ms 1 /classes/Product.php:3570
942
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` = 3
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8029) AND (b.`id_shop` = 1) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:71
982
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` = 3)
WHERE i.`id_product` = 7604
ORDER BY `position`
0.265 ms 1 Yes /classes/Product.php:3539
313
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` = 8013
AND image_shop.`cover` = 1 LIMIT 1
0.264 ms 1 /classes/Product.php:3570
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` = 7602)
0.264 ms 1 /classes/Product.php:3860
1096
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` = 3)
WHERE i.`id_product` = 7070
ORDER BY `position`
0.264 ms 1 Yes /classes/Product.php:3539
1108
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` = 3)
WHERE i.`id_product` = 6961
ORDER BY `position`
0.264 ms 1 Yes /classes/Product.php:3539
425
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` = 7493
AND image_shop.`cover` = 1 LIMIT 1
0.263 ms 1 /classes/Product.php:3570
886
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` = 3)
WHERE i.`id_product` = 9199
ORDER BY `position`
0.263 ms 1 Yes /classes/Product.php:3539
892
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` = 3)
WHERE i.`id_product` = 8761
ORDER BY `position`
0.263 ms 1 Yes /classes/Product.php:3539
979
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` = 3)
WHERE i.`id_product` = 7605
ORDER BY `position`
0.263 ms 1 Yes /classes/Product.php:3539
185
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` = 8682
AND image_shop.`cover` = 1 LIMIT 1
0.262 ms 1 /classes/Product.php:3570
919
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` = 3)
WHERE i.`id_product` = 8680
ORDER BY `position`
0.262 ms 1 Yes /classes/Product.php:3539
528
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 7318
ORDER BY f.position ASC
0.261 ms 3 Yes /classes/Product.php:6013
627
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7097)
0.261 ms 1 /classes/Product.php:3860
728
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 = 3)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
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 = 6959
ORDER BY f.position ASC
0.260 ms 3 Yes /classes/Product.php:6013
973
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` = 3)
WHERE i.`id_product` = 7648
ORDER BY `position`
0.260 ms 1 Yes /classes/Product.php:3539
379
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7603)
0.259 ms 1 /classes/Product.php:3860
1111
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` = 3)
WHERE i.`id_product` = 6960
ORDER BY `position`
0.259 ms 1 Yes /classes/Product.php:3539
1048
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` = 3)
WHERE i.`id_product` = 7315
ORDER BY `position`
0.258 ms 1 Yes /classes/Product.php:3539
1132
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` = 3)
WHERE i.`id_product` = 6354
ORDER BY `position`
0.258 ms 1 Yes /classes/Product.php:3539
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tyht_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.258 ms 1 /classes/shop/ShopUrl.php:178
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` = 7350)
0.258 ms 1 /classes/Product.php:3860
761
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` = 6357
AND image_shop.`cover` = 1 LIMIT 1
0.258 ms 1 /classes/Product.php:3570
874
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` = 3)
WHERE i.`id_product` = 9210
ORDER BY `position`
0.258 ms 1 Yes /classes/Product.php:3539
851
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6305)
0.257 ms 1 /classes/Product.php:3860
1045
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` = 3)
WHERE i.`id_product` = 7316
ORDER BY `position`
0.257 ms 1 Yes /classes/Product.php:3539
994
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` = 3)
WHERE i.`id_product` = 7600
ORDER BY `position`
0.255 ms 1 Yes /classes/Product.php:3539
193
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` = 8681
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
763
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6357)
0.254 ms 1 /classes/Product.php:3860
904
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` = 3)
WHERE i.`id_product` = 8687
ORDER BY `position`
0.254 ms 1 Yes /classes/Product.php:3539
943
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` = 3)
WHERE i.`id_product` = 8029
ORDER BY `position`
0.253 ms 1 Yes /classes/Product.php:3539
947
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8028
0.253 ms 1 /classes/Product.php:2899
37
SELECT SQL_NO_CACHE id_shop
FROM `tyht_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.252 ms 1 /classes/ObjectModel.php:1724
649
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` = 7085
AND image_shop.`cover` = 1 LIMIT 1
0.252 ms 1 /classes/Product.php:3570
705
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` = 6961
AND image_shop.`cover` = 1 LIMIT 1
0.252 ms 1 /classes/Product.php:3570
1039
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` = 3)
WHERE i.`id_product` = 7318
ORDER BY `position`
0.252 ms 1 Yes /classes/Product.php:3539
1105
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` = 3)
WHERE i.`id_product` = 6966
ORDER BY `position`
0.251 ms 1 Yes /classes/Product.php:3539
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.250 ms 1 /classes/shop/Shop.php:214
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` = 8028)
0.248 ms 1 /classes/Product.php:3860
417
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` = 7495
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
934
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` = 3)
WHERE i.`id_product` = 8164
ORDER BY `position`
0.248 ms 1 Yes /classes/Product.php:3539
202
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
928
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` = 3)
WHERE i.`id_product` = 8207
ORDER BY `position`
0.247 ms 1 Yes /classes/Product.php:3539
985
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` = 3)
WHERE i.`id_product` = 7603
ORDER BY `position`
0.247 ms 1 Yes /classes/Product.php:3539
731
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6954)
0.246 ms 1 /classes/Product.php:3860
1193
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tyht_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.245 ms 1 /classes/Category.php:1589
251
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8050)
0.245 ms 1 /classes/Product.php:3860
889
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` = 3)
WHERE i.`id_product` = 9198
ORDER BY `position`
0.244 ms 1 Yes /classes/Product.php:3539
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` = 7495)
0.243 ms 1 /classes/Product.php:3860
579
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7134)
0.243 ms 1 /classes/Product.php:3860
952
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` = 3)
WHERE i.`id_product` = 8026
ORDER BY `position`
0.243 ms 1 Yes /classes/Product.php:3539
1129
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` = 3)
WHERE i.`id_product` = 6357
ORDER BY `position`
0.243 ms 1 Yes /classes/Product.php:3539
169
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` = 8685
AND image_shop.`cover` = 1 LIMIT 1
0.242 ms 1 /classes/Product.php:3570
1121
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6372
0.242 ms 1 /classes/Product.php:2899
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` = 8026)
0.241 ms 1 /classes/Product.php:3860
958
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` = 3)
WHERE i.`id_product` = 8014
ORDER BY `position`
0.240 ms 1 Yes /classes/Product.php:3539
641
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` = 7086
AND image_shop.`cover` = 1 LIMIT 1
0.238 ms 1 /classes/Product.php:3570
1036
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` = 3)
WHERE i.`id_product` = 7350
ORDER BY `position`
0.238 ms 1 Yes /classes/Product.php:3539
585
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` = 7130
AND image_shop.`cover` = 1 LIMIT 1
0.237 ms 1 /classes/Product.php:3570
609
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` = 7124
AND image_shop.`cover` = 1 LIMIT 1
0.237 ms 1 /classes/Product.php:3570
857
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` = 6304
AND image_shop.`cover` = 1 LIMIT 1
0.237 ms 1 /classes/Product.php:3570
1078
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` = 3)
WHERE i.`id_product` = 7097
ORDER BY `position`
0.237 ms 1 Yes /classes/Product.php:3539
739
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6372)
0.236 ms 1 /classes/Product.php:3860
74
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9211)
0.235 ms 1 /classes/Product.php:3860
956
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8016
0.235 ms 1 /classes/Product.php:2899
491
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7358)
0.235 ms 1 /classes/Product.php:3860
1162
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` = 3)
WHERE i.`id_product` = 6305
ORDER BY `position`
0.235 ms 1 Yes /classes/Product.php:3539
353
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` = 7630
AND image_shop.`cover` = 1 LIMIT 1
0.234 ms 1 /classes/Product.php:3570
331
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7655)
0.234 ms 1 /classes/Product.php:3860
422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7495) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
801
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` = 6326
AND image_shop.`cover` = 1 LIMIT 1
0.233 ms 1 /classes/Product.php:3570
877
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` = 3)
WHERE i.`id_product` = 9209
ORDER BY `position`
0.233 ms 1 Yes /classes/Product.php:3539
1018
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` = 3)
WHERE i.`id_product` = 7363
ORDER BY `position`
0.233 ms 1 Yes /classes/Product.php:3539
93
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9209) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
1084
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` = 3)
WHERE i.`id_product` = 7086
ORDER BY `position`
0.232 ms 1 Yes /classes/Product.php:3539
48
SET group_concat_max_len = 33554432
0.231 ms 1 /modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
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` = 7949)
0.231 ms 1 /classes/Product.php:3860
537
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` = 7316
AND image_shop.`cover` = 1 LIMIT 1
0.230 ms 1 /classes/Product.php:3570
603
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7126)
0.230 ms 1 /classes/Product.php:3860
827
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6308)
0.230 ms 1 /classes/Product.php:3860
1007
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7489
0.230 ms 1 /classes/Product.php:2899
834
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
861
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6304 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:153
72
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` = 9211
AND image_shop.`cover` = 1 LIMIT 1
0.229 ms 1 /classes/Product.php:3570
182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8684) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
1057
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` = 3)
WHERE i.`id_product` = 7310
ORDER BY `position`
0.228 ms 1 Yes /classes/Product.php:3539
128
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` = 8761
AND image_shop.`cover` = 1 LIMIT 1
0.228 ms 1 /classes/Product.php:3570
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` = 8681)
0.228 ms 1 /classes/Product.php:3860
1167
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.228 ms 1 /classes/Cart.php:4249
161
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` = 8687
AND image_shop.`cover` = 1 LIMIT 1
0.227 ms 1 /classes/Product.php:3570
203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8680)
0.227 ms 1 /classes/Product.php:3860
217
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` = 8211
AND image_shop.`cover` = 1 LIMIT 1
0.227 ms 1 /classes/Product.php:3570
1145
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6326
0.227 ms 1 /classes/Product.php:2899
14
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang` WHERE `iso_code` = 'de' LIMIT 1
0.226 ms 5 /classes/Language.php:854
561
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` = 7311
AND image_shop.`cover` = 1 LIMIT 1
0.226 ms 1 /classes/Product.php:3570
617
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` = 7104
AND image_shop.`cover` = 1 LIMIT 1
0.226 ms 1 /classes/Product.php:3570
777
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` = 6344
AND image_shop.`cover` = 1 LIMIT 1
0.226 ms 1 /classes/Product.php:3570
907
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` = 3)
WHERE i.`id_product` = 8685
ORDER BY `position`
0.226 ms 1 Yes /classes/Product.php:3539
1082
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7093
0.226 ms 1 /classes/Product.php:2899
426
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
747
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6370)
0.225 ms 1 /classes/Product.php:3860
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` = 7630)
0.222 ms 1 /classes/Product.php:3860
358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7630) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.222 ms 1 /classes/stock/StockAvailable.php:453
1114
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` = 3)
WHERE i.`id_product` = 6959
ORDER BY `position`
0.222 ms 1 Yes /classes/Product.php:3539
347
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7648)
0.220 ms 1 /classes/Product.php:3860
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` = 8695)
0.219 ms 1 /classes/Product.php:3860
657
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` = 7084
AND image_shop.`cover` = 1 LIMIT 1
0.219 ms 1 /classes/Product.php:3570
1192
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` = 3 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.219 ms 1 /classes/Category.php:1584
190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8682) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:453
5
SELECT SQL_NO_CACHE *
FROM `tyht_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
449
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` = 7367
AND image_shop.`cover` = 1 LIMIT 1
0.218 ms 1 /classes/Product.php:3570
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` = 7359)
0.218 ms 1 /classes/Product.php:3860
545
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` = 7315
AND image_shop.`cover` = 1 LIMIT 1
0.218 ms 1 /classes/Product.php:3570
769
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` = 6354
AND image_shop.`cover` = 1 LIMIT 1
0.218 ms 1 /classes/Product.php:3570
1309
SELECT SQL_NO_CACHE id_page_type
FROM tyht_page_type
WHERE name = 'newproducts' LIMIT 1
0.218 ms 1 /classes/Page.php:100
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` = 8230)
0.217 ms 1 /classes/Product.php:3860
521
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` = 7318
AND image_shop.`cover` = 1 LIMIT 1
0.217 ms 1 /classes/Product.php:3570
289
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` = 8026
AND image_shop.`cover` = 1 LIMIT 1
0.216 ms 1 /classes/Product.php:3570
1067
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7129
0.216 ms 1 /classes/Product.php:2899
1090
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` = 3)
WHERE i.`id_product` = 7084
ORDER BY `position`
0.216 ms 1 Yes /classes/Product.php:3539
104
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` = 9202
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
329
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` = 7655
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
601
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` = 7126
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
1170
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.215 ms 1 /classes/module/Module.php:2659
697
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` = 6966
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
721
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` = 6959
AND image_shop.`cover` = 1 LIMIT 1
0.214 ms 1 /classes/Product.php:3570
825
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` = 6308
AND image_shop.`cover` = 1 LIMIT 1
0.214 ms 1 /classes/Product.php:3570
989
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7602
0.213 ms 1 /classes/Product.php:2899
1099
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` = 3)
WHERE i.`id_product` = 7068
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3539
265
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` = 8029
AND image_shop.`cover` = 1 LIMIT 1
0.212 ms 1 /classes/Product.php:3570
1154
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6308
0.212 ms 1 /classes/Product.php:2899
361
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` = 7605
AND image_shop.`cover` = 1 LIMIT 1
0.211 ms 1 /classes/Product.php:3570
795
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6327)
0.211 ms 1 /classes/Product.php:3860
872
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9211
0.211 ms 1 /classes/Product.php:2899
318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8013) 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
1075
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` = 3)
WHERE i.`id_product` = 7104
ORDER BY `position`
0.210 ms 1 Yes /classes/Product.php:3539
689
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` = 6969
AND image_shop.`cover` = 1 LIMIT 1
0.210 ms 1 /classes/Product.php:3570
19
SELECT SQL_NO_CACHE `name`, `alias` FROM `tyht_hook_alias`
0.209 ms 88 /classes/Hook.php:287
153
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` = 8690
AND image_shop.`cover` = 1 LIMIT 1
0.209 ms 1 /classes/Product.php:3570
267
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8029)
0.209 ms 1 /classes/Product.php:3860
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` = 7315)
0.209 ms 1 /classes/Product.php:3860
370
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.209 ms 1 /classes/Product.php:5659
393
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` = 7601
AND image_shop.`cover` = 1 LIMIT 1
0.208 ms 1 /classes/Product.php:3570
571
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7310)
0.208 ms 1 /classes/Product.php:3860
713
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` = 6960
AND image_shop.`cover` = 1 LIMIT 1
0.208 ms 1 /classes/Product.php:3570
363
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7605)
0.207 ms 1 /classes/Product.php:3860
753
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` = 6358
AND image_shop.`cover` = 1 LIMIT 1
0.207 ms 1 /classes/Product.php:3570
940
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` = 3)
WHERE i.`id_product` = 8047
ORDER BY `position`
0.207 ms 1 Yes /classes/Product.php:3539
1127
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6358
0.207 ms 1 /classes/Product.php:2899
281
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` = 8027
AND image_shop.`cover` = 1 LIMIT 1
0.206 ms 1 /classes/Product.php:3570
597
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7129 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:153
779
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6344)
0.206 ms 1 /classes/Product.php:3860
1302
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
0.206 ms 1 /classes/module/Module.php:2132
796
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6327 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6873
1303
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.205 ms 6 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7949) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.204 ms 1 /classes/stock/StockAvailable.php:453
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` = 7356)
0.204 ms 1 /classes/Product.php:3860
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` = 8684)
0.203 ms 1 /classes/Product.php:3860
235
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8168)
0.203 ms 1 /classes/Product.php:3860
443
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7476)
0.203 ms 1 /classes/Product.php:3860
553
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` = 7312
AND image_shop.`cover` = 1 LIMIT 1
0.203 ms 1 /classes/Product.php:3570
716
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6960 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6873
793
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` = 6327
AND image_shop.`cover` = 1 LIMIT 1
0.203 ms 1 /classes/Product.php:3570
225
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` = 8207
AND image_shop.`cover` = 1 LIMIT 1
0.202 ms 1 /classes/Product.php:3570
1169
SELECT SQL_NO_CACHE value
FROM `tyht_correos_oficial_configuration`
WHERE (name = "ActivateDimensionsByDefault") AND (id_shop = 1) LIMIT 1
0.202 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:70
1189
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` = 3
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.202 ms 1 /src/Adapter/EntityMapper.php:71
555
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7312)
0.201 ms 1 /classes/Product.php:3860
691
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6969)
0.201 ms 1 /classes/Product.php:3860
962
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8013
0.201 ms 1 /classes/Product.php:2899
1022
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7360
0.201 ms 1 /classes/Product.php:2899
67
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.200 ms 0 /classes/tax/TaxRulesTaxManager.php:100
523
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7318)
0.200 ms 1 /classes/Product.php:3860
715
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6960)
0.200 ms 1 /classes/Product.php:3860
841
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` = 6306
AND image_shop.`cover` = 1 LIMIT 1
0.200 ms 1 /classes/Product.php:3570
1299
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.200 ms 1 /classes/module/Module.php:2659
1306
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.200 ms 1 /classes/Country.php:402
1313
SELECT SQL_NO_CACHE data
FROM `tyht_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.200 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
835
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6307)
0.199 ms 1 /classes/Product.php:3860
809
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` = 6314
AND image_shop.`cover` = 1 LIMIT 1
0.198 ms 1 /classes/Product.php:3570
507
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7351)
0.198 ms 1 /classes/Product.php:3860
803
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6326)
0.198 ms 1 /classes/Product.php:3860
101
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9206) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.196 ms 1 /classes/stock/StockAvailable.php:453
673
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` = 7070
AND image_shop.`cover` = 1 LIMIT 1
0.196 ms 1 /classes/Product.php:3570
681
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` = 7068
AND image_shop.`cover` = 1 LIMIT 1
0.196 ms 1 /classes/Product.php:3570
219
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8211)
0.195 ms 1 /classes/Product.php:3860
625
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` = 7097
AND image_shop.`cover` = 1 LIMIT 1
0.195 ms 1 /classes/Product.php:3570
1010
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7476
0.195 ms 1 /classes/Product.php:2899
475
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7360)
0.194 ms 1 /classes/Product.php:3860
1305
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
0.194 ms 1 /classes/module/Module.php:2132
155
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8690)
0.194 ms 1 /classes/Product.php:3860
233
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` = 8168
AND image_shop.`cover` = 1 LIMIT 1
0.194 ms 1 /classes/Product.php:3570
659
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7084)
0.194 ms 1 /classes/Product.php:3860
377
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` = 7603
AND image_shop.`cover` = 1 LIMIT 1
0.193 ms 1 /classes/Product.php:3570
97
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.192 ms 1 /classes/Product.php:5659
977
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7630
0.191 ms 1 /classes/Product.php:2899
273
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` = 8028
AND image_shop.`cover` = 1 LIMIT 1
0.191 ms 1 /classes/Product.php:3570
459
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7366)
0.190 ms 1 /classes/Product.php:3860
992
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7601
0.190 ms 1 /classes/Product.php:2899
172
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8685 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6873
798
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6327) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:453
1142
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6327
0.189 ms 1 /classes/Product.php:2899
587
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7130)
0.189 ms 1 /classes/Product.php:3860
938
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8050
0.188 ms 1 /classes/Product.php:2899
1151
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6310
0.188 ms 1 /classes/Product.php:2899
364
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7605 AND id_shop=1 LIMIT 1
0.187 ms 1 /classes/Product.php:6873
411
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7528)
0.187 ms 1 /classes/Product.php:3860
621
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7104 AND `id_group` = 1 LIMIT 1
0.187 ms 0 /classes/GroupReduction.php:153
662
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7084) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
782
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6344) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
539
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7316)
0.186 ms 1 /classes/Product.php:3860
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` = 7654)
0.185 ms 1 /classes/Product.php:3860
505
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` = 7351
AND image_shop.`cover` = 1 LIMIT 1
0.185 ms 1 /classes/Product.php:3570
737
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` = 6372
AND image_shop.`cover` = 1 LIMIT 1
0.185 ms 1 /classes/Product.php:3570
774
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6354) 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
842
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.185 ms 1 /classes/Product.php:5659
28
SELECT SQL_NO_CACHE c.id_currency
FROM `tyht_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.184 ms 1 /classes/Currency.php:893
836
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6307 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6873
702
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6966) 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
257
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` = 8047
AND image_shop.`cover` = 1 LIMIT 1
0.183 ms 1 /classes/Product.php:3570
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` = 8014)
0.183 ms 1 /classes/Product.php:3860
1177
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.183 ms 1 /classes/Currency.php:1134
115
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9199 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6873
678
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7070) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
787
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 6330)
0.183 ms 1 /classes/Product.php:3860
619
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7104)
0.182 ms 1 /classes/Product.php:3860
698
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
1182
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `tyht_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.182 ms 1 /classes/Cart.php:1300
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` = 7363)
0.182 ms 1 /classes/Product.php:3860
729
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` = 6954
AND image_shop.`cover` = 1 LIMIT 1
0.182 ms 1 /classes/Product.php:3570
817
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` = 6310
AND image_shop.`cover` = 1 LIMIT 1
0.181 ms 1 /classes/Product.php:3570
899
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8695
0.181 ms 1 /classes/Product.php:2899
1070
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7126
0.181 ms 1 /classes/Product.php:2899
109
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9202) 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
486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7359) 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
573
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7310 AND `id_group` = 1 LIMIT 1
0.181 ms 0 /classes/GroupReduction.php:153
201
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` = 8680
AND image_shop.`cover` = 1 LIMIT 1
0.180 ms 1 /classes/Product.php:3570
238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8168) 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
345
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` = 7648
AND image_shop.`cover` = 1 LIMIT 1
0.180 ms 1 /classes/Product.php:3570
862
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6304) 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
1136
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6344
0.180 ms 1 /classes/Product.php:2899
68
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9212) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
718
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6960) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
893
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8761
0.179 ms 1 /classes/Product.php:2899
41
SELECT SQL_NO_CACHE * FROM `tyht_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.178 ms 7 Yes /classes/ImageType.php:109
395
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 7601)
0.178 ms 1 /classes/Product.php:3860
566
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7311) 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
1109
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6961
0.177 ms 1 /classes/Product.php:2899
196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8681 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6873
305
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` = 8014
AND image_shop.`cover` = 1 LIMIT 1
0.177 ms 1 /classes/Product.php:3570
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` = 7489)
0.176 ms 1 /classes/Product.php:3860
481
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` = 7359
AND image_shop.`cover` = 1 LIMIT 1
0.176 ms 1 /classes/Product.php:3570
299
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8016)
0.175 ms 1 /classes/Product.php:3860
473
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` = 7360
AND image_shop.`cover` = 1 LIMIT 1
0.175 ms 1 /classes/Product.php:3570
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` = 8047)
0.174 ms 1 /classes/Product.php:3860
315
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 8013)
0.174 ms 1 /classes/Product.php:3860
670
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7082) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
932
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8168
0.174 ms 1 /classes/Product.php:2899
136
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` = 8755
AND image_shop.`cover` = 1 LIMIT 1
0.173 ms 1 /classes/Product.php:3570
965
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7949
0.173 ms 1 /classes/Product.php:2899
968
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7655
0.173 ms 1 /classes/Product.php:2899
457
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` = 7366
AND image_shop.`cover` = 1 LIMIT 1
0.173 ms 1 /classes/Product.php:3570
606
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7126) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
638
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7093) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
369
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` = 7604
AND image_shop.`cover` = 1 LIMIT 1
0.172 ms 1 /classes/Product.php:3570
574
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7310) 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
911
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8684
0.172 ms 1 /classes/Product.php:2899
1157
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6307
0.172 ms 1 /classes/Product.php:2899
513
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` = 7350
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
1196
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "productcomments" LIMIT 1
0.171 ms 1 /classes/module/Module.php:2659
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` = 7600)
0.171 ms 1 /classes/Product.php:3860
177
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` = 8684
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
241
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` = 8164
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
633
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` = 7093
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
652
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7085 AND id_shop=1 LIMIT 1
0.170 ms 1 /classes/Product.php:6873
122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 9198)
0.169 ms 1 /classes/Product.php:3860
374
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7604) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:453
35
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.169 ms 1 /src/Adapter/EntityMapper.php:71
92
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9209 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:153
100
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9206 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:153
398
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7601) 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
489
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` = 7358
AND image_shop.`cover` = 1 LIMIT 1
0.168 ms 1 /classes/Product.php:3570
1103
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6969
0.168 ms 1 /classes/Product.php:2899
1310
SELECT SQL_NO_CACHE `id_page`
FROM `tyht_page`
WHERE `id_page_type` = 13 LIMIT 1
0.168 ms 1 /classes/Page.php:83
401
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` = 7600
AND image_shop.`cover` = 1 LIMIT 1
0.167 ms 1 /classes/Product.php:3570
780
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6344 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6873
297
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` = 8016
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
465
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` = 7363
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
120
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` = 9198
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
829
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6308 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:153
577
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` = 7134
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
594
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.164 ms 1 /classes/Product.php:5659
785
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` = 6330
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
813
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6314 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:153
1025
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7359
0.164 ms 1 /classes/Product.php:2899
59
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9212 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6873
144
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` = 8695
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 1 /classes/Product.php:3570
366
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7605) 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
598
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7129) 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
806
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6326) 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
881
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9206
0.163 ms 1 /classes/Product.php:2899
34
SELECT SQL_NO_CACHE id_shop
FROM `tyht_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.163 ms 1 /classes/ObjectModel.php:1724
905
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8687
0.163 ms 1 /classes/Product.php:2899
325
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7949 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:153
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7493) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:453
722
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.162 ms 1 /classes/Product.php:5659
838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6307) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:453
324
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7949 AND id_shop=1 LIMIT 1
0.161 ms 1 /classes/Product.php:6873
837
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6307 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:153
959
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8014
0.161 ms 1 /classes/Product.php:2899
433
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` = 7489
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
441
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` = 7476
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
686
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7068) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:453
814
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6314) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:453
1175
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.160 ms 1 /classes/module/Module.php:2659
1180
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.160 ms 1 /classes/module/Module.php:2659
1185
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.160 ms 1 /classes/module/Module.php:2659
65
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9212 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:153
99
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9206 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6873
497
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` = 7356
AND image_shop.`cover` = 1 LIMIT 1
0.159 ms 1 /classes/Product.php:3570
917
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8681
0.159 ms 1 /classes/Product.php:2899
1016
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7366
0.159 ms 1 /classes/Product.php:2899
16
SELECT SQL_NO_CACHE id_shop
FROM `tyht_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.158 ms 1 /classes/ObjectModel.php:1724
582
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7134) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:453
812
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6314 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6873
650
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.158 ms 1 /classes/Product.php:5659
708
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6961 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6873
145
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.157 ms 1 /classes/Category.php:1373
530
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
588
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7130 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6873
1037
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7350
0.156 ms 1 /classes/Product.php:2899
830
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6308) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:453
1052
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7312
0.156 ms 1 /classes/Product.php:2899
546
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.155 ms 1 /classes/Product.php:5659
9
SELECT SQL_NO_CACHE *
FROM `tyht_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 9 LIMIT 1
0.154 ms 1 /classes/Category.php:1373
282
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7493 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6873
668
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7082 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6873
1058
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7310
0.154 ms 1 /classes/Product.php:2899
935
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8164
0.153 ms 1 /classes/Product.php:2899
1031
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7356
0.153 ms 1 /classes/Product.php:2899
214
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8230) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:453
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7093 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6873
1088
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7085
0.152 ms 1 /classes/Product.php:2899
666
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.151 ms 1 /classes/Product.php:5659
77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9211) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:453
570
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.151 ms 1 /classes/Product.php:5659
1297
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.150 ms 1 /classes/module/Module.php:2659
742
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6372) 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
854
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6305) 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
929
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8207
0.150 ms 1 /classes/Product.php:2899
1118
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6954
0.150 ms 1 /classes/Product.php:2899
1173
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.150 ms 1 /classes/module/Module.php:2659
105
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.149 ms 1 /classes/Product.php:5659
700
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6966 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6873
724
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6959 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6873
1064
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7130
0.149 ms 1 /classes/Product.php:2899
484
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7359 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6873
558
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7312) 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
630
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7097) 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
844
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6306 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6873
269
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8029 AND `id_group` = 1 LIMIT 1
0.147 ms 0 /classes/GroupReduction.php:153
1160
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6306
0.147 ms 1 /classes/Product.php:2899
620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7104 AND id_shop=1 LIMIT 1
0.146 ms 1 /classes/Product.php:6873
230
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8207) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:453
452
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7367 AND id_shop=1 LIMIT 1
0.146 ms 1 /classes/Product.php:6873
794
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
797
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6327 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:153
1304
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.145 ms 1 /classes/module/Module.php:2659
634
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.144 ms 1 /classes/Product.php:5659
734
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6954) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:453
47
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tyht_required_field
0.143 ms 1 /classes/ObjectModel.php:1589
290
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.143 ms 1 /classes/Product.php:5659
470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7363) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:453
562
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.143 ms 1 /classes/Product.php:5659
1124
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6370
0.143 ms 1 /classes/Product.php:2899
1148
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6314
0.143 ms 1 /classes/Product.php:2899
450
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.143 ms 1 /classes/Product.php:5659
39
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.142 ms 0 /classes/module/Module.php:2659
602
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.142 ms 1 /classes/Product.php:5659
772
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6354 AND id_shop=1 LIMIT 1
0.142 ms 1 /classes/Product.php:6873
46
SELECT SQL_NO_CACHE *
FROM `tyht_state` a
WHERE (a.`id_state` = 383) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
612
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7124 AND id_shop=1 LIMIT 1
0.141 ms 1 /classes/Product.php:6873
749
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6370 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:153
971
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7654
0.141 ms 1 /classes/Product.php:2899
89
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.140 ms 1 /classes/Product.php:5659
294
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8026) 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
446
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7476) 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
534
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7317) 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
750
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6370) 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
113
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.139 ms 1 /classes/Product.php:5659
186
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.139 ms 1 /classes/Product.php:5659
462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7366) 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
684
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7068 AND id_shop=1 LIMIT 1
0.139 ms 1 /classes/Product.php:6873
725
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6959 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:153
730
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.139 ms 1 /classes/Product.php:5659
805
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6326 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:153
250
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.138 ms 1 /classes/Product.php:5659
365
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7605 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:153
410
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.138 ms 1 /classes/Product.php:5659
532
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7317 AND id_shop=1 LIMIT 1
0.138 ms 1 /classes/Product.php:6873
694
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6969) 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
887
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9199
0.138 ms 1 /classes/Product.php:2899
1112
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6960
0.138 ms 1 /classes/Product.php:2899
1091
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7084
0.138 ms 1 /classes/Product.php:2899
622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7104) 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
867
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9212
0.137 ms 1 /classes/Product.php:2899
1013
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7367
0.137 ms 1 /classes/Product.php:2899
692
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6969 AND id_shop=1 LIMIT 1
0.137 ms 1 /classes/Product.php:6873
858
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.137 ms 1 /classes/Product.php:5659
210
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
732
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6954 AND id_shop=1 LIMIT 1
0.136 ms 1 /classes/Product.php:6873
107
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9202 AND id_shop=1 LIMIT 1
0.136 ms 1 /classes/Product.php:6873
162
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
646
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7086) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:453
4
SELECT SQL_NO_CACHE COUNT(*) FROM tyht_shop LIMIT 1
0.135 ms 2 /classes/shop/Shop.php:1184
262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8047) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:453
350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7648) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:453
642
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.135 ms 1 /classes/Product.php:5659
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8681) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:453
717
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6960 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:153
746
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
850
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
920
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8680
0.134 ms 1 /classes/Product.php:2899
1085
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7086
0.134 ms 1 /classes/Product.php:2899
30
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.133 ms 5 /classes/Language.php:880
654
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7085) 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
786
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.133 ms 1 /classes/Product.php:5659
726
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6959) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.132 ms 1 /classes/stock/StockAvailable.php:453
818
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.132 ms 1 /classes/Product.php:5659
578
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.132 ms 1 /classes/Product.php:5659
270
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8029) 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
589
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7130 AND `id_group` = 1 LIMIT 1
0.131 ms 0 /classes/GroupReduction.php:153
822
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6310) 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
890
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9198
0.131 ms 1 /classes/Product.php:2899
1097
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7070
0.131 ms 1 /classes/Product.php:2899
170
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
542
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7316) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:453
1028
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7358
0.130 ms 1 /classes/Product.php:2899
590
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7130) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:453
628
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7097 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6873
1055
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7311
0.130 ms 1 /classes/Product.php:2899
1076
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7104
0.130 ms 1 /classes/Product.php:2899
454
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7367) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
81
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.129 ms 1 /classes/Product.php:5659
884
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9202
0.129 ms 1 /classes/Product.php:2899
188
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8682 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6873
429
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7493 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:153
1043
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7317
0.128 ms 1 /classes/Product.php:2899
1130
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6357
0.128 ms 1 /classes/Product.php:2899
998
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7528
0.127 ms 1 /classes/Product.php:2899
1073
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7124
0.127 ms 1 /classes/Product.php:2899
1166
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6304
0.127 ms 1 /classes/Product.php:2899
11
SELECT SQL_NO_CACHE id_shop
FROM `tyht_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.126 ms 1 /classes/ObjectModel.php:1724
218
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.126 ms 1 /classes/Product.php:5659
386
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.126 ms 1 /classes/Product.php:5659
1061
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7134
0.126 ms 1 /classes/Product.php:2899
1300
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
0.126 ms 1 /classes/module/Module.php:2132
896
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8755
0.126 ms 1 /classes/Product.php:2899
278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8028) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:453
710
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6961) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:453
868
SELECT SQL_NO_CACHE state FROM tyht_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.125 ms 1 /classes/FeatureFlag.php:105
953
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8026
0.125 ms 1 /classes/Product.php:2899
986
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7603
0.125 ms 1 /classes/Product.php:2899
1184
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
0.125 ms 1 /classes/module/Module.php:2132
36
SELECT SQL_NO_CACHE *
FROM `tyht_group_lang`
WHERE `id_group` = 1
0.125 ms 5 /src/Adapter/EntityMapper.php:79
334
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7655) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:453
164
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8687 AND id_shop=1 LIMIT 1
0.124 ms 1 /classes/Product.php:6873
252
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8050 AND id_shop=1 LIMIT 1
0.124 ms 1 /classes/Product.php:6873
522
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.124 ms 1 /classes/Product.php:5659
626
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.124 ms 1 /classes/Product.php:5659
950
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8027
0.124 ms 1 /classes/Product.php:2899
116
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9199 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:153
372
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7604 AND id_shop=1 LIMIT 1
0.123 ms 1 /classes/Product.php:6873
1004
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7493
0.123 ms 1 /classes/Product.php:2899
129
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.122 ms 1 /classes/Product.php:5659
322
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.122 ms 1 /classes/Product.php:5659
556
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7312 AND id_shop=1 LIMIT 1
0.122 ms 1 /classes/Product.php:6873
613
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7124 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:153
653
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7085 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:153
781
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6344 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:153
790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6330) 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
860
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6304 AND id_shop=1 LIMIT 1
0.122 ms 1 /classes/Product.php:6873
923
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8230
0.121 ms 1 /classes/Product.php:2899
661
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7084 AND `id_group` = 1 LIMIT 1
0.121 ms 0 /classes/GroupReduction.php:153
194
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.120 ms 1 /classes/Product.php:5659
674
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.120 ms 1 /classes/Product.php:5659
706
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.120 ms 1 /classes/Product.php:5659
983
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7604
0.120 ms 1 /classes/Product.php:2899
1094
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7082
0.120 ms 1 /classes/Product.php:2899
420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7495 AND id_shop=1 LIMIT 1
0.119 ms 1 /classes/Product.php:6873
740
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6372 AND id_shop=1 LIMIT 1
0.119 ms 1 /classes/Product.php:6873
292
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8026 AND id_shop=1 LIMIT 1
0.119 ms 1 /classes/Product.php:6873
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7351) 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
502
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7356) 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
596
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7129 AND id_shop=1 LIMIT 1
0.118 ms 1 /classes/Product.php:6873
660
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7084 AND id_shop=1 LIMIT 1
0.118 ms 1 /classes/Product.php:6873
902
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8690
0.118 ms 1 /classes/Product.php:2899
108
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9202 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:153
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8695) 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
478
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7360) 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
669
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7082 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:153
766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6357) 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
826
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.117 ms 1 /classes/Product.php:5659
1139
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6330
0.117 ms 1 /classes/Product.php:2899
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8027) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.116 ms 1 /classes/stock/StockAvailable.php:453
770
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.116 ms 1 /classes/Product.php:5659
1100
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7068
0.116 ms 1 /classes/Product.php:2899
580
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7134 AND id_shop=1 LIMIT 1
0.115 ms 1 /classes/Product.php:6873
758
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6358) 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
1115
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6959
0.115 ms 1 /classes/Product.php:2899
44
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.115 ms 1 /src/Adapter/EntityMapper.php:71
804
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6326 AND id_shop=1 LIMIT 1
0.115 ms 1 /classes/Product.php:6873
828
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6308 AND id_shop=1 LIMIT 1
0.115 ms 1 /classes/Product.php:6873
980
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7605
0.115 ms 1 /classes/Product.php:2899
1046
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7316
0.115 ms 1 /classes/Product.php:2899
158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8690) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.114 ms 1 /classes/stock/StockAvailable.php:453
378
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.114 ms 1 /classes/Product.php:5659
614
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7124) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.114 ms 1 /classes/stock/StockAvailable.php:453
1040
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7318
0.114 ms 1 /classes/Product.php:2899
1133
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6354
0.114 ms 1 /classes/Product.php:2899
356
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7630 AND id_shop=1 LIMIT 1
0.113 ms 1 /classes/Product.php:6873
754
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.113 ms 1 /classes/Product.php:5659
1106
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6966
0.113 ms 1 /classes/Product.php:2899
354
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.112 ms 1 /classes/Product.php:5659
380
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7603 AND id_shop=1 LIMIT 1
0.112 ms 1 /classes/Product.php:6873
572
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7310 AND id_shop=1 LIMIT 1
0.112 ms 1 /classes/Product.php:6873
748
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6370 AND id_shop=1 LIMIT 1
0.112 ms 1 /classes/Product.php:6873
820
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6310 AND id_shop=1 LIMIT 1
0.112 ms 1 /classes/Product.php:6873
875
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9210
0.112 ms 1 /classes/Product.php:2899
1049
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7315
0.112 ms 1 /classes/Product.php:2899
73
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.112 ms 1 /classes/Product.php:5659
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8027 AND id_shop=1 LIMIT 1
0.112 ms 1 /classes/Product.php:6873
610
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.112 ms 1 /classes/Product.php:5659
63
SELECT SQL_NO_CACHE *
FROM `tyht_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.111 ms 1 /src/Adapter/EntityMapper.php:71
469
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7363 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:153
554
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.111 ms 1 /classes/Product.php:5659
778
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.111 ms 1 /classes/Product.php:5659
821
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6310 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:153
394
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.111 ms 1 /classes/Product.php:5659
605
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7126 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:153
1298
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.111 ms 1 /classes/module/Module.php:2132
332
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7655 AND id_shop=1 LIMIT 1
0.110 ms 1 /classes/Product.php:6873
418
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.110 ms 1 /classes/Product.php:5659
57
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.110 ms 1 /classes/Product.php:5659
174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8685) 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
926
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8211
0.110 ms 1 /classes/Product.php:2899
908
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8685
0.109 ms 1 /classes/Product.php:2899
382
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7603) 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
453
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7367 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:153
524
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7318 AND id_shop=1 LIMIT 1
0.109 ms 1 /classes/Product.php:6873
550
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7315) 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
709
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6961 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:153
756
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6358 AND id_shop=1 LIMIT 1
0.109 ms 1 /classes/Product.php:6873
1079
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7097
0.109 ms 1 /classes/Product.php:2899
564
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7311 AND id_shop=1 LIMIT 1
0.108 ms 1 /classes/Product.php:6873
878
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9209
0.108 ms 1 /classes/Product.php:2899
1188
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.108 ms 1 /classes/module/Module.php:2132
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8050) 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
644
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7086 AND id_shop=1 LIMIT 1
0.107 ms 1 /classes/Product.php:6873
773
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6354 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:153
362
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.106 ms 1 /classes/Product.php:5659
533
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7317 AND `id_group` = 1 LIMIT 1
0.106 ms 0 /classes/GroupReduction.php:153
762
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.106 ms 1 /classes/Product.php:5659
995
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7600
0.106 ms 1 /classes/Product.php:2899
85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9210) 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
944
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8029
0.106 ms 1 /classes/Product.php:2899
91
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9209 AND id_shop=1 LIMIT 1
0.105 ms 1 /classes/Product.php:6873
852
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6305 AND id_shop=1 LIMIT 1
0.105 ms 1 /classes/Product.php:6873
83
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9210 AND id_shop=1 LIMIT 1
0.105 ms 1 /classes/Product.php:6873
501
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7356 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:153
117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9199) 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
846
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 6306) 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
941
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 8047
0.104 ms 1 /classes/Product.php:2899
1197
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.104 ms 1 /classes/module/Module.php:2132
266
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
414
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7528) 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
482
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
685
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7068 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:153
764
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6357 AND id_shop=1 LIMIT 1
0.103 ms 1 /classes/Product.php:6873
802
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
810
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.103 ms 1 /classes/Product.php:5659
189
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8682 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:153
234
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7654) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
1163
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 6305
0.102 ms 1 /classes/Product.php:2899
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8014) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
518
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7350) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
237
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8168 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:153
346
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
458
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
509
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7351 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:153
538
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
586
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
274
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
338
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.101 ms 1 /classes/Product.php:5659
494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7358) 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
226
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.100 ms 1 /classes/Product.php:5659
629
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7097 AND `id_group` = 1 LIMIT 1
0.100 ms 0 /classes/GroupReduction.php:153
45
SELECT SQL_NO_CACHE *
FROM `tyht_country_lang`
WHERE `id_country` = 6
0.099 ms 5 /src/Adapter/EntityMapper.php:79
500
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7356 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
540
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7316 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
637
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7093 AND `id_group` = 1 LIMIT 1
0.099 ms 0 /classes/GroupReduction.php:153
42
SELECT SQL_NO_CACHE format
FROM `tyht_address_format`
WHERE `id_country` = 6 LIMIT 1
0.098 ms 1 /classes/AddressFormat.php:653
154
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
178
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
242
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
330
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
526
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7318) 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
348
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7648 AND id_shop=1 LIMIT 1
0.097 ms 1 /classes/Product.php:6873
466
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.097 ms 1 /classes/Product.php:5659
506
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.097 ms 1 /classes/Product.php:5659
125
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9198) 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
701
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6966 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
64
SELECT SQL_NO_CACHE *
FROM `tyht_tax_lang`
WHERE `id_tax` = 1
0.095 ms 5 /src/Adapter/EntityMapper.php:79
246
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8164) 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
474
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.095 ms 1 /classes/Product.php:5659
516
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7350 AND id_shop=1 LIMIT 1
0.095 ms 1 /classes/Product.php:6873
604
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7126 AND id_shop=1 LIMIT 1
0.095 ms 1 /classes/Product.php:6873
853
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6305 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7600) 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
1171
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.095 ms 1 /classes/module/Module.php:2132
276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8028 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6873
228
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8207 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6873
306
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
314
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7315 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6873
714
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
146
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
236
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8168 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6873
244
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8164 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6873
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8016) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
434
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
490
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
557
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7312 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
581
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7134 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
738
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 4 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
845
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6306 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
137
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
139
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8755 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
148
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8695 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
212
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8230 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8211) 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
268
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8029 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
437
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7489 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:153
165
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8687 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:153
258
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
390
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7602) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
442
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
492
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7358 AND id_shop=1 LIMIT 1
0.091 ms 1 /classes/Product.php:6873
658
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
76
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9211 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:153
485
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7359 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:153
141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8755) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.090 ms 1 /classes/stock/StockAvailable.php:453
373
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7604 AND `id_group` = 1 LIMIT 1
0.090 ms 0 /classes/GroupReduction.php:153
460
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7366 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
514
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
133
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 8761) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.089 ms 1 /classes/stock/StockAvailable.php:453
156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8690 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
173
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8685 AND `id_group` = 1 LIMIT 1
0.089 ms 0 /classes/GroupReduction.php:153
180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8684 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
402
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7363 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
476
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7360 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
508
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7351 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
690
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
741
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6372 AND `id_group` = 1 LIMIT 1
0.088 ms 0 /classes/GroupReduction.php:153
121
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
204
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8680 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
498
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
541
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7316 AND `id_group` = 1 LIMIT 1
0.087 ms 0 /classes/GroupReduction.php:153
298
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
388
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7602 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
412
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7528 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9211 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
333
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7655 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
340
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7654 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
436
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7489 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
197
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8681 AND `id_group` = 1 LIMIT 1
0.084 ms 0 /classes/GroupReduction.php:153
421
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7495 AND `id_group` = 1 LIMIT 1
0.084 ms 0 /classes/GroupReduction.php:153
682
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8761 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
381
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7603 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
396
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7601 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
565
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7311 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
285
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8027 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
525
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7318 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
645
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7086 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
1186
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
0.082 ms 1 /classes/module/Module.php:2132
40
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.081 ms 0 /classes/module/Module.php:2132
66
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_group`
WHERE `id_group` = 1 LIMIT 1
0.081 ms 1 /classes/Group.php:151
220
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8211 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
253
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8050 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
277
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8028 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
676
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7070 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
149
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8695 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
1174
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.081 ms 1 /classes/module/Module.php:2132
308
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8014 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
1178
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.080 ms 1 /classes/module/Module.php:2659
1181
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
0.080 ms 1 /classes/module/Module.php:2132
1176
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.079 ms 1 /classes/module/Module.php:2132
213
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8230 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
341
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7654 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
444
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7476 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
765
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6357 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
404
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7600 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
461
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7366 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
549
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7315 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
788
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 6330 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
316
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8013 AND id_shop=1 LIMIT 1
0.077 ms 1 /classes/Product.php:6873
397
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7601 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
477
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7360 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
733
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6954 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
757
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6358 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
43
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.076 ms 1 /classes/Country.php:402
157
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8690 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
260
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8047 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6873
300
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 8016 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6873
245
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8164 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
693
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6969 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
123
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9198 AND id_shop=1 LIMIT 1
0.073 ms 1 /classes/Product.php:6873
84
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9210 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
181
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8684 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
301
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8016 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
357
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7630 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
1172
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.072 ms 1 /classes/Country.php:402
413
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7528 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
229
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8207 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
349
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7648 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
205
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8680 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
493
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7358 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
517
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7350 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
405
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7600 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
789
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 6330 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
140
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8755 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
221
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8211 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
309
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8014 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
317
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8013 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
261
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8047 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
389
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7602 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
445
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7476 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
1179
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.064 ms 1 /classes/module/Module.php:2132
677
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7070 AND `id_group` = 1 LIMIT 1
0.063 ms 0 /classes/GroupReduction.php:153
132
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 8761 AND `id_group` = 1 LIMIT 1
0.062 ms 0 /classes/GroupReduction.php:153
124
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9198 AND `id_group` = 1 LIMIT 1
0.061 ms 0 /classes/GroupReduction.php:153

Doubles

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

Tables stress

303 product
303 product_shop
202 cart_product
201 product_attribute
200 image
200 image_shop
200 product_attribute_shop
108 category_lang
102 stock_available
101 product_attribute_combination
101 product_lang
100 product_group_reduction_cache
100 pack
100 feature_product
100 feature_lang
100 feature_value_lang
100 feature
100 feature_shop
100 image_lang
100 attribute
100 attribute_lang
100 attribute_group
18 module
17 module_shop
9 category
7 lang
7 hook
6 lang_shop
6 country
5 shop
5 currency
5 category_shop
4 shop_url
4 currency_shop
3 country_lang
3 country_shop
3 hook_alias
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
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 page_type
1 page
1 ganalytics_data

ObjectModel instances

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