Prices drop

There are 2065 products.

Showing 169-192 of 2065 item(s)
Bigjigs Rail Figure Of Eight Train Set
  • Save £5.00

Bigjigs Rail Figure Of Eight Train Set

  • Includes sturdy wooden track pieces that form the figure of eight layout & accessories.
  • Most other major wooden rail brands are compatible with Bigjigs Rail.
  • The ideal first train set.
Price £24.99 Regular price £29.99
Single Iginition Fireworks  Astral Raider 55  Shot  Firework Barrage
  • Save £22.00

Black Cat Fireworks Ad Astra Single Ignition Firework

Astral radier is just one of our 100's of special Offers available in Store

At Kerrison Toys we sell fireworks ALL YEAR Great range of Single Rockets and rocket packs always available at Kerrison Toys

Great Deals and Discounts... The more your spend the bigger the discount

Call for further details.

Free Local Delivery can be arranged on Large Firework Display ...

Price £67.99 Regular price £89.99
Single Iginition Fireworks  Let Celebrate 100 Shot
  • Save £20.00
  • Out of stock online

Black Cat Fireworks Celebrate ....68 Shot Barrage

Celebrate is just one of our 100's of special Offers available in Store

At Kerrison Toys we sell fireworks ALL YEAR Great range of Single Rockets and rocket packs always available at Kerrison Toys

Great Deals and Discounts... The more your spend the bigger the discount

Call for further details.

Free Local Delivery can be arranged on Large Firework Display ...

Price £69.99 Regular price £89.99
Load Time 1008 ms
Querying Time 474 ms
Queries 351
Memory Peak Usage 25.8 Mb
Included Files 911 files - 9.34 Mb
PrestaShop Cache - Mb
Global vars 0.03 Mb
PrestaShop Version 8.1.2
PHP Version 8.3.6
MySQL Version 8.0.43-0ubuntu0.24.04.2
Memory Limit 512M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 0.596 ms 0.596 ms 2.06 Mb 2.5 Mb
__construct 0.011 ms 0.607 ms - Mb 2.5 Mb
init 4.349 ms 4.956 ms 0.36 Mb 2.6 Mb
checkAccess 0.001 ms 4.957 ms - Mb 2.6 Mb
setMedia 7.390 ms 12.347 ms 0.34 Mb 2.8 Mb
postProcess 0.001 ms 12.348 ms - Mb 2.8 Mb
initHeader 0.002 ms 12.350 ms - Mb 2.8 Mb
initContent 858 ms 870 ms 17.75 Mb 20.7 Mb
initFooter 0.003 ms 870 ms - Mb 20.7 Mb
display 137.542 ms 1008 ms 4.47 Mb 25.8 Mb
Hook Time Memory Usage
displayLeftColumn 6.373 ms 0.83 Mb
ActionFrontControllerSetMedia 6.057 ms 0.25 Mb
displayHtTopMenu 3.896 ms 0.58 Mb
DisplayFooter 2.325 ms 0.03 Mb
displayFooter 0.650 ms 0.01 Mb
displayTop 0.630 ms 0.01 Mb
displayTopAccountLink 0.456 ms 0.02 Mb
DisplayHeader 0.304 ms 0.03 Mb
DisplayFooterPaymentBlock 0.256 ms 0.08 Mb
Header 0.108 ms - Mb
DisplayFooterBefore 0.008 ms - Mb
DisplayAfterBodyOpeningTag 0.007 ms - Mb
DisplayNavFullWidth 0.005 ms - Mb
ModuleRoutes 0.004 ms - Mb
14 hook(s) 21.079 ms 1.85 Mb
Module Time Memory Usage
ps_checkout 6.538 ms 0.29 Mb
blockreassurance 0.577 ms 0.05 Mb
blockwishlist 0.242 ms 0.01 Mb
ps_emailsubscription 0.115 ms 0.01 Mb
ps_emailalerts 0.111 ms 0.01 Mb
ps_accounts 0.210 ms 0.01 Mb
ht_scrolltop 0.542 ms 0.02 Mb
ht_addthis 0.071 ms 0.01 Mb
ht_stickyheader 0.071 ms 0.07 Mb
ps_shoppingcart 0.573 ms 0.02 Mb
ets_recaptcha_free 0.087 ms 0.01 Mb
ht_themecpanel 0.332 ms 0.04 Mb
ht_stocklevel 0.116 ms 0.01 Mb
ps_searchbar 0.213 ms 0.01 Mb
ps_customersignin 0.458 ms 0.03 Mb
ps_currencyselector 0.093 ms 0.01 Mb
ps_languageselector 0.067 ms 0.01 Mb
ps_mainmenu 3.954 ms 0.58 Mb
ps_categorytree 6.440 ms 0.83 Mb
ps_contactinfo 0.455 ms - Mb
ps_linklist 0.440 ms 0.03 Mb
ht_staticblocks 2.531 ms 0.11 Mb
22 module(s) 24.236 ms 2.14 Mb

Stopwatch SQL - 351 queries

# Query Time (ms) Rows Filesort Group By Location
6
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`,
IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`,
pl.`name`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-11-10 00:00:00",
INTERVAL 200 DAY
)
) > 0 AS new
FROM `product` p
INNER JOIN product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1  AND stock.id_shop = 0  )
LEFT JOIN `product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 
)
LEFT JOIN `image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
WHERE product_shop.`active` = 1
AND product_shop.`show_price` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND p.`id_product` IN (74, 2646, 2647, 3078, 3642, 3730, 3733, 4656, 5114, 6648, 7154, 7183, 7916, 7928, 7943, 8436, 9871, 10695, 10787, 10990, 11048, 11090, 11127, 11163, 11528, 11529, 11530, 11620, 12021, 12136, 12199, 12323, 12504, 12602, 12652, 12653, 12654, 12686, 12687, 13023, 13028, 13068, 13071, 13073, 13076, 13077, 13080, 13081, 13084, 13086, 13179, 13750, 13979, 13981, 13982, 14192, 14340, 14374, 14562, 14626, 14724, 14812, 14819, 14820, 14852, 14910, 14911, 14935, 14936, 14937, 14938, 14945, 14946, 14964, 14965, 14966, 14967, 14970, 14975, 14976, 14977, 14978, 14979, 15083, 15085, 15129, 15133, 15135, 15137, 15226, 15489, 15575, 15576, 15685, 15740, 15767, 15865, 15929, 15968, 16006, 16014, 16150, 16169, 16170, 16173, 16214, 16245, 16246, 16247, 16250, 16256, 16269, 16314, 16315, 16317, 16423, 16430, 16498, 16503, 16557, 16576, 16605, 16959, 16960, 16964, 17059, 17060, 17074, 17079, 17116, 17267, 17312, 17367, 17371, 17392, 17409, 17414, 17415, 17417, 17434, 17436, 16594, 16136, 11984, 17489, 17490, 17491, 17493, 17494, 17495, 17496, 17497, 17516, 17517, 17523, 17558, 13492, 17614, 17619, 17641, 1945, 350, 16424, 17655, 17665, 17666, 17688, 17694, 17728, 17734, 17735, 17736, 17737, 17739, 17740, 17741, 17744, 17747, 15446, 15445, 17265, 17800, 15033, 14961, 10478, 15040, 17803, 17805, 17807, 17811, 17812, 17813, 17814, 17841, 16326, 17847, 17849, 15569, 15572, 17853, 17762, 10812, 12211, 17063, 16460, 17433, 17919, 17922, 17923, 16627, 17924, 17925, 17929, 16852, 17952, 18000, 18002, 18003, 18012, 18013, 16653, 17266, 17335, 18185, 18186, 18199, 18200, 18201, 18212, 18224, 18233, 18234, 15588, 16904, 16910, 17945, 16422, 15415, 15413, 15414, 18268, 18300, 18301, 18302, 18303, 18305, 18307, 15617, 18309, 18310, 18311, 18312, 18313, 18314, 18315, 18316, 18317, 18326, 18327, 18343, 18344, 18356, 18375, 13564, 15732, 15733, 18414, 18422, 18376, 9089, 18460, 17760, 17759, 18139, 14122, 14119, 15583, 17112, 18541, 18551, 18556, 18557, 18558, 18559, 18560, 18561, 18562, 18563, 18564, 18580, 18585, 18591, 18592, 18603, 18523, 18619, 16353, 17845, 17844, 17843, 17842, 17836, 17835, 17834, 17833, 18080, 18738, 18742, 18128, 15938, 15941, 18665, 18793, 18113, 18112, 18111, 18109, 18838, 18839, 18548, 18134, 18135, 18138, 16590, 16591, 17691, 17689, 18153, 18154, 18152, 16991, 18871, 18872, 16124, 16130, 18880, 18883, 16632, 17661, 16499, 10220, 15750, 16093, 16425, 18908, 18912, 16390, 17453, 15076, 18918, 18664, 18076, 18712, 18925, 18471, 18620, 18952, 18934, 16172, 18049, 18035, 18973, 18976, 18132, 16622, 12197, 18983, 18984, 18986, 18987, 18988, 18989, 18990, 18991, 18992, 18993, 18994, 17795, 10811, 6679, 17743, 19005, 19006, 19007, 19008, 19012, 18889, 18888, 18887, 18886, 18885, 18884, 18669, 18672, 18670, 18671, 17370, 18608, 18099, 18098, 18091, 18092, 16663, 16669, 17268, 17269, 17699, 18741, 18443, 16803, 16735, 16582, 18601, 18600, 18599, 18598, 18597, 17693, 18308, 17418, 18873, 18917, 16428, 19021, 19022, 19023, 19024, 19025, 19026, 19027, 8692, 19029, 19030, 19031, 19039, 19040, 19041, 19054, 19079, 19078, 19081, 18957, 1224, 19083, 19090, 18892, 19004, 15852, 15855, 15854, 15853, 15849, 15847, 16140, 16139, 16137, 17700, 18740, 18721, 17677, 17887, 19100, 19102, 19103, 19104, 19105, 19106, 19109, 19110, 19112, 19111, 19113, 19114, 19116, 18542, 19123, 16607, 19125, 19126, 19127, 19128, 19129, 19130, 19132, 19133, 19134, 15086, 17933, 18101, 18004, 18167, 18168, 18169, 18170, 17056, 18437, 18436, 18435, 18434, 18211, 16816, 16893, 18262, 14346, 11799, 18982, 13884, 17234, 18932, 17749, 17750, 18614, 18613, 18612, 17654, 16943, 17507, 18961, 18960, 18794, 18921, 19168, 19167, 19187, 19188, 18964, 340, 17900, 18707, 19195, 19211, 19214, 19253, 19259, 19260, 13868, 19316, 19334, 19336, 17373, 15589, 16828, 17159, 17171, 19368, 19369, 19370, 19371, 17046, 19372, 19373, 19374, 18418, 18485, 18411, 18410, 18412, 18413, 19375, 19377, 19378, 19379, 15451, 19393, 19394, 19400, 18241, 19161, 19162, 19163, 19164, 19165, 19170, 16126, 16027, 19038, 17555, 17649, 16312, 16309, 18927, 19472, 19471, 18864, 18863, 18862, 18860, 18859, 18858, 18857, 18856, 18861, 17169, 19478, 19043, 15832, 16770, 16768, 16764, 15860, 18534, 18533, 18532, 18519, 18518, 19502, 19505, 19518, 19519, 19520, 19521, 19523, 19524, 19526, 18371, 18370, 18374, 18373, 19535, 19538, 16593, 16592, 19543, 19548, 19556, 19561, 19563, 18323, 18216, 17311, 18444, 19596, 19598, 19599, 19609, 19610, 19335, 19616, 19617, 19620, 19622, 18717, 18074, 17798, 8086, 8087, 19650, 18215, 19651, 19653, 19654, 19656, 19657, 19658, 19687, 19694, 19696, 18102, 18036, 16421, 19718, 19719, 19720, 19619, 15921, 17445, 17066, 18974, 18975, 16036, 19036, 18803, 18552, 19498, 19019, 18018, 10584, 10400, 10399, 6187, 19243, 18711, 18709, 19751, 18469, 18710, 19737, 19733, 19734, 19735, 19736, 19766, 19767, 19786, 19289, 19549, 13493, 17020, 19830, 19843, 19857, 19858, 19861, 19864, 19865, 19866, 19342, 19893, 19898, 17931, 17928, 17927, 19420, 19419, 19418, 19417, 19912, 19913, 19922, 19923, 18355, 19936, 19938, 12633, 7621, 16283, 19945, 19946, 19947, 19956, 697, 19366, 18928, 356, 19879, 19082, 12516, 19953, 19930, 19952, 19969, 19970, 19971, 19972, 18848, 19973, 19974, 19979, 19980, 19981, 19982, 19983, 19984, 19985, 19986, 19987, 19990, 19991, 19992, 19993, 19994, 19995, 19996, 19997, 19998, 19999, 19221, 19228, 19229, 19292, 19291, 19290, 19223, 19293, 19222, 20019, 20021, 20022, 20026, 20030, 19908, 19907, 19906, 19905, 19904, 19903, 19902, 19901, 19900, 14372, 18791, 20046, 20047, 20068, 20084, 20088, 20092, 20094, 20096, 15458, 16892, 16917, 15452, 20142, 14273, 20145, 20147, 20148, 20149, 19362, 17447, 20154, 19732, 19731, 19729, 19728, 19730, 7489, 13488, 17566, 19497, 18963, 18962, 19499, 19685, 19684, 19683, 19682, 19679, 19678, 19677, 19675, 19674, 19676, 18953, 19474, 20165, 18882, 16129, 16127, 16125, 20169, 20170, 17513, 20171, 20185, 20166, 6500, 17398, 19750, 19749, 19747, 19748, 19745, 19744, 19743, 19741, 19742, 17218, 16555, 20186, 20189, 15128, 13732, 20117, 18692, 16967, 17881, 16870, 16871, 16872, 16875, 16879, 16880, 16897, 16899, 16965, 17000, 17451, 17452, 17547, 17548, 17549, 18691, 18936, 18937, 16876, 17550, 18033, 18788, 18789, 18787, 17537, 17539, 17540, 18781, 18786, 18782, 17546, 18785, 18783, 18131, 17394, 17484, 14519, 16445, 18950, 19244, 19726, 18382, 18706, 17794, 18428, 13848, 13849, 19121, 18321, 7178, 7180, 18876, 11592, 11590, 20190, 20023, 20081, 20078, 19714, 19711, 19699, 19562, 19704, 18618, 20097, 18581, 3996, 18916, 18915, 18914, 18913, 19092, 19884, 19883, 19882, 19881, 19014, 18257, 19150, 18697, 19542, 18156, 20192, 20193, 19294, 20197, 19957, 19954, 19955, 13867, 19376, 17883, 18364, 19942, 19943, 19944, 20204, 20205, 20206, 19017, 18826, 19352, 17473, 18825, 20208, 19824, 19823, 19705, 20071, 18328, 19885, 19245, 19367, 19809, 19810, 20212, 20211, 19844, 17115, 19773, 20241, 20242, 20243, 20244, 19847, 20271, 20272, 20283, 20284, 20305, 20306, 20307, 19220, 19921, 20317, 20318, 20319, 20320, 20326, 20327, 17175, 20333, 19652, 18543, 15695, 15696, 15693, 17376, 17375, 17379, 17374, 17380, 17377, 17701, 18545, 20316, 20315, 20335, 19568, 20334, 7653, 19727, 16304, 18633, 20352, 20382, 20383, 20385, 20387, 20388, 20389, 20390, 20391, 20395, 20396, 20400, 20401, 20402, 20406, 20407, 20408, 19540, 20521, 20183, 20182, 20181, 20180, 20179, 20178, 20177, 20176, 20175, 20172, 20174, 18731, 18484, 20054, 18985, 20985, 19628, 21005, 19506, 19280, 13209, 13212, 21106, 21107, 21160, 17138, 7159, 21170, 21184, 21185, 21202, 19924, 20274, 16426, 21262, 21330, 21425, 21565, 21576, 21577, 21578, 21579, 21580, 20353, 20245, 20260, 21617, 16807, 16901, 15307, 16903, 15456, 21663, 21664, 21665, 21670, 21691, 15474, 17058, 19655, 21692, 21693, 21694, 21695, 21696, 21697, 21698, 21699, 21700, 21701, 21702, 21705, 21706, 21716, 21777, 19811, 19269, 19278, 19277, 19276, 19275, 19274, 19273, 19272, 19271, 19270, 20173, 19673, 19680, 19960, 19959, 19958, 18517, 21443, 19330, 20255, 20256, 19182, 19237, 21829, 12506, 21830, 21855, 21865, 21869, 21881, 21905, 21906, 18829, 14236, 21659, 19541, 19357, 15608, 21574, 18158, 21954, 21956, 21958, 21959, 21967, 21978, 21994, 21997, 22012, 22013, 22014, 22015, 22016, 22017, 22018, 22019, 18926, 16427, 18016, 19500, 22022, 22023, 22024, 22025, 22026, 22027, 22028, 22029, 22030, 22031, 22032, 22033, 22034, 22035, 22036, 22037, 22038, 22040, 22041, 19567, 22062, 22063, 22064, 22065, 22066, 22068, 22069, 22071, 22072, 22073, 22074, 22075, 22076, 22077, 22078, 22079, 22080, 22082, 18865, 22083, 22084, 22085, 20184, 22092, 22091, 22093, 22094, 22107, 22108, 22109, 22115, 19892, 19013, 8412, 10523, 19880, 361, 15720, 19365, 22120, 19522, 20325, 22005, 22004, 22003, 22002, 22001, 22000, 20321, 22125, 21575, 16821, 20357, 22129, 22134, 22142, 22144, 22145, 22146, 22147, 19053, 21960, 22165, 22166, 21240, 21239, 21238, 21237, 21235, 21234, 21233, 21229, 21232, 21231, 22169, 22170, 22175, 17731, 17810, 22176, 17725, 17727, 22177, 17729, 17732, 17733, 17738, 22178, 22179, 22180, 17806, 17801, 22182, 22183, 22202, 22203, 22204, 22205, 22206, 22207, 22208, 22209, 22211, 22212, 22213, 22214, 22215, 22216, 22217, 22220, 22221, 22222, 22223, 22225, 22226, 22227, 22228, 22229, 22230, 22231, 22232, 22233, 22235, 22239, 20290, 22240, 22241, 22243, 17897, 15037, 18784, 22248, 22249, 22250, 22254, 14844, 22255, 22256, 22257, 22258, 22259, 22260, 22261, 22262, 22263, 22264, 22265, 22266, 22267, 22268, 22269, 22270, 22276, 18157, 17808, 22282, 22088, 21831, 22318, 17930, 22319, 22320, 22321, 22322, 22323, 22324, 22329, 22330, 22331, 22332, 22333, 22334, 22335, 22336, 22337, 22338, 22339, 22340, 22341, 19897, 19896, 19894, 19539, 17057, 16620, 22224, 22218, 22401, 19536, 19537, 17742, 19099, 19625, 22455, 22456, 22458, 22460, 17656, 22462, 22463, 22315, 22470, 22471, 22473, 21569, 22479, 22480, 20048, 22491, 22492, 22520, 22171, 22524, 22525, 21939, 21940, 19337, 19338, 19339, 19787, 19919, 19920, 20282, 21938, 22518, 22533, 22534, 22535, 22536, 22538, 22539, 22540, 22461, 22545, 8405, 10963, 9876, 19774, 19772, 22552, 20275, 22560, 22561, 22563, 22565, 18748, 17899, 17898, 15322, 21931, 22121, 22122, 17384, 22553, 22405, 22587, 22300, 22299, 22609, 22610, 22612, 21962, 22616, 22621, 22622, 22624, 22625, 22271, 21084, 14585, 4664, 8669, 10054, 11983, 12130, 13152, 22571, 18005, 16496, 16374, 16362, 16286, 16371, 15647, 3239, 22636, 22343, 20187, 19615, 22662, 9224, 9225, 9246, 9259, 9264, 9265, 9267, 9268, 11810, 13270, 13271, 14674, 14675, 14677, 16560, 16561, 16563, 16564, 16568, 17463, 17464, 17465, 17466, 17526, 18456, 18457, 18458, 21139, 21141, 21142, 21143, 21144, 16562, 22675, 22676, 22677, 22678, 22679, 22680, 22681, 22682, 22683, 22684, 19591, 19590, 19592, 19593, 19594, 19595, 22219, 22726, 22727, 22728, 22729, 22730, 9226, 21140, 9238, 9242, 22734, 22735, 22736, 22745, 22746, 22748, 22749, 22750, 22751, 22752, 22755, 22764, 22771, 22776, 22792, 16519, 22798, 21801, 22799, 22801, 22705, 22602, 22590, 22589, 22588, 22843, 22844, 22860, 22861, 22862, 22863, 22864, 22865, 22867, 22868, 22869, 22876, 22877, 22878, 22879, 22880, 22882, 22881, 22883, 22884, 22885, 22454, 22904, 22906, 22907, 22908, 22909, 22910, 22920, 22926, 22928, 22937, 22938, 22939, 22940, 22941, 22930, 22931, 22932, 22933, 22934, 22942, 22043, 22944, 18276, 22977, 22760, 22759, 22757, 22758, 22980, 22981, 22089, 362, 12825, 22572, 22994, 23005, 23006, 22477, 20381, 20380, 20379, 23011, 23012, 23014, 23015, 23016, 23017, 23018, 23019, 23020, 23021, 23022, 23023, 23057, 23058, 23059, 23074, 23076, 23078, 21335, 23079, 23080, 23081, 23082, 23083, 23084, 23085, 23086, 23087, 23088, 23089, 23090, 23091, 23094, 23095, 23096, 23097, 23098, 23099, 23100, 23101, 23102, 23104, 23103, 23105, 23106, 23107, 23108, 23109, 23110, 23111, 23112, 7014, 19612, 20978, 22432, 22431, 21373, 21375, 21374, 21372, 23159, 23160, 23161, 23162, 23163, 23164, 23165, 23166, 23167, 23177, 23178, 21337, 23180, 23182, 23183, 23184, 23193, 23194, 23196, 23198, 23199, 23200, 23201, 23202, 23203, 22438, 23208, 21833, 20281, 20974, 20280, 22126, 23211, 22119, 22344, 23209, 22272, 17053, 22629, 23238, 23239, 23240, 23241, 23242, 23243, 23244, 23245, 22434, 22103, 20159, 18133, 20156, 20158, 17690, 23250, 23251, 23252, 23253, 23254, 23255, 23256, 23265, 23266, 23213, 21864, 23268, 23267, 23269, 23271, 21589, 23272, 23273, 20944, 18495, 23274, 23275, 23276, 23277, 23278, 23280, 23282, 23283, 23284, 23285, 23286, 23287, 23288, 23289, 23290, 23291, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23300, 23301, 23302, 17456, 23303, 23304, 22464, 19597, 19600, 23305, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 23314, 23315, 22453, 19586, 19588, 19589, 22039, 23316, 23317, 23318, 23319, 23320, 23321, 23322, 23323, 23324, 23325, 23326, 23328, 23329, 23330, 23334, 23335, 23336, 23337, 22345, 16554, 14351, 14349, 14350, 16405, 22430, 23353, 23354, 23355, 23356, 23357, 23358, 23359, 23360, 8520, 8525, 7204, 15486, 12507, 22236, 23377, 23378, 23379, 23380, 23381, 23382, 19305, 22744, 22702, 22710, 22711, 22740, 23013, 22459, 22762, 23388, 23352, 23415, 23419, 21549, 22738, 23420, 23421, 23422, 23423, 23424, 23425, 23426, 23427, 23428, 23429, 23430, 23431, 23432, 22995, 23439, 23440, 23441, 14240, 14242, 20273, 19094, 18828, 17567, 17687, 21930, 20230, 20167, 23447, 23448, 21961, 23451, 23434, 23433, 23004, 23385, 23453, 23452, 23460, 23461, 23463, 23472, 22242, 23476, 23477, 23478, 23479, 23480, 23487, 23179, 14222, 19846, 19355, 23493, 23494, 23496, 23498, 23499, 23500, 23501, 23504, 20392, 20393, 20394, 23505, 23506, 23507, 23508, 23509, 23510, 23511, 23512, 23513, 23520, 23521, 23522, 23523, 23525, 23527, 23528, 23529, 23530, 23531, 23532, 23533, 19238, 23548, 23549, 23553, 23554, 23555, 23556, 23557, 23568, 14235, 14238, 19096, 14253, 19781, 19783, 23217, 23216, 23214, 23212, 23572, 23259, 23000, 22999, 22998, 23587, 23588, 23589, 23590, 23615, 23616, 23617, 23618, 23619, 23621, 23622, 23623, 23624, 2061, 23626, 22086, 23641, 23654, 23669, 23670, 23686, 23687, 23688, 23689, 23692, 23693, 23694, 23695, 21880, 23707, 23708, 23712, 23713, 23715, 16587, 23717, 23718, 23719, 23720, 23728, 23729, 23734, 23735, 23376, 23741, 18827, 6680, 19070, 17658, 20362, 23753, 21945, 23065, 23762, 23763, 23764, 23765, 23766, 23767, 21383, 23770, 23771, 22379, 16915, 20289, 19086, 19087, 19088, 19091, 20194, 20195, 20196, 22654, 22655, 22658, 22656, 22660, 21083, 21082, 21081, 19085, 19084, 23773, 23774, 23775, 23776, 23777, 23778, 23779, 23780, 23781, 23782, 23783, 23786, 23787, 23788, 23789, 23790, 23791, 12397, 18493, 19267, 19268, 19264, 19266, 18734, 21995, 21998, 19382, 23802, 23804, 23809, 16385, 23810, 23811, 22619, 22557, 23816, 23818, 23819, 23821, 23830, 23831, 10747, 20520, 23832, 22712, 23833, 23834, 23838, 23839, 23841, 23842, 23843, 23390, 21929, 23891, 23892, 23893, 23894, 23895, 23896, 23897, 23898, 23899, 23901, 23902, 23903, 23904, 23905, 23906, 23907, 23908, 23910, 23911, 23912, 23913, 23914, 23915, 23916, 23917, 23918, 23919, 23920, 23921, 23922, 23923, 23924, 23925, 23926, 23927, 23928, 23930, 23931, 23932, 23935, 23936, 23937, 23938, 23939, 23941, 23942, 23943, 23944, 23945, 23946, 23947, 23948, 23949, 23950, 23951, 23952, 23953, 23957, 23958, 23959, 23960, 23961, 23963, 23964, 23792, 23971, 23973, 23975, 24011, 24012, 24013, 24014, 24015, 24016, 24019, 24018, 24025, 23331, 24030, 24031, 24032, 24033, 24028, 24027, 24051, 24052, 24056, 24057, 24058, 24059, 22314, 24061, 24062, 24063, 24064, 24065, 24066, 24067, 24068, 24070, 24071, 24072, 24073, 24074, 24075, 24076, 24077, 24078, 24079, 24080, 24088, 23997, 24090, 24106, 24107, 24108, 17054, 21977, 21976, 21975, 21974, 21973, 21972, 24112, 24113, 24114, 21987, 21988, 21989, 21990, 24125, 23785, 23700, 23769, 24029, 24139, 19926, 23772, 24148, 24149, 18383, 18384, 24150, 24152, 24153, 24154, 22566, 20582, 12897, 24187, 22905, 16378, 24188, 22090, 24192, 24193, 24195, 24196, 24197, 19381, 24200, 24201, 24202, 24203, 24204, 22554, 19159, 19059, 19058, 19057, 18009, 24205, 24206, 24207, 24209, 23814, 23813, 24212, 24215, 24216, 21563, 24223, 24224, 24225, 24226, 24227, 24228, 24229, 24230, 24231, 24234, 24235, 24236, 24240, 24208, 22714, 24242, 24243, 24246, 24250, 24251, 24252, 23072, 24245, 23279, 24253, 24254, 24255, 24256, 24257, 24258, 24259, 24260, 18330, 18331, 19659, 16900, 19516, 20285, 19508, 20354, 18897, 20355, 23092, 23486, 23485, 23484, 23483, 23481, 23470, 22070, 23482, 21564, 7338, 24115, 21832, 23342, 24262, 24263, 24264, 24265, 20207, 17692, 24266, 24267, 24269, 24270, 24271, 24272, 24273, 24274, 24275, 24276, 24277, 24278, 24279, 24280, 24281, 24282, 24283, 24339, 24340, 24346, 23207, 21791, 20489, 20447, 21199, 20464, 21559, 21061, 23571, 24348, 19317, 24349, 24356, 24357, 24359, 24360, 24361, 24362, 24363, 24364, 24365, 24366, 24367, 24368, 24377, 24426, 24427, 24428, 24429, 24430, 24431, 24432, 24433, 24434, 24447, 24448, 24449, 24450, 24452, 24454, 24464, 15132, 24465, 24466, 24467, 24469, 24468, 24424, 24423, 24422, 24470, 17686, 8540, 17217, 14228, 16889, 21602, 22385, 22381, 23873, 21816, 24474, 24480, 24481, 24482, 24483, 24484, 24485, 24487, 24489, 24490, 24491, 24492, 24493, 10299, 24337, 20077, 16914, 17055, 24499, 24503, 24504, 24508, 24509, 24510, 24511, 24512, 24513, 24515, 24516, 24518, 24519, 24520, 24521, 24522, 24523, 24524, 24525, 24526, 24527, 22251, 22253, 22252, 24553, 24554, 24555, 22442, 20108, 20107, 20106, 24565, 24304, 24496, 24507, 24567, 24568, 18336, 21957, 20358, 24570, 24571, 24572, 24573, 24574, 24575, 24577, 24307, 19755, 19757, 19760, 24587, 24564, 24358, 24595, 24596, 24600, 24603, 24604, 24606, 24608, 24609, 24610, 24611, 24612, 24613, 24614, 24615, 24616, 24617, 24618, 24619, 24620, 24621, 24622, 24623, 24624, 24625, 24626, 24627, 19512, 24647, 24649, 24650, 24655, 24658, 24601, 24659, 24660, 24661, 24662, 24663, 24664, 24665, 24666, 24675, 24676, 24677, 24678, 24679, 24680, 24682, 24691, 24692, 24693, 24694, 24695, 24713, 24730, 24731, 24733, 24345, 24347, 24320, 22754, 24738, 24739, 24749, 24132, 23696, 23664, 23663, 23662, 17751, 24756, 24757, 24758, 24761, 24762, 24763, 24764, 24768, 24769, 24770, 24771, 24772, 24774, 24775, 24776, 24777, 24778, 24780, 24781, 24782, 24783, 24800, 24801, 24802, 24803, 24804, 24805, 24806, 24807, 24808, 24809, 24810, 24812, 24813, 24814, 24815, 24816, 24817, 24820, 7330, 24821, 24822, 24709, 24823, 20976, 24748, 24711, 22437, 377, 14024, 18995, 24673, 24841, 24843, 24844, 24845, 24846, 24848, 24849, 24872, 24873, 24874, 24875, 24876, 24879, 24092, 24541, 24222, 24221, 24219, 24218, 24103, 24102, 24101, 24099, 24098, 24097, 24096, 24095, 24094, 24100, 24545, 24544, 24543, 24542, 24104, 24093, 24498, 24881, 24883, 24884, 24885, 24886, 24887, 23062, 24896, 24897, 24898, 24899, 24907, 24908, 24910, 24914, 24915, 24916, 24917, 24918, 24919, 24920, 24921, 24922, 24923, 24924, 24925, 24926, 24927, 24928, 24929, 24945, 24946, 24954, 24955, 19480, 24957, 24958, 24959, 24960, 24961, 24965, 24966, 24968, 24972, 24971, 24973, 24974, 24975, 24976, 24977, 24978, 24989, 24824, 23536, 23537, 23676, 23678, 25048, 25051, 24826, 25065, 23552, 24827, 25074, 25075, 25076, 25077, 25078, 25079, 25094, 22720, 22721, 24750, 24751, 24752, 24753, 24755, 24754, 4827, 23647, 22573, 20456, 21053, 23757, 21055, 20954, 20457, 21271, 22832, 25107, 25108, 25110, 25090, 25119, 25120, 25121, 25122, 25123, 25124, 25125, 24892, 24963, 24891, 24745, 24584, 24319, 24902, 25156, 24901, 24906, 24900, 24909, 24905, 25161, 25176, 25177, 25180, 25181, 25182, 16537, 13486, 18831, 14291, 19353, 14282, 14287, 16887, 25105, 25104, 25102, 25103, 25101, 25184, 25185, 25186, 25187, 25188, 25189, 25190, 25191, 25192, 25193, 25194, 25195, 15039, 14960, 15036, 25200, 25202, 25203, 25204, 25205, 25206, 25207, 25208, 25209, 25210, 25211, 25212, 25213, 25214, 25215, 25217, 25218, 25220, 25221, 25222, 25223, 25224, 25225, 25226, 25227, 25228, 25229, 25230, 25231, 25232, 25233, 25234, 25235, 25236, 25237, 25238, 25240, 25243, 25054, 25053, 25052, 7162, 25280, 25281, 25282, 1404, 25289, 19491, 25290, 25291, 25292, 25293, 25294, 25295, 25296, 25297, 25298, 25299, 25300, 25302, 25307, 25310, 25311, 25313, 23661, 24767, 24766, 24765, 24478, 24477, 24476, 24475, 25327, 21616, 22517, 22515, 25345, 25351, 25352, 24050, 24049, 25353, 25354, 25356, 10280, 25357, 25358, 25359, 25360, 25361, 25362, 25363, 25364, 25365, 25366, 25367, 25368, 25369, 25370, 25371, 25372, 25373, 25374, 25375, 25377, 25378, 23836, 25118, 25379, 25380, 25381, 25382, 25383, 25384, 22067, 22613, 25385, 25308, 25396, 25058, 25060, 25404, 25405, 24514, 25407, 23350, 25095, 25409, 25410, 25411, 25412, 20209, 25413, 25414, 25415, 25416, 25417, 25418, 25419, 25421, 25423, 25425, 25426, 25427, 25072, 25288, 25463, 25464, 25465, 25466, 25462, 25467, 25468, 25470, 24191, 25471, 24878, 24877, 23204, 25472, 25473, 25474, 25475, 25476, 25477, 25478, 25479, 25422, 15546, 15545, 15544, 15543, 25488, 25489, 25490, 25491, 25581, 25583, 25596, 14251, 14260, 19356, 25656, 25657, 25658, 25659, 25660, 25661, 25662, 25665, 25667, 25668, 25669, 25676, 25677, 25679, 25680, 25681, 25682, 25683, 25684, 25685, 25686, 25687, 25688, 25695, 25696, 25697, 25698, 25699, 25700, 25701, 25702, 25703, 25704, 25705, 25706, 25708, 25709, 25539, 25714, 25715, 25719, 25720, 25721, 25722, 25723, 25724, 25725, 25726, 25727, 25728, 25729, 25733, 25734, 25735, 25736, 25738, 25737, 25157, 25158, 25159, 25160, 25162, 25739, 25781, 24341, 25099, 25590, 25811, 25819, 25820, 25821, 25822, 25823, 25824, 23550, 25826, 25827, 25828, 25832, 25833, 19975, 25834, 25835, 25836, 25837, 25839, 25840, 25841, 25842, 25843, 25844, 25845, 25846, 25847, 25848, 25849, 25850, 25851, 25852, 25853, 25854, 25855, 25856, 25857, 25858, 25859, 25860, 25861, 25862, 25863, 25864, 25865, 25866, 25867, 25868, 25870, 25871, 25872, 25873, 25874, 25875, 25876, 25877, 25878, 25879, 25880, 25881, 25882, 25883, 25885, 25886, 25887, 25888, 25889, 21886, 21888, 21890, 21891, 21892, 22354, 22355, 21887, 25890, 22247, 25891, 23338, 25892, 25893, 25894, 25895, 25896, 24995, 22791, 18195, 17458, 25897, 25898, 25899, 25900, 25901, 20291, 25907, 25908, 23681, 23683, 23684, 23685, 11472, 25909, 25910, 25911, 25912, 25913, 25914, 25915, 25916, 25917, 25918, 25920, 25925, 25926, 25928, 25929, 25930, 25931, 25932, 25933, 25934, 25935, 25936, 25937, 25938, 25939, 25948, 25949, 25950, 25951, 25958, 23649, 25966, 25967, 25968, 25969, 23175, 17790, 4569, 23176, 23173, 23172, 23171, 23170, 23169, 15525, 15524, 15523, 11250, 25970, 25971, 25972, 25973, 25974, 25975, 25976, 25977, 25978, 25979, 25980, 25981, 25982, 25990, 25991, 25993, 25987, 25986, 25985, 25984, 10664, 10666, 10668, 10669, 10672, 21351, 25983, 10670, 21353, 25989, 25988, 21352, 21350, 25710, 25999, 16817, 16823, 18699, 18700, 20343, 21570, 21572, 25674, 20467, 20468, 20471, 20475, 20474, 26008, 26009, 26010, 26011, 26012, 26013, 25921, 25922, 24819, 26015, 26052, 26051, 26053, 26054, 26056, 26057, 26058, 26060, 26061, 25328, 26079, 26080, 26081, 26082, 26083, 26084, 26085, 26086, 26087, 26088, 26089, 26090, 26092, 26093, 26094, 26095, 26091, 26103, 26104, 26105, 26106, 26100, 26097, 26098, 26099, 24943, 25600, 25566, 22831, 23392, 24589, 20466, 20476, 20473, 25635, 25619, 25486, 25485, 26109, 26110, 26111, 26112, 26113, 26114, 26115, 26116, 26117, 26118, 26119, 26120, 26121, 26127, 26128, 26129, 26131, 26133, 26136, 24214, 26138, 26139, 26144, 26145, 26146, 26147, 26148, 26149, 26151, 26152, 26153, 26155, 26156, 26157, 26158, 26159, 26160, 26161, 26162, 26164, 26165, 26166, 26167, 26168, 26169, 26170, 26171, 26173, 26174, 26175, 26176, 26177, 26178, 25803, 26181, 25582, 26196, 26197, 26198, 26200, 26201, 26202, 26203, 26204, 26205, 26206, 26207, 26208, 26209, 26210, 26211, 26212, 26213, 26215, 26216, 26217, 26218, 26219, 26220, 26221, 26222, 26223, 26225, 26228, 26229, 26230, 26231, 26232, 26233, 26234, 26235, 26236, 26237, 26238, 26239, 26240, 26242, 26248, 26249, 26250, 26251, 26252, 26253, 26254, 26255, 26256, 26257, 26258, 26259, 26260, 26261, 26262, 26263, 26264, 26265, 26266, 26267, 26268, 26269, 26270, 26271, 26272, 26273, 26274, 26275, 26276, 26277, 26278, 26279, 26280, 26281, 26282, 26283, 26284, 25802, 25801, 25800, 25799, 26300, 26301, 26302, 26303, 26304, 26305, 26314, 19569, 26323, 26324, 26325, 21683, 22489, 22599, 22795, 22794, 24984, 24981, 24134, 23730, 24133, 24131, 24130, 26333, 26334, 26335, 26336, 26337, 24455, 24456, 24457, 24458, 26350, 24123, 26380, 26381, 26382, 26383, 26384, 26385, 26386, 26387, 25903, 25905, 25906, 24994, 26407, 26408, 26409, 26410, 26411, 26412, 26413, 26416, 26417, 26418, 26419, 26420, 26421, 26422, 26424, 26425, 26426, 26427, 26428, 26429, 26430, 26431, 26432, 26433, 26434, 26435, 26436, 26437, 26438, 26439, 26440, 26441, 26474, 26475, 26476, 26478, 26479, 26481, 14712, 26491, 26492, 26493, 26494, 26495, 26496, 21571, 25344, 26497, 26498, 26499, 26500, 26501, 26503, 26504, 26505, 26506, 26509, 26510, 19074, 25109, 9428, 9430, 6870, 26525, 26527, 26528, 26529, 26530, 26531, 26532, 7333, 15098, 26349, 26348, 26347, 26346, 26345, 26343, 26342, 26341, 26340, 26339, 26338, 26536, 26537, 26538, 26539, 23995, 26545, 26544, 2641, 26546, 26137, 22559, 26547, 26548, 26549, 26550, 26551, 26552, 25097, 26553, 26555, 26561, 26566, 1004, 26567, 26568, 26569, 26570, 26571, 26573, 26574, 26575, 26578, 25241, 26579, 26581, 26582, 26583, 26584, 26585, 26586, 26587, 26589, 26590, 26591, 26592, 26593, 26594, 26595, 26596, 26597, 26600, 26601, 26602, 26603, 26604, 26605, 26606, 26607, 26608, 26609, 26610, 26611, 22200, 26613, 26614, 26615, 25580, 26618, 26630, 26631, 26633, 26634, 14618, 21150, 17524, 17525, 26638, 20996, 26641, 26642, 26643, 26644, 26645, 26646, 26647, 26658, 26663, 19360, 26665, 26674, 26675, 26678, 26680, 26686, 26687, 26688, 26689, 26690, 26691, 26692, 26696, 26697, 26702, 26703, 26704, 17802, 26705, 26706, 26357, 26363, 26362, 26361, 26360, 26711, 26718, 26720, 26721, 26722, 26719, 26724, 26725, 25547, 26726, 26727, 26728, 26522, 26730, 26731, 26732, 26733, 26443, 22661, 26737, 26739, 26740, 26741, 26744, 20286, 22611, 25081, 20314, 25671, 18260, 21996, 26748, 26749, 26750, 26751, 26752, 26753, 26754, 26755, 26756, 26757, 26758, 26759, 26760, 26762, 26763, 26764, 26765, 26766, 22132, 25285, 23073, 11960, 19060, 26769, 26770, 26771, 23344, 23345, 26554, 26773, 26774, 26776, 26777, 26779, 26793, 26794, 25326, 14561, 26833, 26839, 26840, 25553, 25167, 26841, 26842, 26843, 26848, 26849, 26792, 20210, 16404, 18996, 26857, 24141, 24144, 24145, 26860, 26861, 26862, 26863, 25064, 25061, 25287, 26864, 23281, 20432, 22172, 20575, 20574, 20576, 26865, 26870, 6681, 26871, 26872, 26873, 26874, 26875, 26877, 26880, 26881, 26883, 26884, 26885, 22283, 23706, 26891, 26914, 26915, 26925, 26929, 26944, 26945, 26946, 26954, 26956, 26962, 26966, 26967, 26969, 26970, 26980, 26993, 26994, 26997, 27011, 27017, 27018, 27025, 27026, 27028, 22096, 22095, 24999, 24880, 26998, 27038, 27037, 27039, 27040, 27041, 27042, 26858, 27054, 27059, 27060, 27064, 27065, 27066, 27067, 27068, 27069, 27070, 27071, 27072, 27073, 27074, 26406, 22818, 22821, 22822, 24591, 22823, 21046, 24386, 22837, 22511, 22836, 22507, 20960, 21198, 21364, 21043, 24400, 22830, 20512, 24392, 23449, 25246, 21362, 23393, 22838, 26044, 27081, 27082, 27083, 27084, 27076, 4357, 27086, 27087, 27088, 27089, 27090, 18959, 22440, 16906, 4355, 16907, 20940, 19964, 16908, 16515, 17884, 22562, 21582, 21584, 21588, 21590, 27092, 27093, 27094, 26963, 27115, 22485, 27117, 26977, 26928, 27123, 27130, 27144, 27020, 27021, 27160, 27161, 27162, 27163, 27164, 27165, 27166, 27167, 27168, 27169, 27170, 27171, 27172, 27173, 27174, 27175, 27177, 27178, 27050, 26924, 26910, 26988, 26942, 27219, 27220, 27221, 27222, 27223, 27226, 25545, 19775, 19782, 22943, 27249, 27252, 27251, 27253, 27254, 27255, 27256, 27257, 27258, 27259, 27260, 27183, 27187, 27186, 27185, 27184, 21567, 18351, 27225, 27224, 27080, 27079, 27078, 27077, 19389, 19386, 27218, 19388, 27310, 27311, 27312, 27314, 27316, 27317, 27318, 27319, 27320, 27321, 27046, 27329, 27333, 27337, 27338, 27342, 27344, 27345, 27346, 27347, 27349, 27350, 27351, 27352, 27353, 27354, 27358, 27359, 27360, 27361, 27362, 27363, 27364, 27365, 27367, 27368, 27375, 27376, 27377, 27378, 27379, 27380, 27381, 27382, 27383, 27384, 27385, 27386, 27387, 27388, 27389, 27390, 27391, 27392, 27393, 27394, 27395, 27396, 27397, 27402, 27406, 27407, 27408, 27409, 27412, 27418, 27419, 27420, 27421, 27422, 27423, 27424, 27426, 27188, 27189, 24354, 21674, 26982, 26399, 27032, 27458, 27459, 27315, 27052, 27461, 27462, 27463, 3625, 3623, 3647, 3620, 3646, 3660, 3653, 3645, 27465, 27468, 27470, 27472, 27475, 27476, 27477, 27478, 27479, 27480, 27481, 27484, 27485, 27486, 27483, 27488, 27489, 27490, 27491, 27492, 27493, 27494, 27495, 25666, 27496, 27512, 27513, 27515, 27516, 27518, 27523, 27532, 27533, 27534, 27535, 27536, 27544, 27564, 27565, 27574, 27575, 27576, 27577, 27578, 27579, 27580, 27581, 27582, 27583, 27584, 27586, 27588, 27589, 27590, 27591, 27592, 27593, 27594, 26480, 27597, 27600, 27603, 21124, 27601, 27604, 26312, 25713, 25565, 25569, 26180, 27609, 27610, 27611, 27612, 27613, 27614, 27519, 27649, 27650, 27651, 27652, 27666, 27667, 27668, 27669, 27670, 27671, 26565, 27673, 27674, 27678, 27679, 27680, 27683, 27684, 27685, 27686, 25343, 27688, 27689, 27690, 27693, 27704, 27707, 27711, 27713, 27714, 27717, 27718, 26508, 27719, 27720, 27721, 27722, 27309, 27735, 27784, 27785, 24415, 27786, 27787, 27788, 27790, 27791, 27815, 27821, 27822, 27824, 27826, 27832, 27833, 14003, 26694, 27834, 27835, 27840, 27842, 27843, 27844, 27845, 27848, 27891, 27892, 27893, 27898, 27900, 27901, 27902, 27903, 27904, 27907, 27908, 27910, 27911, 27912, 27918, 27919, 27921, 27925, 27939, 27942, 27952, 27953, 27954, 27955, 27956, 27957, 27958, 27960, 27961, 27962, 27971, 27972, 27545, 27973, 27974, 27975, 27976, 27977, 25786, 25787, 27978, 27980, 27981, 27982, 27983, 27984, 27985, 27993, 27994, 28000, 28001, 28002, 28003, 28004, 28017, 28018, 28019, 28026, 28027, 28028, 28029, 28030, 28031, 28032, 28033, 28034, 28035, 28036, 28037, 28038, 28039, 28040, 28045, 28048, 27940, 27608, 27827, 27916, 23815, 28057, 28082, 28083, 27789, 28091, 24991, 21272, 28092, 28093, 28094, 28095, 28096, 28101, 28102, 28103, 28104, 28105, 28107, 28109, 28110, 28111, 23710, 28112, 28113, 27710, 28114, 28124, 28133, 28135, 28138, 28150, 28154, 28155, 28156, 28157, 28158, 28160, 28162, 26976, 28168, 28169, 28175, 28187, 28188, 28189, 28190, 28191, 28192, 28193, 28195, 28196, 28200, 28201, 28202, 28203, 28204, 28205, 28206, 28207, 28208, 28209, 28210, 28211, 28212, 28213, 28214, 28215, 28216, 28217, 28218, 28219, 28220, 28221, 28227, 28229, 28230, 28231, 28232, 28233, 28235, 28241, 28243, 28244, 28253, 27999, 28254, 28255, 28256, 28257, 28258, 28259, 28260, 28261, 28262, 28263, 28264, 28265, 28291, 28292, 28294, 28296, 28298, 28299, 28300, 28301, 28302, 28303, 28304, 3111, 28197, 28198, 28199, 28305, 28306, 28307, 28308, 28309, 28310, 28311, 28313, 28314, 28316, 28319, 28320, 28321, 28322, 28341, 28342, 28343, 28344, 28345, 28346, 28347, 28348, 28349, 28350, 28351, 28360, 28361, 28362, 28363, 28364, 28369, 28370, 28371, 28372, 28373, 28374, 28378, 28381, 28382, 28397, 28398, 28399, 28400, 28401, 28402, 28403, 28404, 28405, 28411, 28412, 28413, 28414, 23991, 28415, 28416, 28417, 28418, 27687, 28426, 28427, 28428, 26866, 25995, 28430, 28431, 28432, 2246, 28460, 28461, 28462, 28464, 28465, 28466, 28467, 28485, 28486, 28488, 28489, 28490, 28491, 28492, 28493, 28496, 28497, 28498, 28499, 28500, 28501, 28502, 28507, 28508, 27768, 27767, 27766, 27765, 27764, 27763, 28523, 28525, 28536, 28537, 28538, 28539, 28556, 28558, 28559, 28560, 27324, 28579, 28590, 21980, 26125, 28600, 27029, 27053, 28601, 28608, 28611, 28612, 28640, 28641, 28647, 28648, 15535, 28651, 28655, 28658, 17469, 28659, 28660, 28662, 28664, 28667, 28668, 28669, 28670, 28671, 28672, 28673, 28674, 28675, 28676, 28677, 28679, 28681, 28682, 28686, 28694, 22866, 28723, 28724, 28725, 28726, 28727, 28728, 28729, 28731, 28732, 28742, 27715, 28743, 28749, 28750, 28751, 22935, 28754, 28755, 27030, 27884, 27883, 27882, 27507, 27505, 27504, 27033, 27638, 27113, 27031, 27450, 27573, 28759, 26767, 28763, 24495, 26734, 27943, 28770, 28771, 28772, 28773, 28774, 28775, 28776, 28777, 28779, 28780, 28781, 28782, 17704, 28787, 28788, 28789, 28790, 28791, 28792, 28795, 28796, 28798, 25271, 25274, 25273, 28801, 28803, 28804, 28805, 28806, 28807, 28808, 28809, 26172, 28815, 28816, 28827, 28829, 28832, 28835, 28836, 28837, 28848, 28849, 28566, 28567, 28856, 28857, 27861, 28858, 28120, 27808, 28859, 28860, 28861, 28862, 28863, 28864, 28868, 28872, 28873, 28876, 28879, 28880, 28881, 28882, 28888, 28891, 28896, 28897, 28898, 28899, 28900, 28904, 28909, 28910, 28911, 28914, 28915, 28916, 28925, 28926, 28930, 28932, 28934, 28936, 28943, 28945, 28947, 16815, 28953, 28954, 28955, 28956, 28957, 28958, 28964, 28965, 28966, 28967, 28968, 28969, 28970, 28971, 28972, 28973, 28974, 28975, 28976, 28977, 28978, 28979, 28980, 28982, 28983, 28984, 28985, 28994, 28995, 28996, 28997, 28998, 28999, 29001, 29005, 29009, 29010, 29014, 29017, 29020, 29021, 29000, 27506, 27502, 29027, 29026, 29029, 29030, 29035, 29037, 29038, 29039, 29040, 29043, 29044, 29046, 29048, 29049, 29056, 29059, 29072, 29075, 29078, 29079, 29082, 26244, 29094, 29101, 26135, 29114, 29115, 29118, 29119, 29120, 29121, 29142, 29143, 29144, 29145, 29156, 29157, 29159, 29163, 29184, 29202, 29240, 29242, 29243, 29244, 29252, 29253, 29254, 29301, 29302, 29303, 29304, 29308, 28901, 29311, 29312, 29313, 29314, 29315, 29316, 29317, 29318, 29320, 29330, 29331, 29332, 29333, 29334, 29335, 29336, 29337, 29338, 29339, 29340, 29341, 29357, 29390, 29391, 29392, 29393, 29394, 29395, 29397, 27627, 27626, 27625, 27624, 26878, 26876, 29426, 27559, 27558, 27557, 27556, 27554, 27553, 27552, 27555, 29429, 29430, 29431, 29432, 29433, 4346, 4363, 9297, 4353, 29436, 29437, 29438, 29439, 29440, 29441, 29442, 29445, 29446, 29447, 29448, 29459, 29486, 27629, 27628, 27631, 29522, 29523, 29524, 29498, 29535, 29537, 29538, 29539, 29540, 29541, 29546, 29547, 29548, 29549, 29550, 29564, 29565, 29566, 29600, 29601, 29602, 29603, 29604, 29605, 29611, 29616, 29617, 29618, 24942, 29702, 29709, 27141, 29784, 29785, 29786, 29787, 29792, 29793, 29794, 29795, 29796, 29799, 29800, 29801, 29802, 29803, 28683, 29808, 29809, 29810, 29813, 29814, 29815, 29816, 29818, 29838, 29839, 29843, 29844, 29845, 23800, 29858, 29861, 29890, 29891, 29892, 29893, 29894, 29895, 3981, 26150, 29716, 29916, 29917, 29918, 29919, 26992, 29940, 29941, 29995, 24576, 28748, 30007, 30008, 30009, 30010, 30026, 30027, 30028, 30029, 30031, 30043, 30044, 30045, 30046, 30047, 30049, 30050, 30051, 30053, 30054, 30056, 30057, 30058, 30059, 30060, 30061, 30062, 30068, 30080, 30081, 30082, 30083, 30089, 30090, 30091, 30092, 30093, 30094, 30095, 30098, 30099, 30112, 30113, 30114, 30116, 30117, 30119, 30120, 30121, 28550, 28554, 28553, 28552, 28551, 30123, 30124, 30131, 30135, 30137, 30138, 30157, 22273, 30163, 30164, 30165, 30181, 30184, 30185, 30186, 30207, 30208, 30209, 30211, 30212, 30213, 30214, 30215, 30216, 30217, 30218, 30238, 30260, 30272, 30273, 30275, 30276, 30277, 30279, 30280, 30288, 30294, 30298, 30300, 30301, 30303, 30304, 30311, 30312, 30313, 30316, 28543, 30317, 30322, 30323, 30339, 30340, 30353, 30355, 30356, 30357, 30358, 9431, 30359, 29007, 30361, 30362, 30363, 30364, 30365, 30366, 30367, 30368, 30369, 30370, 30371, 30372, 30373, 30374, 30375, 30376, 30377, 30378, 30136, 30134, 29111, 30384, 30385, 30386, 30388, 30389, 30390, 30391, 30392, 23803, 30394, 30395, 30397, 30398, 30401, 30402, 30403, 30404, 30405, 30406, 30407, 30410, 30411, 30412, 30413, 30414, 30415, 30429, 30440, 30454, 30471, 30482, 26797, 30485, 30486, 30487, 30488, 30496, 30497, 12201, 26526, 30526, 30527, 30535, 30552, 30563, 30565, 30578, 26836, 30601, 30602, 15131, 15130, 27336, 27335, 29770, 29767, 29768, 30606, 30607, 30608, 30609, 22061, 29194, 29189, 30678, 30685, 30686, 30688, 30689, 30691, 30692, 30693, 30694, 30695, 30696, 30697, 30699, 30700, 30701, 30702, 30714, 30715, 30727, 30728, 30729, 30731, 30732, 30733, 30734, 30735, 30736, 30737, 30738, 30739, 30740, 30741, 30742, 30743, 30744, 30745, 30746, 30747, 30748, 30749, 30750, 30751, 30752, 30753, 30754, 30755, 30756, 30757, 30758, 30759, 30760, 30761, 30762, 30763, 30764, 30387, 30766, 30767, 30768, 30769, 30771, 30772, 30774, 30777, 30779, 30781, 30782, 30792, 30798, 30800, 30819, 30818, 30820, 30821, 30824, 30829, 3663, 3666, 3626, 30850, 30853, 30854, 30855, 30879, 30892, 30893, 30899, 30900, 30901, 30921, 30922, 30924, 30925, 30928, 30929, 30930, 30931, 30942, 30943, 30944, 30945, 30946, 30947, 30948, 14027, 30969, 30973, 30977, 30978, 7062, 19067, 30985, 31006, 31007, 31008, 31009, 31014, 14263, 31016, 31017, 31018)
AND EXISTS(SELECT 1 FROM `category_product` cp
JOIN `category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`)
ORDER BY pl.name asc
LIMIT 168, 24
166.354 ms 14017 Yes /classes/Product.php:3393
270
SELECT SQL_NO_CACHE COUNT(DISTINCT p.`id_product`)
FROM `product` p
INNER JOIN product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1
AND product_shop.`show_price` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND p.`id_product` IN(74, 2646, 2647, 3078, 3642, 3730, 3733, 4656, 5114, 6648, 7154, 7183, 7916, 7928, 7943, 8436, 9871, 10695, 10787, 10990, 11048, 11090, 11127, 11163, 11528, 11529, 11530, 11620, 12021, 12136, 12199, 12323, 12504, 12602, 12652, 12653, 12654, 12686, 12687, 13023, 13028, 13068, 13071, 13073, 13076, 13077, 13080, 13081, 13084, 13086, 13179, 13750, 13979, 13981, 13982, 14192, 14340, 14374, 14562, 14626, 14724, 14812, 14819, 14820, 14852, 14910, 14911, 14935, 14936, 14937, 14938, 14945, 14946, 14964, 14965, 14966, 14967, 14970, 14975, 14976, 14977, 14978, 14979, 15083, 15085, 15129, 15133, 15135, 15137, 15226, 15489, 15575, 15576, 15685, 15740, 15767, 15865, 15929, 15968, 16006, 16014, 16150, 16169, 16170, 16173, 16214, 16245, 16246, 16247, 16250, 16256, 16269, 16314, 16315, 16317, 16423, 16430, 16498, 16503, 16557, 16576, 16605, 16959, 16960, 16964, 17059, 17060, 17074, 17079, 17116, 17267, 17312, 17367, 17371, 17392, 17409, 17414, 17415, 17417, 17434, 17436, 16594, 16136, 11984, 17489, 17490, 17491, 17493, 17494, 17495, 17496, 17497, 17516, 17517, 17523, 17558, 13492, 17614, 17619, 17641, 1945, 350, 16424, 17655, 17665, 17666, 17688, 17694, 17728, 17734, 17735, 17736, 17737, 17739, 17740, 17741, 17744, 17747, 15446, 15445, 17265, 17800, 15033, 14961, 10478, 15040, 17803, 17805, 17807, 17811, 17812, 17813, 17814, 17841, 16326, 17847, 17849, 15569, 15572, 17853, 17762, 10812, 12211, 17063, 16460, 17433, 17919, 17922, 17923, 16627, 17924, 17925, 17929, 16852, 17952, 18000, 18002, 18003, 18012, 18013, 16653, 17266, 17335, 18185, 18186, 18199, 18200, 18201, 18212, 18224, 18233, 18234, 15588, 16904, 16910, 17945, 16422, 15415, 15413, 15414, 18268, 18300, 18301, 18302, 18303, 18305, 18307, 15617, 18309, 18310, 18311, 18312, 18313, 18314, 18315, 18316, 18317, 18326, 18327, 18343, 18344, 18356, 18375, 13564, 15732, 15733, 18414, 18422, 18376, 9089, 18460, 17760, 17759, 18139, 14122, 14119, 15583, 17112, 18541, 18551, 18556, 18557, 18558, 18559, 18560, 18561, 18562, 18563, 18564, 18580, 18585, 18591, 18592, 18603, 18523, 18619, 16353, 17845, 17844, 17843, 17842, 17836, 17835, 17834, 17833, 18080, 18738, 18742, 18128, 15938, 15941, 18665, 18793, 18113, 18112, 18111, 18109, 18838, 18839, 18548, 18134, 18135, 18138, 16590, 16591, 17691, 17689, 18153, 18154, 18152, 16991, 18871, 18872, 16124, 16130, 18880, 18883, 16632, 17661, 16499, 10220, 15750, 16093, 16425, 18908, 18912, 16390, 17453, 15076, 18918, 18664, 18076, 18712, 18925, 18471, 18620, 18952, 18934, 16172, 18049, 18035, 18973, 18976, 18132, 16622, 12197, 18983, 18984, 18986, 18987, 18988, 18989, 18990, 18991, 18992, 18993, 18994, 17795, 10811, 6679, 17743, 19005, 19006, 19007, 19008, 19012, 18889, 18888, 18887, 18886, 18885, 18884, 18669, 18672, 18670, 18671, 17370, 18608, 18099, 18098, 18091, 18092, 16663, 16669, 17268, 17269, 17699, 18741, 18443, 16803, 16735, 16582, 18601, 18600, 18599, 18598, 18597, 17693, 18308, 17418, 18873, 18917, 16428, 19021, 19022, 19023, 19024, 19025, 19026, 19027, 8692, 19029, 19030, 19031, 19039, 19040, 19041, 19054, 19079, 19078, 19081, 18957, 1224, 19083, 19090, 18892, 19004, 15852, 15855, 15854, 15853, 15849, 15847, 16140, 16139, 16137, 17700, 18740, 18721, 17677, 17887, 19100, 19102, 19103, 19104, 19105, 19106, 19109, 19110, 19112, 19111, 19113, 19114, 19116, 18542, 19123, 16607, 19125, 19126, 19127, 19128, 19129, 19130, 19132, 19133, 19134, 15086, 17933, 18101, 18004, 18167, 18168, 18169, 18170, 17056, 18437, 18436, 18435, 18434, 18211, 16816, 16893, 18262, 14346, 11799, 18982, 13884, 17234, 18932, 17749, 17750, 18614, 18613, 18612, 17654, 16943, 17507, 18961, 18960, 18794, 18921, 19168, 19167, 19187, 19188, 18964, 340, 17900, 18707, 19195, 19211, 19214, 19253, 19259, 19260, 13868, 19316, 19334, 19336, 17373, 15589, 16828, 17159, 17171, 19368, 19369, 19370, 19371, 17046, 19372, 19373, 19374, 18418, 18485, 18411, 18410, 18412, 18413, 19375, 19377, 19378, 19379, 15451, 19393, 19394, 19400, 18241, 19161, 19162, 19163, 19164, 19165, 19170, 16126, 16027, 19038, 17555, 17649, 16312, 16309, 18927, 19472, 19471, 18864, 18863, 18862, 18860, 18859, 18858, 18857, 18856, 18861, 17169, 19478, 19043, 15832, 16770, 16768, 16764, 15860, 18534, 18533, 18532, 18519, 18518, 19502, 19505, 19518, 19519, 19520, 19521, 19523, 19524, 19526, 18371, 18370, 18374, 18373, 19535, 19538, 16593, 16592, 19543, 19548, 19556, 19561, 19563, 18323, 18216, 17311, 18444, 19596, 19598, 19599, 19609, 19610, 19335, 19616, 19617, 19620, 19622, 18717, 18074, 17798, 8086, 8087, 19650, 18215, 19651, 19653, 19654, 19656, 19657, 19658, 19687, 19694, 19696, 18102, 18036, 16421, 19718, 19719, 19720, 19619, 15921, 17445, 17066, 18974, 18975, 16036, 19036, 18803, 18552, 19498, 19019, 18018, 10584, 10400, 10399, 6187, 19243, 18711, 18709, 19751, 18469, 18710, 19737, 19733, 19734, 19735, 19736, 19766, 19767, 19786, 19289, 19549, 13493, 17020, 19830, 19843, 19857, 19858, 19861, 19864, 19865, 19866, 19342, 19893, 19898, 17931, 17928, 17927, 19420, 19419, 19418, 19417, 19912, 19913, 19922, 19923, 18355, 19936, 19938, 12633, 7621, 16283, 19945, 19946, 19947, 19956, 697, 19366, 18928, 356, 19879, 19082, 12516, 19953, 19930, 19952, 19969, 19970, 19971, 19972, 18848, 19973, 19974, 19979, 19980, 19981, 19982, 19983, 19984, 19985, 19986, 19987, 19990, 19991, 19992, 19993, 19994, 19995, 19996, 19997, 19998, 19999, 19221, 19228, 19229, 19292, 19291, 19290, 19223, 19293, 19222, 20019, 20021, 20022, 20026, 20030, 19908, 19907, 19906, 19905, 19904, 19903, 19902, 19901, 19900, 14372, 18791, 20046, 20047, 20068, 20084, 20088, 20092, 20094, 20096, 15458, 16892, 16917, 15452, 20142, 14273, 20145, 20147, 20148, 20149, 19362, 17447, 20154, 19732, 19731, 19729, 19728, 19730, 7489, 13488, 17566, 19497, 18963, 18962, 19499, 19685, 19684, 19683, 19682, 19679, 19678, 19677, 19675, 19674, 19676, 18953, 19474, 20165, 18882, 16129, 16127, 16125, 20169, 20170, 17513, 20171, 20185, 20166, 6500, 17398, 19750, 19749, 19747, 19748, 19745, 19744, 19743, 19741, 19742, 17218, 16555, 20186, 20189, 15128, 13732, 20117, 18692, 16967, 17881, 16870, 16871, 16872, 16875, 16879, 16880, 16897, 16899, 16965, 17000, 17451, 17452, 17547, 17548, 17549, 18691, 18936, 18937, 16876, 17550, 18033, 18788, 18789, 18787, 17537, 17539, 17540, 18781, 18786, 18782, 17546, 18785, 18783, 18131, 17394, 17484, 14519, 16445, 18950, 19244, 19726, 18382, 18706, 17794, 18428, 13848, 13849, 19121, 18321, 7178, 7180, 18876, 11592, 11590, 20190, 20023, 20081, 20078, 19714, 19711, 19699, 19562, 19704, 18618, 20097, 18581, 3996, 18916, 18915, 18914, 18913, 19092, 19884, 19883, 19882, 19881, 19014, 18257, 19150, 18697, 19542, 18156, 20192, 20193, 19294, 20197, 19957, 19954, 19955, 13867, 19376, 17883, 18364, 19942, 19943, 19944, 20204, 20205, 20206, 19017, 18826, 19352, 17473, 18825, 20208, 19824, 19823, 19705, 20071, 18328, 19885, 19245, 19367, 19809, 19810, 20212, 20211, 19844, 17115, 19773, 20241, 20242, 20243, 20244, 19847, 20271, 20272, 20283, 20284, 20305, 20306, 20307, 19220, 19921, 20317, 20318, 20319, 20320, 20326, 20327, 17175, 20333, 19652, 18543, 15695, 15696, 15693, 17376, 17375, 17379, 17374, 17380, 17377, 17701, 18545, 20316, 20315, 20335, 19568, 20334, 7653, 19727, 16304, 18633, 20352, 20382, 20383, 20385, 20387, 20388, 20389, 20390, 20391, 20395, 20396, 20400, 20401, 20402, 20406, 20407, 20408, 19540, 20521, 20183, 20182, 20181, 20180, 20179, 20178, 20177, 20176, 20175, 20172, 20174, 18731, 18484, 20054, 18985, 20985, 19628, 21005, 19506, 19280, 13209, 13212, 21106, 21107, 21160, 17138, 7159, 21170, 21184, 21185, 21202, 19924, 20274, 16426, 21262, 21330, 21425, 21565, 21576, 21577, 21578, 21579, 21580, 20353, 20245, 20260, 21617, 16807, 16901, 15307, 16903, 15456, 21663, 21664, 21665, 21670, 21691, 15474, 17058, 19655, 21692, 21693, 21694, 21695, 21696, 21697, 21698, 21699, 21700, 21701, 21702, 21705, 21706, 21716, 21777, 19811, 19269, 19278, 19277, 19276, 19275, 19274, 19273, 19272, 19271, 19270, 20173, 19673, 19680, 19960, 19959, 19958, 18517, 21443, 19330, 20255, 20256, 19182, 19237, 21829, 12506, 21830, 21855, 21865, 21869, 21881, 21905, 21906, 18829, 14236, 21659, 19541, 19357, 15608, 21574, 18158, 21954, 21956, 21958, 21959, 21967, 21978, 21994, 21997, 22012, 22013, 22014, 22015, 22016, 22017, 22018, 22019, 18926, 16427, 18016, 19500, 22022, 22023, 22024, 22025, 22026, 22027, 22028, 22029, 22030, 22031, 22032, 22033, 22034, 22035, 22036, 22037, 22038, 22040, 22041, 19567, 22062, 22063, 22064, 22065, 22066, 22068, 22069, 22071, 22072, 22073, 22074, 22075, 22076, 22077, 22078, 22079, 22080, 22082, 18865, 22083, 22084, 22085, 20184, 22092, 22091, 22093, 22094, 22107, 22108, 22109, 22115, 19892, 19013, 8412, 10523, 19880, 361, 15720, 19365, 22120, 19522, 20325, 22005, 22004, 22003, 22002, 22001, 22000, 20321, 22125, 21575, 16821, 20357, 22129, 22134, 22142, 22144, 22145, 22146, 22147, 19053, 21960, 22165, 22166, 21240, 21239, 21238, 21237, 21235, 21234, 21233, 21229, 21232, 21231, 22169, 22170, 22175, 17731, 17810, 22176, 17725, 17727, 22177, 17729, 17732, 17733, 17738, 22178, 22179, 22180, 17806, 17801, 22182, 22183, 22202, 22203, 22204, 22205, 22206, 22207, 22208, 22209, 22211, 22212, 22213, 22214, 22215, 22216, 22217, 22220, 22221, 22222, 22223, 22225, 22226, 22227, 22228, 22229, 22230, 22231, 22232, 22233, 22235, 22239, 20290, 22240, 22241, 22243, 17897, 15037, 18784, 22248, 22249, 22250, 22254, 14844, 22255, 22256, 22257, 22258, 22259, 22260, 22261, 22262, 22263, 22264, 22265, 22266, 22267, 22268, 22269, 22270, 22276, 18157, 17808, 22282, 22088, 21831, 22318, 17930, 22319, 22320, 22321, 22322, 22323, 22324, 22329, 22330, 22331, 22332, 22333, 22334, 22335, 22336, 22337, 22338, 22339, 22340, 22341, 19897, 19896, 19894, 19539, 17057, 16620, 22224, 22218, 22401, 19536, 19537, 17742, 19099, 19625, 22455, 22456, 22458, 22460, 17656, 22462, 22463, 22315, 22470, 22471, 22473, 21569, 22479, 22480, 20048, 22491, 22492, 22520, 22171, 22524, 22525, 21939, 21940, 19337, 19338, 19339, 19787, 19919, 19920, 20282, 21938, 22518, 22533, 22534, 22535, 22536, 22538, 22539, 22540, 22461, 22545, 8405, 10963, 9876, 19774, 19772, 22552, 20275, 22560, 22561, 22563, 22565, 18748, 17899, 17898, 15322, 21931, 22121, 22122, 17384, 22553, 22405, 22587, 22300, 22299, 22609, 22610, 22612, 21962, 22616, 22621, 22622, 22624, 22625, 22271, 21084, 14585, 4664, 8669, 10054, 11983, 12130, 13152, 22571, 18005, 16496, 16374, 16362, 16286, 16371, 15647, 3239, 22636, 22343, 20187, 19615, 22662, 9224, 9225, 9246, 9259, 9264, 9265, 9267, 9268, 11810, 13270, 13271, 14674, 14675, 14677, 16560, 16561, 16563, 16564, 16568, 17463, 17464, 17465, 17466, 17526, 18456, 18457, 18458, 21139, 21141, 21142, 21143, 21144, 16562, 22675, 22676, 22677, 22678, 22679, 22680, 22681, 22682, 22683, 22684, 19591, 19590, 19592, 19593, 19594, 19595, 22219, 22726, 22727, 22728, 22729, 22730, 9226, 21140, 9238, 9242, 22734, 22735, 22736, 22745, 22746, 22748, 22749, 22750, 22751, 22752, 22755, 22764, 22771, 22776, 22792, 16519, 22798, 21801, 22799, 22801, 22705, 22602, 22590, 22589, 22588, 22843, 22844, 22860, 22861, 22862, 22863, 22864, 22865, 22867, 22868, 22869, 22876, 22877, 22878, 22879, 22880, 22882, 22881, 22883, 22884, 22885, 22454, 22904, 22906, 22907, 22908, 22909, 22910, 22920, 22926, 22928, 22937, 22938, 22939, 22940, 22941, 22930, 22931, 22932, 22933, 22934, 22942, 22043, 22944, 18276, 22977, 22760, 22759, 22757, 22758, 22980, 22981, 22089, 362, 12825, 22572, 22994, 23005, 23006, 22477, 20381, 20380, 20379, 23011, 23012, 23014, 23015, 23016, 23017, 23018, 23019, 23020, 23021, 23022, 23023, 23057, 23058, 23059, 23074, 23076, 23078, 21335, 23079, 23080, 23081, 23082, 23083, 23084, 23085, 23086, 23087, 23088, 23089, 23090, 23091, 23094, 23095, 23096, 23097, 23098, 23099, 23100, 23101, 23102, 23104, 23103, 23105, 23106, 23107, 23108, 23109, 23110, 23111, 23112, 7014, 19612, 20978, 22432, 22431, 21373, 21375, 21374, 21372, 23159, 23160, 23161, 23162, 23163, 23164, 23165, 23166, 23167, 23177, 23178, 21337, 23180, 23182, 23183, 23184, 23193, 23194, 23196, 23198, 23199, 23200, 23201, 23202, 23203, 22438, 23208, 21833, 20281, 20974, 20280, 22126, 23211, 22119, 22344, 23209, 22272, 17053, 22629, 23238, 23239, 23240, 23241, 23242, 23243, 23244, 23245, 22434, 22103, 20159, 18133, 20156, 20158, 17690, 23250, 23251, 23252, 23253, 23254, 23255, 23256, 23265, 23266, 23213, 21864, 23268, 23267, 23269, 23271, 21589, 23272, 23273, 20944, 18495, 23274, 23275, 23276, 23277, 23278, 23280, 23282, 23283, 23284, 23285, 23286, 23287, 23288, 23289, 23290, 23291, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23300, 23301, 23302, 17456, 23303, 23304, 22464, 19597, 19600, 23305, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 23314, 23315, 22453, 19586, 19588, 19589, 22039, 23316, 23317, 23318, 23319, 23320, 23321, 23322, 23323, 23324, 23325, 23326, 23328, 23329, 23330, 23334, 23335, 23336, 23337, 22345, 16554, 14351, 14349, 14350, 16405, 22430, 23353, 23354, 23355, 23356, 23357, 23358, 23359, 23360, 8520, 8525, 7204, 15486, 12507, 22236, 23377, 23378, 23379, 23380, 23381, 23382, 19305, 22744, 22702, 22710, 22711, 22740, 23013, 22459, 22762, 23388, 23352, 23415, 23419, 21549, 22738, 23420, 23421, 23422, 23423, 23424, 23425, 23426, 23427, 23428, 23429, 23430, 23431, 23432, 22995, 23439, 23440, 23441, 14240, 14242, 20273, 19094, 18828, 17567, 17687, 21930, 20230, 20167, 23447, 23448, 21961, 23451, 23434, 23433, 23004, 23385, 23453, 23452, 23460, 23461, 23463, 23472, 22242, 23476, 23477, 23478, 23479, 23480, 23487, 23179, 14222, 19846, 19355, 23493, 23494, 23496, 23498, 23499, 23500, 23501, 23504, 20392, 20393, 20394, 23505, 23506, 23507, 23508, 23509, 23510, 23511, 23512, 23513, 23520, 23521, 23522, 23523, 23525, 23527, 23528, 23529, 23530, 23531, 23532, 23533, 19238, 23548, 23549, 23553, 23554, 23555, 23556, 23557, 23568, 14235, 14238, 19096, 14253, 19781, 19783, 23217, 23216, 23214, 23212, 23572, 23259, 23000, 22999, 22998, 23587, 23588, 23589, 23590, 23615, 23616, 23617, 23618, 23619, 23621, 23622, 23623, 23624, 2061, 23626, 22086, 23641, 23654, 23669, 23670, 23686, 23687, 23688, 23689, 23692, 23693, 23694, 23695, 21880, 23707, 23708, 23712, 23713, 23715, 16587, 23717, 23718, 23719, 23720, 23728, 23729, 23734, 23735, 23376, 23741, 18827, 6680, 19070, 17658, 20362, 23753, 21945, 23065, 23762, 23763, 23764, 23765, 23766, 23767, 21383, 23770, 23771, 22379, 16915, 20289, 19086, 19087, 19088, 19091, 20194, 20195, 20196, 22654, 22655, 22658, 22656, 22660, 21083, 21082, 21081, 19085, 19084, 23773, 23774, 23775, 23776, 23777, 23778, 23779, 23780, 23781, 23782, 23783, 23786, 23787, 23788, 23789, 23790, 23791, 12397, 18493, 19267, 19268, 19264, 19266, 18734, 21995, 21998, 19382, 23802, 23804, 23809, 16385, 23810, 23811, 22619, 22557, 23816, 23818, 23819, 23821, 23830, 23831, 10747, 20520, 23832, 22712, 23833, 23834, 23838, 23839, 23841, 23842, 23843, 23390, 21929, 23891, 23892, 23893, 23894, 23895, 23896, 23897, 23898, 23899, 23901, 23902, 23903, 23904, 23905, 23906, 23907, 23908, 23910, 23911, 23912, 23913, 23914, 23915, 23916, 23917, 23918, 23919, 23920, 23921, 23922, 23923, 23924, 23925, 23926, 23927, 23928, 23930, 23931, 23932, 23935, 23936, 23937, 23938, 23939, 23941, 23942, 23943, 23944, 23945, 23946, 23947, 23948, 23949, 23950, 23951, 23952, 23953, 23957, 23958, 23959, 23960, 23961, 23963, 23964, 23792, 23971, 23973, 23975, 24011, 24012, 24013, 24014, 24015, 24016, 24019, 24018, 24025, 23331, 24030, 24031, 24032, 24033, 24028, 24027, 24051, 24052, 24056, 24057, 24058, 24059, 22314, 24061, 24062, 24063, 24064, 24065, 24066, 24067, 24068, 24070, 24071, 24072, 24073, 24074, 24075, 24076, 24077, 24078, 24079, 24080, 24088, 23997, 24090, 24106, 24107, 24108, 17054, 21977, 21976, 21975, 21974, 21973, 21972, 24112, 24113, 24114, 21987, 21988, 21989, 21990, 24125, 23785, 23700, 23769, 24029, 24139, 19926, 23772, 24148, 24149, 18383, 18384, 24150, 24152, 24153, 24154, 22566, 20582, 12897, 24187, 22905, 16378, 24188, 22090, 24192, 24193, 24195, 24196, 24197, 19381, 24200, 24201, 24202, 24203, 24204, 22554, 19159, 19059, 19058, 19057, 18009, 24205, 24206, 24207, 24209, 23814, 23813, 24212, 24215, 24216, 21563, 24223, 24224, 24225, 24226, 24227, 24228, 24229, 24230, 24231, 24234, 24235, 24236, 24240, 24208, 22714, 24242, 24243, 24246, 24250, 24251, 24252, 23072, 24245, 23279, 24253, 24254, 24255, 24256, 24257, 24258, 24259, 24260, 18330, 18331, 19659, 16900, 19516, 20285, 19508, 20354, 18897, 20355, 23092, 23486, 23485, 23484, 23483, 23481, 23470, 22070, 23482, 21564, 7338, 24115, 21832, 23342, 24262, 24263, 24264, 24265, 20207, 17692, 24266, 24267, 24269, 24270, 24271, 24272, 24273, 24274, 24275, 24276, 24277, 24278, 24279, 24280, 24281, 24282, 24283, 24339, 24340, 24346, 23207, 21791, 20489, 20447, 21199, 20464, 21559, 21061, 23571, 24348, 19317, 24349, 24356, 24357, 24359, 24360, 24361, 24362, 24363, 24364, 24365, 24366, 24367, 24368, 24377, 24426, 24427, 24428, 24429, 24430, 24431, 24432, 24433, 24434, 24447, 24448, 24449, 24450, 24452, 24454, 24464, 15132, 24465, 24466, 24467, 24469, 24468, 24424, 24423, 24422, 24470, 17686, 8540, 17217, 14228, 16889, 21602, 22385, 22381, 23873, 21816, 24474, 24480, 24481, 24482, 24483, 24484, 24485, 24487, 24489, 24490, 24491, 24492, 24493, 10299, 24337, 20077, 16914, 17055, 24499, 24503, 24504, 24508, 24509, 24510, 24511, 24512, 24513, 24515, 24516, 24518, 24519, 24520, 24521, 24522, 24523, 24524, 24525, 24526, 24527, 22251, 22253, 22252, 24553, 24554, 24555, 22442, 20108, 20107, 20106, 24565, 24304, 24496, 24507, 24567, 24568, 18336, 21957, 20358, 24570, 24571, 24572, 24573, 24574, 24575, 24577, 24307, 19755, 19757, 19760, 24587, 24564, 24358, 24595, 24596, 24600, 24603, 24604, 24606, 24608, 24609, 24610, 24611, 24612, 24613, 24614, 24615, 24616, 24617, 24618, 24619, 24620, 24621, 24622, 24623, 24624, 24625, 24626, 24627, 19512, 24647, 24649, 24650, 24655, 24658, 24601, 24659, 24660, 24661, 24662, 24663, 24664, 24665, 24666, 24675, 24676, 24677, 24678, 24679, 24680, 24682, 24691, 24692, 24693, 24694, 24695, 24713, 24730, 24731, 24733, 24345, 24347, 24320, 22754, 24738, 24739, 24749, 24132, 23696, 23664, 23663, 23662, 17751, 24756, 24757, 24758, 24761, 24762, 24763, 24764, 24768, 24769, 24770, 24771, 24772, 24774, 24775, 24776, 24777, 24778, 24780, 24781, 24782, 24783, 24800, 24801, 24802, 24803, 24804, 24805, 24806, 24807, 24808, 24809, 24810, 24812, 24813, 24814, 24815, 24816, 24817, 24820, 7330, 24821, 24822, 24709, 24823, 20976, 24748, 24711, 22437, 377, 14024, 18995, 24673, 24841, 24843, 24844, 24845, 24846, 24848, 24849, 24872, 24873, 24874, 24875, 24876, 24879, 24092, 24541, 24222, 24221, 24219, 24218, 24103, 24102, 24101, 24099, 24098, 24097, 24096, 24095, 24094, 24100, 24545, 24544, 24543, 24542, 24104, 24093, 24498, 24881, 24883, 24884, 24885, 24886, 24887, 23062, 24896, 24897, 24898, 24899, 24907, 24908, 24910, 24914, 24915, 24916, 24917, 24918, 24919, 24920, 24921, 24922, 24923, 24924, 24925, 24926, 24927, 24928, 24929, 24945, 24946, 24954, 24955, 19480, 24957, 24958, 24959, 24960, 24961, 24965, 24966, 24968, 24972, 24971, 24973, 24974, 24975, 24976, 24977, 24978, 24989, 24824, 23536, 23537, 23676, 23678, 25048, 25051, 24826, 25065, 23552, 24827, 25074, 25075, 25076, 25077, 25078, 25079, 25094, 22720, 22721, 24750, 24751, 24752, 24753, 24755, 24754, 4827, 23647, 22573, 20456, 21053, 23757, 21055, 20954, 20457, 21271, 22832, 25107, 25108, 25110, 25090, 25119, 25120, 25121, 25122, 25123, 25124, 25125, 24892, 24963, 24891, 24745, 24584, 24319, 24902, 25156, 24901, 24906, 24900, 24909, 24905, 25161, 25176, 25177, 25180, 25181, 25182, 16537, 13486, 18831, 14291, 19353, 14282, 14287, 16887, 25105, 25104, 25102, 25103, 25101, 25184, 25185, 25186, 25187, 25188, 25189, 25190, 25191, 25192, 25193, 25194, 25195, 15039, 14960, 15036, 25200, 25202, 25203, 25204, 25205, 25206, 25207, 25208, 25209, 25210, 25211, 25212, 25213, 25214, 25215, 25217, 25218, 25220, 25221, 25222, 25223, 25224, 25225, 25226, 25227, 25228, 25229, 25230, 25231, 25232, 25233, 25234, 25235, 25236, 25237, 25238, 25240, 25243, 25054, 25053, 25052, 7162, 25280, 25281, 25282, 1404, 25289, 19491, 25290, 25291, 25292, 25293, 25294, 25295, 25296, 25297, 25298, 25299, 25300, 25302, 25307, 25310, 25311, 25313, 23661, 24767, 24766, 24765, 24478, 24477, 24476, 24475, 25327, 21616, 22517, 22515, 25345, 25351, 25352, 24050, 24049, 25353, 25354, 25356, 10280, 25357, 25358, 25359, 25360, 25361, 25362, 25363, 25364, 25365, 25366, 25367, 25368, 25369, 25370, 25371, 25372, 25373, 25374, 25375, 25377, 25378, 23836, 25118, 25379, 25380, 25381, 25382, 25383, 25384, 22067, 22613, 25385, 25308, 25396, 25058, 25060, 25404, 25405, 24514, 25407, 23350, 25095, 25409, 25410, 25411, 25412, 20209, 25413, 25414, 25415, 25416, 25417, 25418, 25419, 25421, 25423, 25425, 25426, 25427, 25072, 25288, 25463, 25464, 25465, 25466, 25462, 25467, 25468, 25470, 24191, 25471, 24878, 24877, 23204, 25472, 25473, 25474, 25475, 25476, 25477, 25478, 25479, 25422, 15546, 15545, 15544, 15543, 25488, 25489, 25490, 25491, 25581, 25583, 25596, 14251, 14260, 19356, 25656, 25657, 25658, 25659, 25660, 25661, 25662, 25665, 25667, 25668, 25669, 25676, 25677, 25679, 25680, 25681, 25682, 25683, 25684, 25685, 25686, 25687, 25688, 25695, 25696, 25697, 25698, 25699, 25700, 25701, 25702, 25703, 25704, 25705, 25706, 25708, 25709, 25539, 25714, 25715, 25719, 25720, 25721, 25722, 25723, 25724, 25725, 25726, 25727, 25728, 25729, 25733, 25734, 25735, 25736, 25738, 25737, 25157, 25158, 25159, 25160, 25162, 25739, 25781, 24341, 25099, 25590, 25811, 25819, 25820, 25821, 25822, 25823, 25824, 23550, 25826, 25827, 25828, 25832, 25833, 19975, 25834, 25835, 25836, 25837, 25839, 25840, 25841, 25842, 25843, 25844, 25845, 25846, 25847, 25848, 25849, 25850, 25851, 25852, 25853, 25854, 25855, 25856, 25857, 25858, 25859, 25860, 25861, 25862, 25863, 25864, 25865, 25866, 25867, 25868, 25870, 25871, 25872, 25873, 25874, 25875, 25876, 25877, 25878, 25879, 25880, 25881, 25882, 25883, 25885, 25886, 25887, 25888, 25889, 21886, 21888, 21890, 21891, 21892, 22354, 22355, 21887, 25890, 22247, 25891, 23338, 25892, 25893, 25894, 25895, 25896, 24995, 22791, 18195, 17458, 25897, 25898, 25899, 25900, 25901, 20291, 25907, 25908, 23681, 23683, 23684, 23685, 11472, 25909, 25910, 25911, 25912, 25913, 25914, 25915, 25916, 25917, 25918, 25920, 25925, 25926, 25928, 25929, 25930, 25931, 25932, 25933, 25934, 25935, 25936, 25937, 25938, 25939, 25948, 25949, 25950, 25951, 25958, 23649, 25966, 25967, 25968, 25969, 23175, 17790, 4569, 23176, 23173, 23172, 23171, 23170, 23169, 15525, 15524, 15523, 11250, 25970, 25971, 25972, 25973, 25974, 25975, 25976, 25977, 25978, 25979, 25980, 25981, 25982, 25990, 25991, 25993, 25987, 25986, 25985, 25984, 10664, 10666, 10668, 10669, 10672, 21351, 25983, 10670, 21353, 25989, 25988, 21352, 21350, 25710, 25999, 16817, 16823, 18699, 18700, 20343, 21570, 21572, 25674, 20467, 20468, 20471, 20475, 20474, 26008, 26009, 26010, 26011, 26012, 26013, 25921, 25922, 24819, 26015, 26052, 26051, 26053, 26054, 26056, 26057, 26058, 26060, 26061, 25328, 26079, 26080, 26081, 26082, 26083, 26084, 26085, 26086, 26087, 26088, 26089, 26090, 26092, 26093, 26094, 26095, 26091, 26103, 26104, 26105, 26106, 26100, 26097, 26098, 26099, 24943, 25600, 25566, 22831, 23392, 24589, 20466, 20476, 20473, 25635, 25619, 25486, 25485, 26109, 26110, 26111, 26112, 26113, 26114, 26115, 26116, 26117, 26118, 26119, 26120, 26121, 26127, 26128, 26129, 26131, 26133, 26136, 24214, 26138, 26139, 26144, 26145, 26146, 26147, 26148, 26149, 26151, 26152, 26153, 26155, 26156, 26157, 26158, 26159, 26160, 26161, 26162, 26164, 26165, 26166, 26167, 26168, 26169, 26170, 26171, 26173, 26174, 26175, 26176, 26177, 26178, 25803, 26181, 25582, 26196, 26197, 26198, 26200, 26201, 26202, 26203, 26204, 26205, 26206, 26207, 26208, 26209, 26210, 26211, 26212, 26213, 26215, 26216, 26217, 26218, 26219, 26220, 26221, 26222, 26223, 26225, 26228, 26229, 26230, 26231, 26232, 26233, 26234, 26235, 26236, 26237, 26238, 26239, 26240, 26242, 26248, 26249, 26250, 26251, 26252, 26253, 26254, 26255, 26256, 26257, 26258, 26259, 26260, 26261, 26262, 26263, 26264, 26265, 26266, 26267, 26268, 26269, 26270, 26271, 26272, 26273, 26274, 26275, 26276, 26277, 26278, 26279, 26280, 26281, 26282, 26283, 26284, 25802, 25801, 25800, 25799, 26300, 26301, 26302, 26303, 26304, 26305, 26314, 19569, 26323, 26324, 26325, 21683, 22489, 22599, 22795, 22794, 24984, 24981, 24134, 23730, 24133, 24131, 24130, 26333, 26334, 26335, 26336, 26337, 24455, 24456, 24457, 24458, 26350, 24123, 26380, 26381, 26382, 26383, 26384, 26385, 26386, 26387, 25903, 25905, 25906, 24994, 26407, 26408, 26409, 26410, 26411, 26412, 26413, 26416, 26417, 26418, 26419, 26420, 26421, 26422, 26424, 26425, 26426, 26427, 26428, 26429, 26430, 26431, 26432, 26433, 26434, 26435, 26436, 26437, 26438, 26439, 26440, 26441, 26474, 26475, 26476, 26478, 26479, 26481, 14712, 26491, 26492, 26493, 26494, 26495, 26496, 21571, 25344, 26497, 26498, 26499, 26500, 26501, 26503, 26504, 26505, 26506, 26509, 26510, 19074, 25109, 9428, 9430, 6870, 26525, 26527, 26528, 26529, 26530, 26531, 26532, 7333, 15098, 26349, 26348, 26347, 26346, 26345, 26343, 26342, 26341, 26340, 26339, 26338, 26536, 26537, 26538, 26539, 23995, 26545, 26544, 2641, 26546, 26137, 22559, 26547, 26548, 26549, 26550, 26551, 26552, 25097, 26553, 26555, 26561, 26566, 1004, 26567, 26568, 26569, 26570, 26571, 26573, 26574, 26575, 26578, 25241, 26579, 26581, 26582, 26583, 26584, 26585, 26586, 26587, 26589, 26590, 26591, 26592, 26593, 26594, 26595, 26596, 26597, 26600, 26601, 26602, 26603, 26604, 26605, 26606, 26607, 26608, 26609, 26610, 26611, 22200, 26613, 26614, 26615, 25580, 26618, 26630, 26631, 26633, 26634, 14618, 21150, 17524, 17525, 26638, 20996, 26641, 26642, 26643, 26644, 26645, 26646, 26647, 26658, 26663, 19360, 26665, 26674, 26675, 26678, 26680, 26686, 26687, 26688, 26689, 26690, 26691, 26692, 26696, 26697, 26702, 26703, 26704, 17802, 26705, 26706, 26357, 26363, 26362, 26361, 26360, 26711, 26718, 26720, 26721, 26722, 26719, 26724, 26725, 25547, 26726, 26727, 26728, 26522, 26730, 26731, 26732, 26733, 26443, 22661, 26737, 26739, 26740, 26741, 26744, 20286, 22611, 25081, 20314, 25671, 18260, 21996, 26748, 26749, 26750, 26751, 26752, 26753, 26754, 26755, 26756, 26757, 26758, 26759, 26760, 26762, 26763, 26764, 26765, 26766, 22132, 25285, 23073, 11960, 19060, 26769, 26770, 26771, 23344, 23345, 26554, 26773, 26774, 26776, 26777, 26779, 26793, 26794, 25326, 14561, 26833, 26839, 26840, 25553, 25167, 26841, 26842, 26843, 26848, 26849, 26792, 20210, 16404, 18996, 26857, 24141, 24144, 24145, 26860, 26861, 26862, 26863, 25064, 25061, 25287, 26864, 23281, 20432, 22172, 20575, 20574, 20576, 26865, 26870, 6681, 26871, 26872, 26873, 26874, 26875, 26877, 26880, 26881, 26883, 26884, 26885, 22283, 23706, 26891, 26914, 26915, 26925, 26929, 26944, 26945, 26946, 26954, 26956, 26962, 26966, 26967, 26969, 26970, 26980, 26993, 26994, 26997, 27011, 27017, 27018, 27025, 27026, 27028, 22096, 22095, 24999, 24880, 26998, 27038, 27037, 27039, 27040, 27041, 27042, 26858, 27054, 27059, 27060, 27064, 27065, 27066, 27067, 27068, 27069, 27070, 27071, 27072, 27073, 27074, 26406, 22818, 22821, 22822, 24591, 22823, 21046, 24386, 22837, 22511, 22836, 22507, 20960, 21198, 21364, 21043, 24400, 22830, 20512, 24392, 23449, 25246, 21362, 23393, 22838, 26044, 27081, 27082, 27083, 27084, 27076, 4357, 27086, 27087, 27088, 27089, 27090, 18959, 22440, 16906, 4355, 16907, 20940, 19964, 16908, 16515, 17884, 22562, 21582, 21584, 21588, 21590, 27092, 27093, 27094, 26963, 27115, 22485, 27117, 26977, 26928, 27123, 27130, 27144, 27020, 27021, 27160, 27161, 27162, 27163, 27164, 27165, 27166, 27167, 27168, 27169, 27170, 27171, 27172, 27173, 27174, 27175, 27177, 27178, 27050, 26924, 26910, 26988, 26942, 27219, 27220, 27221, 27222, 27223, 27226, 25545, 19775, 19782, 22943, 27249, 27252, 27251, 27253, 27254, 27255, 27256, 27257, 27258, 27259, 27260, 27183, 27187, 27186, 27185, 27184, 21567, 18351, 27225, 27224, 27080, 27079, 27078, 27077, 19389, 19386, 27218, 19388, 27310, 27311, 27312, 27314, 27316, 27317, 27318, 27319, 27320, 27321, 27046, 27329, 27333, 27337, 27338, 27342, 27344, 27345, 27346, 27347, 27349, 27350, 27351, 27352, 27353, 27354, 27358, 27359, 27360, 27361, 27362, 27363, 27364, 27365, 27367, 27368, 27375, 27376, 27377, 27378, 27379, 27380, 27381, 27382, 27383, 27384, 27385, 27386, 27387, 27388, 27389, 27390, 27391, 27392, 27393, 27394, 27395, 27396, 27397, 27402, 27406, 27407, 27408, 27409, 27412, 27418, 27419, 27420, 27421, 27422, 27423, 27424, 27426, 27188, 27189, 24354, 21674, 26982, 26399, 27032, 27458, 27459, 27315, 27052, 27461, 27462, 27463, 3625, 3623, 3647, 3620, 3646, 3660, 3653, 3645, 27465, 27468, 27470, 27472, 27475, 27476, 27477, 27478, 27479, 27480, 27481, 27484, 27485, 27486, 27483, 27488, 27489, 27490, 27491, 27492, 27493, 27494, 27495, 25666, 27496, 27512, 27513, 27515, 27516, 27518, 27523, 27532, 27533, 27534, 27535, 27536, 27544, 27564, 27565, 27574, 27575, 27576, 27577, 27578, 27579, 27580, 27581, 27582, 27583, 27584, 27586, 27588, 27589, 27590, 27591, 27592, 27593, 27594, 26480, 27597, 27600, 27603, 21124, 27601, 27604, 26312, 25713, 25565, 25569, 26180, 27609, 27610, 27611, 27612, 27613, 27614, 27519, 27649, 27650, 27651, 27652, 27666, 27667, 27668, 27669, 27670, 27671, 26565, 27673, 27674, 27678, 27679, 27680, 27683, 27684, 27685, 27686, 25343, 27688, 27689, 27690, 27693, 27704, 27707, 27711, 27713, 27714, 27717, 27718, 26508, 27719, 27720, 27721, 27722, 27309, 27735, 27784, 27785, 24415, 27786, 27787, 27788, 27790, 27791, 27815, 27821, 27822, 27824, 27826, 27832, 27833, 14003, 26694, 27834, 27835, 27840, 27842, 27843, 27844, 27845, 27848, 27891, 27892, 27893, 27898, 27900, 27901, 27902, 27903, 27904, 27907, 27908, 27910, 27911, 27912, 27918, 27919, 27921, 27925, 27939, 27942, 27952, 27953, 27954, 27955, 27956, 27957, 27958, 27960, 27961, 27962, 27971, 27972, 27545, 27973, 27974, 27975, 27976, 27977, 25786, 25787, 27978, 27980, 27981, 27982, 27983, 27984, 27985, 27993, 27994, 28000, 28001, 28002, 28003, 28004, 28017, 28018, 28019, 28026, 28027, 28028, 28029, 28030, 28031, 28032, 28033, 28034, 28035, 28036, 28037, 28038, 28039, 28040, 28045, 28048, 27940, 27608, 27827, 27916, 23815, 28057, 28082, 28083, 27789, 28091, 24991, 21272, 28092, 28093, 28094, 28095, 28096, 28101, 28102, 28103, 28104, 28105, 28107, 28109, 28110, 28111, 23710, 28112, 28113, 27710, 28114, 28124, 28133, 28135, 28138, 28150, 28154, 28155, 28156, 28157, 28158, 28160, 28162, 26976, 28168, 28169, 28175, 28187, 28188, 28189, 28190, 28191, 28192, 28193, 28195, 28196, 28200, 28201, 28202, 28203, 28204, 28205, 28206, 28207, 28208, 28209, 28210, 28211, 28212, 28213, 28214, 28215, 28216, 28217, 28218, 28219, 28220, 28221, 28227, 28229, 28230, 28231, 28232, 28233, 28235, 28241, 28243, 28244, 28253, 27999, 28254, 28255, 28256, 28257, 28258, 28259, 28260, 28261, 28262, 28263, 28264, 28265, 28291, 28292, 28294, 28296, 28298, 28299, 28300, 28301, 28302, 28303, 28304, 3111, 28197, 28198, 28199, 28305, 28306, 28307, 28308, 28309, 28310, 28311, 28313, 28314, 28316, 28319, 28320, 28321, 28322, 28341, 28342, 28343, 28344, 28345, 28346, 28347, 28348, 28349, 28350, 28351, 28360, 28361, 28362, 28363, 28364, 28369, 28370, 28371, 28372, 28373, 28374, 28378, 28381, 28382, 28397, 28398, 28399, 28400, 28401, 28402, 28403, 28404, 28405, 28411, 28412, 28413, 28414, 23991, 28415, 28416, 28417, 28418, 27687, 28426, 28427, 28428, 26866, 25995, 28430, 28431, 28432, 2246, 28460, 28461, 28462, 28464, 28465, 28466, 28467, 28485, 28486, 28488, 28489, 28490, 28491, 28492, 28493, 28496, 28497, 28498, 28499, 28500, 28501, 28502, 28507, 28508, 27768, 27767, 27766, 27765, 27764, 27763, 28523, 28525, 28536, 28537, 28538, 28539, 28556, 28558, 28559, 28560, 27324, 28579, 28590, 21980, 26125, 28600, 27029, 27053, 28601, 28608, 28611, 28612, 28640, 28641, 28647, 28648, 15535, 28651, 28655, 28658, 17469, 28659, 28660, 28662, 28664, 28667, 28668, 28669, 28670, 28671, 28672, 28673, 28674, 28675, 28676, 28677, 28679, 28681, 28682, 28686, 28694, 22866, 28723, 28724, 28725, 28726, 28727, 28728, 28729, 28731, 28732, 28742, 27715, 28743, 28749, 28750, 28751, 22935, 28754, 28755, 27030, 27884, 27883, 27882, 27507, 27505, 27504, 27033, 27638, 27113, 27031, 27450, 27573, 28759, 26767, 28763, 24495, 26734, 27943, 28770, 28771, 28772, 28773, 28774, 28775, 28776, 28777, 28779, 28780, 28781, 28782, 17704, 28787, 28788, 28789, 28790, 28791, 28792, 28795, 28796, 28798, 25271, 25274, 25273, 28801, 28803, 28804, 28805, 28806, 28807, 28808, 28809, 26172, 28815, 28816, 28827, 28829, 28832, 28835, 28836, 28837, 28848, 28849, 28566, 28567, 28856, 28857, 27861, 28858, 28120, 27808, 28859, 28860, 28861, 28862, 28863, 28864, 28868, 28872, 28873, 28876, 28879, 28880, 28881, 28882, 28888, 28891, 28896, 28897, 28898, 28899, 28900, 28904, 28909, 28910, 28911, 28914, 28915, 28916, 28925, 28926, 28930, 28932, 28934, 28936, 28943, 28945, 28947, 16815, 28953, 28954, 28955, 28956, 28957, 28958, 28964, 28965, 28966, 28967, 28968, 28969, 28970, 28971, 28972, 28973, 28974, 28975, 28976, 28977, 28978, 28979, 28980, 28982, 28983, 28984, 28985, 28994, 28995, 28996, 28997, 28998, 28999, 29001, 29005, 29009, 29010, 29014, 29017, 29020, 29021, 29000, 27506, 27502, 29027, 29026, 29029, 29030, 29035, 29037, 29038, 29039, 29040, 29043, 29044, 29046, 29048, 29049, 29056, 29059, 29072, 29075, 29078, 29079, 29082, 26244, 29094, 29101, 26135, 29114, 29115, 29118, 29119, 29120, 29121, 29142, 29143, 29144, 29145, 29156, 29157, 29159, 29163, 29184, 29202, 29240, 29242, 29243, 29244, 29252, 29253, 29254, 29301, 29302, 29303, 29304, 29308, 28901, 29311, 29312, 29313, 29314, 29315, 29316, 29317, 29318, 29320, 29330, 29331, 29332, 29333, 29334, 29335, 29336, 29337, 29338, 29339, 29340, 29341, 29357, 29390, 29391, 29392, 29393, 29394, 29395, 29397, 27627, 27626, 27625, 27624, 26878, 26876, 29426, 27559, 27558, 27557, 27556, 27554, 27553, 27552, 27555, 29429, 29430, 29431, 29432, 29433, 4346, 4363, 9297, 4353, 29436, 29437, 29438, 29439, 29440, 29441, 29442, 29445, 29446, 29447, 29448, 29459, 29486, 27629, 27628, 27631, 29522, 29523, 29524, 29498, 29535, 29537, 29538, 29539, 29540, 29541, 29546, 29547, 29548, 29549, 29550, 29564, 29565, 29566, 29600, 29601, 29602, 29603, 29604, 29605, 29611, 29616, 29617, 29618, 24942, 29702, 29709, 27141, 29784, 29785, 29786, 29787, 29792, 29793, 29794, 29795, 29796, 29799, 29800, 29801, 29802, 29803, 28683, 29808, 29809, 29810, 29813, 29814, 29815, 29816, 29818, 29838, 29839, 29843, 29844, 29845, 23800, 29858, 29861, 29890, 29891, 29892, 29893, 29894, 29895, 3981, 26150, 29716, 29916, 29917, 29918, 29919, 26992, 29940, 29941, 29995, 24576, 28748, 30007, 30008, 30009, 30010, 30026, 30027, 30028, 30029, 30031, 30043, 30044, 30045, 30046, 30047, 30049, 30050, 30051, 30053, 30054, 30056, 30057, 30058, 30059, 30060, 30061, 30062, 30068, 30080, 30081, 30082, 30083, 30089, 30090, 30091, 30092, 30093, 30094, 30095, 30098, 30099, 30112, 30113, 30114, 30116, 30117, 30119, 30120, 30121, 28550, 28554, 28553, 28552, 28551, 30123, 30124, 30131, 30135, 30137, 30138, 30157, 22273, 30163, 30164, 30165, 30181, 30184, 30185, 30186, 30207, 30208, 30209, 30211, 30212, 30213, 30214, 30215, 30216, 30217, 30218, 30238, 30260, 30272, 30273, 30275, 30276, 30277, 30279, 30280, 30288, 30294, 30298, 30300, 30301, 30303, 30304, 30311, 30312, 30313, 30316, 28543, 30317, 30322, 30323, 30339, 30340, 30353, 30355, 30356, 30357, 30358, 9431, 30359, 29007, 30361, 30362, 30363, 30364, 30365, 30366, 30367, 30368, 30369, 30370, 30371, 30372, 30373, 30374, 30375, 30376, 30377, 30378, 30136, 30134, 29111, 30384, 30385, 30386, 30388, 30389, 30390, 30391, 30392, 23803, 30394, 30395, 30397, 30398, 30401, 30402, 30403, 30404, 30405, 30406, 30407, 30410, 30411, 30412, 30413, 30414, 30415, 30429, 30440, 30454, 30471, 30482, 26797, 30485, 30486, 30487, 30488, 30496, 30497, 12201, 26526, 30526, 30527, 30535, 30552, 30563, 30565, 30578, 26836, 30601, 30602, 15131, 15130, 27336, 27335, 29770, 29767, 29768, 30606, 30607, 30608, 30609, 22061, 29194, 29189, 30678, 30685, 30686, 30688, 30689, 30691, 30692, 30693, 30694, 30695, 30696, 30697, 30699, 30700, 30701, 30702, 30714, 30715, 30727, 30728, 30729, 30731, 30732, 30733, 30734, 30735, 30736, 30737, 30738, 30739, 30740, 30741, 30742, 30743, 30744, 30745, 30746, 30747, 30748, 30749, 30750, 30751, 30752, 30753, 30754, 30755, 30756, 30757, 30758, 30759, 30760, 30761, 30762, 30763, 30764, 30387, 30766, 30767, 30768, 30769, 30771, 30772, 30774, 30777, 30779, 30781, 30782, 30792, 30798, 30800, 30819, 30818, 30820, 30821, 30824, 30829, 3663, 3666, 3626, 30850, 30853, 30854, 30855, 30879, 30892, 30893, 30899, 30900, 30901, 30921, 30922, 30924, 30925, 30928, 30929, 30930, 30931, 30942, 30943, 30944, 30945, 30946, 30947, 30948, 14027, 30969, 30973, 30977, 30978, 7062, 19067, 30985, 31006, 31007, 31008, 31009, 31014, 14263, 31016, 31017, 31018)
AND EXISTS(SELECT 1 FROM `category_product` cp
JOIN `category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`) LIMIT 1
92.748 ms 5282 /classes/Product.php:3337
269
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`
FROM `specific_price`
WHERE	`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND
`from_quantity` = 1 AND
`reduction` > 0
AND `id_customer` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
9.701 ms 5244 /classes/SpecificPrice.php:706
5
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`
FROM `specific_price`
WHERE	`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND
`from_quantity` = 1 AND
`reduction` > 0
AND `id_customer` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
8.752 ms 5244 /classes/SpecificPrice.php:706
350
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (25229) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4.344 ms 1 Yes Yes /classes/Product.php:4493
271
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-10 00:00:00',
INTERVAL 200 DAY
)
) > 0) as new
FROM product p
LEFT JOIN product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 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 product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (29440,28299,26767,30985,7062,19070,28258,28259,24231,28264,23908,25232,28260,23948,23971,26618,23895,23902,28261,25228,23898,23894,26610,25229)
4.276 ms 24 /classes/ProductAssembler.php:95
13
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `hook_alias` ha
INNER JOIN `hook` h ON ha.name = h.name
4.054 ms 0 /classes/Hook.php:1292
344
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23902) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.893 ms 1 Yes Yes /classes/Product.php:4493
22
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 28299 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.503 ms 16 Yes /classes/SpecificPrice.php:576
61
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19070
AND image_shop.`cover` = 1 LIMIT 1
3.347 ms 1 /classes/Product.php:3570
183
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23895 LIMIT 1
3.335 ms 1 /classes/SpecificPrice.php:435
190
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23895 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23895 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.984 ms 0 /classes/Cart.php:1410
16
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 29440 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 29440 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.920 ms 0 /classes/Cart.php:1410
186
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23895)
2.340 ms 1 /classes/Product.php:3857
338
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (25232) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.294 ms 1 Yes Yes /classes/Product.php:4493
185
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23895 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.115 ms 16 Yes /classes/SpecificPrice.php:576
341
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23971) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.081 ms 1 Yes Yes /classes/Product.php:4493
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19070 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19070 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.031 ms 0 /classes/Cart.php:1410
212
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28261 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28261 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.017 ms 0 /classes/Cart.php:1410
148
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23948
AND image_shop.`cover` = 1 LIMIT 1
1.997 ms 1 /classes/Product.php:3570
349
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (26610) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.992 ms 1 Yes Yes /classes/Product.php:4493
18
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28299
AND image_shop.`cover` = 1 LIMIT 1
1.927 ms 1 /classes/Product.php:3570
146
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28260 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28260 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.861 ms 0 /classes/Cart.php:1410
63
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 19070
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.849 ms 1 /classes/SpecificPrice.php:256
67
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 19070 AND `id_group` = 1 LIMIT 1
1.666 ms 0 /classes/GroupReduction.php:153
62
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 19070 LIMIT 1
1.476 ms 1 /classes/SpecificPrice.php:435
145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 28260) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
1.437 ms 1 /classes/stock/StockAvailable.php:453
273
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 29440
ORDER BY `position`
1.414 ms 2 Yes /classes/Product.php:3539
25
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 28299 AND `id_group` = 1 LIMIT 1
1.382 ms 0 /classes/GroupReduction.php:153
149
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23948) AND (b.`id_shop` = 1) LIMIT 1
1.380 ms 1 /src/Adapter/EntityMapper.php:71
194
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23902 LIMIT 1
1.331 ms 1 /classes/SpecificPrice.php:435
274
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 29440
1.201 ms 1 /classes/Product.php:2899
19
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28299) AND (b.`id_shop` = 1) LIMIT 1
1.186 ms 1 /src/Adapter/EntityMapper.php:71
59
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7062 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7062 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.181 ms 0 /classes/Cart.php:1410
64
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 19070 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.174 ms 16 Yes /classes/SpecificPrice.php:576
68
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 19070) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
1.148 ms 1 /classes/stock/StockAvailable.php:453
191
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23895
ORDER BY f.position ASC
1.047 ms 1 Yes /classes/Product.php:5985
204
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28261) AND (b.`id_shop` = 1) LIMIT 1
1.016 ms 1 /src/Adapter/EntityMapper.php:71
187
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23895 AND id_shop=1 LIMIT 1
0.995 ms 1 /classes/Product.php:6845
188
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23895 AND `id_group` = 1 LIMIT 1
0.967 ms 0 /classes/GroupReduction.php:153
144
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 28260 AND `id_group` = 1 LIMIT 1
0.961 ms 0 /classes/GroupReduction.php:153
189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23895) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.938 ms 1 /classes/stock/StockAvailable.php:453
240
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23894 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.936 ms 16 Yes /classes/SpecificPrice.php:576
152
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23948 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.907 ms 16 Yes /classes/SpecificPrice.php:576
174
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 26618 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.907 ms 16 Yes /classes/SpecificPrice.php:576
340
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.904 ms 1 Yes Yes /classes/Product.php:4493
0
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hook`
0.892 ms 1030 /classes/Hook.php:1292
130
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 25232 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.889 ms 16 Yes /classes/SpecificPrice.php:576
229
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23898 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.887 ms 16 Yes /classes/SpecificPrice.php:576
147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28260
ORDER BY f.position ASC
0.882 ms 1 Yes /classes/Product.php:5985
44
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 30985 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.875 ms 16 Yes /classes/SpecificPrice.php:576
207
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 28261 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.875 ms 16 Yes /classes/SpecificPrice.php:576
180
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26618
ORDER BY f.position ASC
0.860 ms 1 Yes /classes/Product.php:5985
141
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 28260 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.854 ms 16 Yes /classes/SpecificPrice.php:576
272
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 29440) AND (b.`id_shop` = 1) LIMIT 1
0.842 ms 1 /src/Adapter/EntityMapper.php:71
97
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 24231 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.832 ms 16 Yes /classes/SpecificPrice.php:576
262
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 25229 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.824 ms 16 Yes /classes/SpecificPrice.php:576
51
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7062
AND image_shop.`cover` = 1 LIMIT 1
0.809 ms 1 /classes/Product.php:3570
196
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23902 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.809 ms 16 Yes /classes/SpecificPrice.php:576
108
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 28264 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.803 ms 16 Yes /classes/SpecificPrice.php:576
119
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23908 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.781 ms 16 Yes /classes/SpecificPrice.php:576
168
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23971 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23971 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.751 ms 0 /classes/Cart.php:1410
37
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26767 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 26767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.741 ms 0 /classes/Cart.php:1410
66
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 19070 AND id_shop=1 LIMIT 1
0.740 ms 1 /classes/Product.php:6845
218
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 25228 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.737 ms 16 Yes /classes/SpecificPrice.php:576
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25228 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25228 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.713 ms 0 /classes/Cart.php:1410
33
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 26767)
0.704 ms 1 /classes/Product.php:3857
38
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26767
ORDER BY f.position ASC
0.700 ms 1 Yes /classes/Product.php:5985
95
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 24231 LIMIT 1
0.688 ms 1 /classes/SpecificPrice.php:435
234
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23898 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23898 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.684 ms 0 /classes/Cart.php:1410
163
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 23971 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.680 ms 16 Yes /classes/SpecificPrice.php:576
342
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (26618) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.680 ms 1 Yes Yes /classes/Product.php:4493
201
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23902 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23902 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.678 ms 0 /classes/Cart.php:1410
251
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 26610 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.678 ms 16 Yes /classes/SpecificPrice.php:576
86
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 28259 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.672 ms 16 Yes /classes/SpecificPrice.php:576
80
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28258 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28258 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.669 ms 0 /classes/Cart.php:1410
32
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 26767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.666 ms 16 Yes /classes/SpecificPrice.php:576
10
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 29440 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.664 ms 16 Yes /classes/SpecificPrice.php:576
54
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 7062 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.651 ms 16 Yes /classes/SpecificPrice.php:576
17
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 29440
ORDER BY f.position ASC
0.645 ms 2 Yes /classes/Product.php:5985
171
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26618) AND (b.`id_shop` = 1) LIMIT 1
0.636 ms 1 /src/Adapter/EntityMapper.php:71
345
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28261) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.621 ms 1 Yes Yes /classes/Product.php:4493
346
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (25228) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.620 ms 1 Yes Yes /classes/Product.php:4493
75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 17, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 17) AND
`id_group` IN (0, 1) AND `id_product` = 28258 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.619 ms 16 Yes /classes/SpecificPrice.php:576
203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28261
AND image_shop.`cover` = 1 LIMIT 1
0.607 ms 1 /classes/Product.php:3570
336
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28264) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.602 ms 1 Yes Yes /classes/Product.php:4493
226
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23898) AND (b.`id_shop` = 1) LIMIT 1
0.595 ms 1 /src/Adapter/EntityMapper.php:71
28
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28299
ORDER BY f.position ASC
0.590 ms 1 Yes /classes/Product.php:5985
113
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28264 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28264 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.586 ms 0 /classes/Cart.php:1410
103
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 24231
ORDER BY f.position ASC
0.580 ms 1 Yes /classes/Product.php:5985
114
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28264
ORDER BY f.position ASC
0.575 ms 1 Yes /classes/Product.php:5985
257
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 26610
ORDER BY f.position ASC
0.571 ms 1 Yes /classes/Product.php:5985
92
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28259
ORDER BY f.position ASC
0.564 ms 1 Yes /classes/Product.php:5985
235
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23898
ORDER BY f.position ASC
0.563 ms 1 Yes /classes/Product.php:5985
2
SELECT SQL_NO_CACHE 1 FROM cart_product cp INNER JOIN product p
ON (p.id_product = cp.id_product) INNER JOIN 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.555 ms 1 /classes/Cart.php:4186
297
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23908
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3539
323
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25229
ORDER BY `position`
0.543 ms 1 Yes /classes/Product.php:3539
236
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23894
AND image_shop.`cover` = 1 LIMIT 1
0.542 ms 1 /classes/Product.php:3570
305
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23971
ORDER BY `position`
0.542 ms 1 Yes /classes/Product.php:3539
347
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23898) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.541 ms 1 Yes Yes /classes/Product.php:4493
135
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25232 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25232 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.539 ms 0 /classes/Cart.php:1410
157
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23948 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.539 ms 0 /classes/Cart.php:1410
256
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26610 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 26610 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.539 ms 0 /classes/Cart.php:1410
136
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25232
ORDER BY f.position ASC
0.538 ms 1 Yes /classes/Product.php:5985
267
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25229 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.534 ms 0 /classes/Cart.php:1410
311
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23902
ORDER BY `position`
0.533 ms 1 Yes /classes/Product.php:3539
27
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28299 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.532 ms 0 /classes/Cart.php:1410
284
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7062
ORDER BY `position`
0.529 ms 1 Yes /classes/Product.php:3539
49
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 30985 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30985 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:1410
169
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23971
ORDER BY f.position ASC
0.525 ms 1 Yes /classes/Product.php:5985
91
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28259 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28259 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:1410
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 24231 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 24231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.511 ms 0 /classes/Cart.php:1410
230
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23898)
0.510 ms 1 /classes/Product.php:3857
175
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 26618)
0.509 ms 1 /classes/Product.php:3857
245
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23894 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23894 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1410
179
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 26618 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 26618 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:1410
329
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (26767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.506 ms 1 Yes Yes /classes/Product.php:4493
124
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23908 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.502 ms 0 /classes/Cart.php:1410
343
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23895) 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:4493
337
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.496 ms 1 Yes Yes /classes/Product.php:4493
339
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28260) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.487 ms 1 Yes Yes /classes/Product.php:4493
332
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19070) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.485 ms 1 Yes Yes /classes/Product.php:4493
328
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28299) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.483 ms 1 Yes Yes /classes/Product.php:4493
65
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 19070)
0.482 ms 1 /classes/Product.php:3857
11
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 29440)
0.481 ms 1 /classes/Product.php:3857
331
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7062) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.481 ms 1 Yes Yes /classes/Product.php:4493
115
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23908
AND image_shop.`cover` = 1 LIMIT 1
0.478 ms 1 /classes/Product.php:3570
327
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (29440) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.478 ms 1 Yes Yes /classes/Product.php:4493
137
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28260
AND image_shop.`cover` = 1 LIMIT 1
0.473 ms 1 /classes/Product.php:3570
128
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 25232 LIMIT 1
0.466 ms 1 /classes/SpecificPrice.php:435
184
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23895
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.464 ms 1 /classes/SpecificPrice.php:256
172
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 26618 LIMIT 1
0.461 ms 1 /classes/SpecificPrice.php:435
56
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 7062 AND id_shop=1 LIMIT 1
0.454 ms 1 /classes/Product.php:6845
330
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30985) 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:4493
334
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.450 ms 1 Yes Yes /classes/Product.php:4493
170
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26618
AND image_shop.`cover` = 1 LIMIT 1
0.445 ms 1 /classes/Product.php:3570
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23948) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.444 ms 1 /classes/stock/StockAvailable.php:453
14
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 29440 AND `id_group` = 1 LIMIT 1
0.443 ms 0 /classes/GroupReduction.php:153
237
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23894) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
335
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24231) 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:4493
216
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 25228 LIMIT 1
0.437 ms 1 /classes/SpecificPrice.php:435
199
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23902 AND `id_group` = 1 LIMIT 1
0.436 ms 0 /classes/GroupReduction.php:153
348
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23894) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.430 ms 1 Yes Yes /classes/Product.php:4493
72
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28258) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28259) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
193
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23902) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23971) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
213
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28261
ORDER BY f.position ASC
0.419 ms 1 Yes /classes/Product.php:5985
9
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 29440
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.417 ms 1 /classes/SpecificPrice.php:256
277
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26767) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 28299 AND id_shop=1 LIMIT 1
0.415 ms 1 /classes/Product.php:6845
259
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25229) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24231) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
43
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 30985
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.412 ms 1 /classes/SpecificPrice.php:256
333
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `product_attribute` pa
INNER JOIN product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28258) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.411 ms 1 Yes Yes /classes/Product.php:4493
233
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23898) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.411 ms 1 /classes/stock/StockAvailable.php:453
60
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7062
ORDER BY f.position ASC
0.408 ms 1 Yes /classes/Product.php:5985
116
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23908) AND (b.`id_shop` = 1) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
286
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19070) AND (b.`id_shop` = 1) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
138
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28260) AND (b.`id_shop` = 1) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 28260
0.405 ms 1 /classes/Product.php:2899
261
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 25229
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.404 ms 1 /classes/SpecificPrice.php:256
244
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23894) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.402 ms 1 /classes/stock/StockAvailable.php:453
215
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25228) AND (b.`id_shop` = 1) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
232
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23898 AND `id_group` = 1 LIMIT 1
0.399 ms 0 /classes/GroupReduction.php:153
182
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23895) AND (b.`id_shop` = 1) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
324
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 25229
0.394 ms 1 /classes/Product.php:2899
105
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28264) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 24231 AND id_shop=1 LIMIT 1
0.391 ms 1 /classes/Product.php:6845
20
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 28299 LIMIT 1
0.390 ms 1 /classes/SpecificPrice.php:435
246
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23894
ORDER BY f.position ASC
0.388 ms 1 Yes /classes/Product.php:5985
70
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19070
ORDER BY f.position ASC
0.388 ms 1 Yes /classes/Product.php:5985
50
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 30985
ORDER BY f.position ASC
0.386 ms 1 Yes /classes/Product.php:5985
125
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23908
ORDER BY f.position ASC
0.386 ms 1 Yes /classes/Product.php:5985
81
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28258
ORDER BY f.position ASC
0.383 ms 1 Yes /classes/Product.php:5985
122
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23908 AND `id_group` = 1 LIMIT 1
0.383 ms 0 /classes/GroupReduction.php:153
224
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25228
ORDER BY f.position ASC
0.381 ms 1 Yes /classes/Product.php:5985
280
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30985) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
127
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25232) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
248
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 26610) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
278
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 26767
ORDER BY `position`
0.370 ms 7 Yes /classes/Product.php:3539
202
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23902
ORDER BY f.position ASC
0.367 ms 1 Yes /classes/Product.php:5985
34
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 26767 AND id_shop=1 LIMIT 1
0.366 ms 1 /classes/Product.php:6845
158
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23948
ORDER BY f.position ASC
0.365 ms 1 Yes /classes/Product.php:5985
293
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 24231
ORDER BY `position`
0.364 ms 1 Yes /classes/Product.php:3539
268
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM feature_product pf
LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25229
ORDER BY f.position ASC
0.351 ms 1 Yes /classes/Product.php:5985
295
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 28264
ORDER BY `position`
0.342 ms 1 Yes /classes/Product.php:3539
263
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 25229)
0.342 ms 1 /classes/Product.php:3857
289
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 28258
ORDER BY `position`
0.341 ms 1 Yes /classes/Product.php:3539
291
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 28259
ORDER BY `position`
0.341 ms 1 Yes /classes/Product.php:3539
303
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23948
ORDER BY `position`
0.340 ms 1 Yes /classes/Product.php:3539
299
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25232
ORDER BY `position`
0.339 ms 1 Yes /classes/Product.php:3539
181
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23895
AND image_shop.`cover` = 1 LIMIT 1
0.337 ms 1 /classes/Product.php:3570
307
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 26618
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3539
275
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 28299
ORDER BY `position`
0.336 ms 1 Yes /classes/Product.php:3539
313
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 28261
ORDER BY `position`
0.336 ms 1 Yes /classes/Product.php:3539
71
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28258
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
205
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 28261 LIMIT 1
0.335 ms 1 /classes/SpecificPrice.php:435
142
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 28260)
0.334 ms 1 /classes/Product.php:3857
319
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23894
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3539
23
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 28299)
0.331 ms 1 /classes/Product.php:3857
55
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7062)
0.330 ms 1 /classes/Product.php:3857
87
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 28259)
0.330 ms 1 /classes/Product.php:3857
283
SELECT SQL_NO_CACHE *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7062) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28259
AND image_shop.`cover` = 1 LIMIT 1
0.328 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 `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 25228)
0.328 ms 1 /classes/Product.php:3857
281
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 30985
ORDER BY `position`
0.325 ms 1 Yes /classes/Product.php:3539
301
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 28260
ORDER BY `position`
0.323 ms 1 Yes /classes/Product.php:3539
315
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25228
ORDER BY `position`
0.323 ms 1 Yes /classes/Product.php:3539
321
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 26610
ORDER BY `position`
0.323 ms 1 Yes /classes/Product.php:3539
317
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23898
ORDER BY `position`
0.322 ms 1 Yes /classes/Product.php:3539
287
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19070
ORDER BY `position`
0.320 ms 1 Yes /classes/Product.php:3539
241
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23894)
0.318 ms 1 /classes/Product.php:3857
264
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 25229 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6845
53
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 7062
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.315 ms 1 /classes/SpecificPrice.php:256
3
SELECT SQL_NO_CACHE 1 FROM `cart_rule` WHERE ((date_to >= "2025-11-10 00:00:00" AND date_to <= "2025-11-10 23:59:59") OR (date_from >= "2025-11-10 00:00:00" AND date_from <= "2025-11-10 23:59:59") OR (date_from < "2025-11-10 00:00:00" AND date_to > "2025-11-10 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.311 ms 1 /classes/CartRule.php:357
258
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25229
AND image_shop.`cover` = 1 LIMIT 1
0.309 ms 1 /classes/Product.php:3570
252
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 26610)
0.307 ms 1 /classes/Product.php:3857
153
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23948)
0.306 ms 1 /classes/Product.php:3857
309
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23895
ORDER BY `position`
0.305 ms 1 Yes /classes/Product.php:3539
93
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 24231
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
206
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 28261
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:256
208
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 28261)
0.302 ms 1 /classes/Product.php:3857
4
SELECT SQL_NO_CACHE 1 FROM `cart_rule` WHERE ((date_to >= "2025-11-10 00:00:00" AND date_to <= "2025-11-10 23:59:59") OR (date_from >= "2025-11-10 00:00:00" AND date_from <= "2025-11-10 23:59:59") OR (date_from < "2025-11-10 00:00:00" AND date_to > "2025-11-10 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.298 ms 1 /classes/CartRule.php:357
131
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 25232)
0.297 ms 1 /classes/Product.php:3857
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 `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 24231)
0.294 ms 1 /classes/Product.php:3857
29
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26767
AND image_shop.`cover` = 1 LIMIT 1
0.291 ms 7 /classes/Product.php:3570
76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 28258)
0.291 ms 1 /classes/Product.php:3857
120
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23908)
0.291 ms 1 /classes/Product.php:3857
164
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23971)
0.290 ms 1 /classes/Product.php:3857
7
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 29440
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 2 /classes/Product.php:3570
192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23902
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
45
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 30985)
0.286 ms 1 /classes/Product.php:3857
126
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25232
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
159
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23971
AND image_shop.`cover` = 1 LIMIT 1
0.283 ms 1 /classes/Product.php:3570
197
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23902)
0.281 ms 1 /classes/Product.php:3857
109
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 28264)
0.279 ms 1 /classes/Product.php:3857
104
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28264
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
225
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23898
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
79
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 28258) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.273 ms 1 /classes/stock/StockAvailable.php:453
247
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 26610
AND image_shop.`cover` = 1 LIMIT 1
0.273 ms 1 /classes/Product.php:3570
214
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25228
AND image_shop.`cover` = 1 LIMIT 1
0.267 ms 1 /classes/Product.php:3570
39
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `image` i
INNER JOIN image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 30985
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 1 /classes/Product.php:3570
47
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 30985 AND `id_group` = 1 LIMIT 1
0.257 ms 0 /classes/GroupReduction.php:153
150
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23948 LIMIT 1
0.251 ms 1 /classes/SpecificPrice.php:435
200
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23902) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.249 ms 1 /classes/stock/StockAvailable.php:453
249
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 26610 LIMIT 1
0.248 ms 1 /classes/SpecificPrice.php:435
26
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 28299) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
161
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23971 LIMIT 1
0.241 ms 1 /classes/SpecificPrice.php:435
48
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 30985) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
77
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 28258 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6845
227
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23898 LIMIT 1
0.237 ms 1 /classes/SpecificPrice.php:435
314
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 28261
0.237 ms 1 /classes/Product.php:2899
52
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 7062 LIMIT 1
0.230 ms 1 /classes/SpecificPrice.php:435
325
SELECT SQL_NO_CACHE `id_module` FROM `module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.230 ms 1 /classes/module/Module.php:2636
8
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 29440 LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:435
84
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 28259 LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:435
15
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 29440) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.227 ms 1 /classes/stock/StockAvailable.php:453
123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23908) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
139
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 28260 LIMIT 1
0.226 ms 1 /classes/SpecificPrice.php:435
222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 25228) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:453
292
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 28259
0.225 ms 1 /classes/Product.php:2899
101
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 24231) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.224 ms 1 /classes/stock/StockAvailable.php:453
88
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 28259 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6845
255
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 26610) 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
30
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 26767 LIMIT 1
0.222 ms 1 /classes/SpecificPrice.php:435
282
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 30985
0.221 ms 1 /classes/Product.php:2899
211
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 28261) 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
90
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 28259) 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
260
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 25229 LIMIT 1
0.219 ms 1 /classes/SpecificPrice.php:435
296
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 28264
0.219 ms 1 /classes/Product.php:2899
198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23902 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6845
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 25229) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:453
1
SELECT SQL_NO_CACHE * FROM `hook_module_exceptions`
WHERE `id_shop` IN (1)
0.218 ms 1 /classes/module/Module.php:2018
46
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 30985 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6845
96
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 24231
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 1 /classes/SpecificPrice.php:256
132
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 25232 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6845
238
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23894 LIMIT 1
0.218 ms 1 /classes/SpecificPrice.php:435
107
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 28264
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 1 /classes/SpecificPrice.php:256
121
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23908 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6845
117
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 23908 LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:435
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 25232) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.216 ms 1 /classes/stock/StockAvailable.php:453
74
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 28258
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.215 ms 1 /classes/SpecificPrice.php:256
112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 28264) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
221
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 25228 AND `id_group` = 1 LIMIT 1
0.215 ms 0 /classes/GroupReduction.php:153
298
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23908
0.215 ms 1 /classes/Product.php:2899
178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 26618) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 26767
0.215 ms 1 /classes/Product.php:2899
288
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 19070
0.215 ms 1 /classes/Product.php:2899
316
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 25228
0.214 ms 1 /classes/Product.php:2899
21
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 28299
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.213 ms 1 /classes/SpecificPrice.php:256
220
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 25228 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6845
73
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 28258 LIMIT 1
0.212 ms 1 /classes/SpecificPrice.php:435
36
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 26767) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:453
177
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 26618 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:153
304
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23948
0.212 ms 1 /classes/Product.php:2899
294
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 24231
0.211 ms 1 /classes/Product.php:2899
239
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23894
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.210 ms 1 /classes/SpecificPrice.php:256
129
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 25232
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 1 /classes/SpecificPrice.php:256
58
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 7062) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:453
318
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23898
0.208 ms 1 /classes/Product.php:2899
106
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 28264 LIMIT 1
0.208 ms 1 /classes/SpecificPrice.php:435
285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 7062
0.207 ms 1 /classes/Product.php:2899
250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 26610
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 1 /classes/SpecificPrice.php:256
167
SELECT SQL_NO_CACHE SUM(quantity)
FROM `stock_available`
WHERE (id_product = 23971) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:453
173
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 26618
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.206 ms 1 /classes/SpecificPrice.php:256
276
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 28299
0.206 ms 1 /classes/Product.php:2899
300
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 25232
0.206 ms 1 /classes/Product.php:2899
195
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23902
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 1 /classes/SpecificPrice.php:256
118
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23908
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 1 /classes/SpecificPrice.php:256
310
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23895
0.204 ms 1 /classes/Product.php:2899
322
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 26610
0.204 ms 1 /classes/Product.php:2899
110
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 28264 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6845
308
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 26618
0.203 ms 1 /classes/Product.php:2899
312
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23902
0.202 ms 1 /classes/Product.php:2899
42
SELECT SQL_NO_CACHE 1 FROM `specific_price` WHERE id_product = 30985 LIMIT 1
0.201 ms 1 /classes/SpecificPrice.php:435
290
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 28258
0.201 ms 1 /classes/Product.php:2899
306
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23971
0.201 ms 1 /classes/Product.php:2899
12
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 29440 AND id_shop=1 LIMIT 1
0.200 ms 1 /classes/Product.php:6845
151
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23948
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.200 ms 1 /classes/SpecificPrice.php:256
231
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23898 AND id_shop=1 LIMIT 1
0.200 ms 1 /classes/Product.php:6845
155
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23948 AND `id_group` = 1 LIMIT 1
0.199 ms 0 /classes/GroupReduction.php:153
242
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23894 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6845
40
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 984 LIMIT 1
0.198 ms 1 /classes/Category.php:1370
320
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `product_attribute`
WHERE `id_product` = 23894
0.197 ms 1 /classes/Product.php:2899
85
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 28259
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.197 ms 1 /classes/SpecificPrice.php:256
31
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 26767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.196 ms 1 /classes/SpecificPrice.php:256
162
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23971
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 1 /classes/SpecificPrice.php:256
210
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 28261 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:153
228
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 23898
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 1 /classes/SpecificPrice.php:256
217
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 25228
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 1 /classes/SpecificPrice.php:256
265
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 25229 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:153
326
SELECT SQL_NO_CACHE `id_module` FROM `module` WHERE `name` = "ps_customersignin" LIMIT 1
0.191 ms 1 /classes/module/Module.php:2636
253
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 26610 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6845
57
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 7062 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:153
165
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23971 AND id_shop=1 LIMIT 1
0.187 ms 1 /classes/Product.php:6845
166
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23971 AND `id_group` = 1 LIMIT 1
0.187 ms 0 /classes/GroupReduction.php:153
41
SELECT SQL_NO_CACHE name FROM category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 984 LIMIT 1
0.185 ms 1 /classes/Product.php:5639
140
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `specific_price_priority`
WHERE `id_product` = 28260
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.184 ms 1 /classes/SpecificPrice.php:256
89
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 28259 AND `id_group` = 1 LIMIT 1
0.184 ms 0 /classes/GroupReduction.php:153
209
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 28261 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6845
78
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 28258 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:153
111
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 28264 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:153
143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 28260 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6845
154
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 23948 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6845
100
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 24231 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:153
133
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 25232 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:153
254
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 26610 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:153
243
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 23894 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:153
176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `product_shop`
WHERE `id_product` = 26618 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6845
35
SELECT SQL_NO_CACHE `reduction`
FROM `product_group_reduction_cache`
WHERE `id_product` = 26767 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:153

Doubles

24 queries
SELECT image_shop.`id_image`
                    FROM `image` i
                     INNER JOIN 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
24 queries
SELECT XX FROM `specific_price` WHERE id_product = XX LIMIT XX
24 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
24 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
24 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 `product` p
INNER JOIN `product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `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)
24 queries
                            SELECT `id_tax_rules_group`
                            FROM `product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24 queries
			SELECT `reduction`
			FROM `product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24 queries
SELECT SUM(quantity)
FROM `stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop_group = XX) AND (id_shop = XX) LIMIT XX
24 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `cart_product` cp JOIN `pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = 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
24 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM feature_product pf
                LEFT JOIN feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN 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
24 queries
SELECT *
FROM `product` a
LEFT JOIN `product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `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
24 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `image` i
             INNER JOIN image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
24 queries
SELECT `id_product_attribute`
            FROM `product_attribute`
            WHERE `id_product` = XX
24 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 `product_attribute` pa
             INNER JOIN 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 `product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `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;
2 queries
SELECT XX FROM `cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
			SELECT `id_product`, `id_product_attribute`
			FROM `specific_price`
			WHERE	`id_shop` IN (XX, XX) AND
					`id_currency` IN (XX, XX) AND
					`id_country` IN (XX, XX) AND
					`id_group` IN (XX, XX) AND
					`from_quantity` = XX AND
					`reduction` > XX
		AND `id_customer` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)

Tables stress

76 product
76 product_shop
50 specific_price
49 cart_product
49 product_attribute_shop
49 image_shop
48 image
48 product_attribute
26 stock_available
26 product_lang
25 image_lang
24 specific_price_priority
24 product_group_reduction_cache
24 pack
24 feature_product
24 feature_lang
24 feature_value_lang
24 feature
24 feature_shop
24 product_attribute_combination
24 attribute
24 attribute_lang
24 attribute_group
3 hook
2 cart_rule
2 category_product
2 category_group
2 category_lang
2 module
1 hook_module_exceptions
1 manufacturer
1 hook_alias

ObjectModel instances

Name Instances Source
Product 62 /classes/Link.php:113 (__construct) [id: 28299]
/classes/Link.php:113 (__construct) [id: 28258]
/classes/Link.php:113 (__construct) [id: 28259]
/classes/Link.php:113 (__construct) [id: 24231]
/classes/Link.php:113 (__construct) [id: 28264]
/classes/Link.php:113 (__construct) [id: 23908]
/classes/Link.php:113 (__construct) [id: 25232]
/classes/Link.php:113 (__construct) [id: 28260]
/classes/Link.php:113 (__construct) [id: 23948]
/classes/Link.php:113 (__construct) [id: 23971]
/classes/Link.php:113 (__construct) [id: 26618]
/classes/Link.php:113 (__construct) [id: 23895]
/classes/Link.php:113 (__construct) [id: 23902]
/classes/Link.php:113 (__construct) [id: 28261]
/classes/Link.php:113 (__construct) [id: 25228]
/classes/Link.php:113 (__construct) [id: 23898]
/classes/Link.php:113 (__construct) [id: 23894]
/classes/Link.php:113 (__construct) [id: 26610]
/classes/Link.php:113 (__construct) [id: 25229]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 29440]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28299]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 26767]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 30985]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7062]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19070]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28258]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28259]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 24231]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28264]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23908]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 25232]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28260]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23948]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23971]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 26618]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23895]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23902]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28261]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 25228]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23898]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23894]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 26610]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 25229]
/classes/Link.php:113 (__construct) [id: 28299]
/classes/Link.php:113 (__construct) [id: 28258]
/classes/Link.php:113 (__construct) [id: 28259]
/classes/Link.php:113 (__construct) [id: 24231]
/classes/Link.php:113 (__construct) [id: 28264]
/classes/Link.php:113 (__construct) [id: 23908]
/classes/Link.php:113 (__construct) [id: 25232]
/classes/Link.php:113 (__construct) [id: 28260]
/classes/Link.php:113 (__construct) [id: 23948]
/classes/Link.php:113 (__construct) [id: 23971]
/classes/Link.php:113 (__construct) [id: 26618]
/classes/Link.php:113 (__construct) [id: 23895]
/classes/Link.php:113 (__construct) [id: 23902]
/classes/Link.php:113 (__construct) [id: 28261]
/classes/Link.php:113 (__construct) [id: 25228]
/classes/Link.php:113 (__construct) [id: 23898]
/classes/Link.php:113 (__construct) [id: 23894]
/classes/Link.php:113 (__construct) [id: 26610]
/classes/Link.php:113 (__construct) [id: 25229]
Country 5 /config/config.inc.php:146 (__construct) [id: 17]
/classes/AddressFormat.php:404 (__construct) [id: 17]
/classes/controller/FrontController.php:1725 (__construct) [id: 17]
/classes/AddressFormat.php:404 (__construct) [id: 17]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 17]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3691 (initialize) [id: ]
/classes/Product.php:3801 (__construct) [id: ]
/classes/Product.php:5936 (__construct) [id: ]
Category 3 /modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Configuration 3 /modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct) [id: 1864]
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct) [id: 1864]
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct) [id: 1864]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:684 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:429 (__construct) [id: ]
/classes/controller/FrontController.php:499 (__construct) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:559 (__construct) [id: 1]
AddressFormat 2 /classes/controller/FrontController.php:1719 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
State 2 /classes/controller/FrontController.php:1724 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1649 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1652 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]

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-intl-normalizer/bootstrap.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
13 /vendor/symfony/polyfill-intl-idn/bootstrap.php
14 /vendor/symfony/polyfill-mbstring/bootstrap.php
15 /vendor/symfony/polyfill-mbstring/bootstrap80.php
16 /vendor/symfony/polyfill-php80/bootstrap.php
17 /vendor/symfony/polyfill-ctype/bootstrap.php
18 /vendor/symfony/polyfill-ctype/bootstrap80.php
19 /vendor/symfony/deprecation-contracts/function.php
20 /vendor/guzzlehttp/promises/src/functions_include.php
21 /vendor/guzzlehttp/promises/src/functions.php
22 /vendor/symfony/polyfill-iconv/bootstrap.php
23 /vendor/ralouphie/getallheaders/src/getallheaders.php
24 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
25 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
26 /vendor/guzzlehttp/guzzle/src/functions_include.php
27 /vendor/guzzlehttp/guzzle/src/functions.php
28 /vendor/symfony/polyfill-php81/bootstrap.php
29 /vendor/symfony/polyfill-php73/bootstrap.php
30 /vendor/symfony/polyfill-intl-icu/bootstrap.php
31 /vendor/lcobucci/jwt/compat/class-aliases.php
32 /vendor/lcobucci/jwt/src/Token.php
33 /vendor/lcobucci/jwt/src/Signature.php
34 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
35 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
36 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
37 /vendor/jakeasmith/http_build_url/src/http_build_url.php
38 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
39 /vendor/api-platform/core/src/deprecation.php
40 /vendor/api-platform/core/src/Api/FilterInterface.php
41 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
42 /vendor/api-platform/core/src/deprecated_interfaces.php
43 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
45 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
55 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
57 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
58 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
60 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
61 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
62 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
64 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
65 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
66 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
67 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
68 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
69 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
70 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
71 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
72 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
73 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
74 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
75 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
76 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
77 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
78 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
85 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
87 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
88 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
89 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
93 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
96 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
97 /vendor/psr/container/src/ContainerInterface.php
98 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
99 /vendor/ircmaxell/password-compat/lib/password.php
100 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.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/prod/appParameters.php
114 /var/cache/prod/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/cache/Cache.php
134 /classes/cache/CacheApc.php
135 /src/Core/Security/Hashing.php
136 /classes/Configuration.php
137 /classes/Validate.php
138 /src/Adapter/EntityMapper.php
139 /classes/db/DbQuery.php
140 /src/Core/Addon/Theme/ThemeManagerBuilder.php
141 /vendor/psr/log/Psr/Log/NullLogger.php
142 /vendor/psr/log/Psr/Log/AbstractLogger.php
143 /vendor/psr/log/Psr/Log/LoggerInterface.php
144 /src/Adapter/Configuration.php
145 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
146 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
147 /src/Core/ConfigurationInterface.php
148 /src/Core/Addon/Theme/ThemeRepository.php
149 /src/Core/Addon/AddonRepositoryInterface.php
150 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
151 /src/Core/Addon/Theme/Theme.php
152 /src/Core/Addon/AddonInterface.php
153 /src/Core/Util/ArrayFinder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
158 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
159 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
160 /config/defines_uri.inc.php
161 /classes/Language.php
162 /src/Core/Language/LanguageInterface.php
163 /classes/Country.php
164 /classes/PrestaShopCollection.php
165 /classes/shop/ShopGroup.php
166 /classes/Cookie.php
167 /classes/PhpEncryption.php
168 /classes/PhpEncryptionEngine.php
169 /vendor/defuse/php-encryption/src/Key.php
170 /vendor/defuse/php-encryption/src/Encoding.php
171 /vendor/defuse/php-encryption/src/Core.php
172 /vendor/defuse/php-encryption/src/Crypto.php
173 /vendor/defuse/php-encryption/src/KeyOrPassword.php
174 /vendor/defuse/php-encryption/src/RuntimeTests.php
175 /vendor/defuse/php-encryption/src/DerivedKeys.php
176 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
177 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
178 /src/Core/Session/SessionHandler.php
179 /src/Core/Session/SessionHandlerInterface.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
196 /config/smarty.config.inc.php
197 /vendor/smarty/smarty/libs/Smarty.class.php
198 /vendor/smarty/smarty/libs/functions.php
199 /vendor/smarty/smarty/libs/Autoloader.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
209 /config/smartyfront.config.inc.php
210 /classes/Smarty/SmartyResourceModule.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
213 /classes/Smarty/SmartyResourceParent.php
214 /classes/Smarty/SmartyLazyRegister.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
216 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
217 /classes/Customer.php
218 /classes/Group.php
219 /classes/Link.php
220 /classes/shop/ShopUrl.php
221 /classes/Dispatcher.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
229 /src/Adapter/SymfonyContainer.php
230 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
231 /config/db_slave_server.inc.php
232 /modules/ps_checkout/ps_checkout.php
233 /modules/ps_checkout/vendor/autoload.php
234 /modules/ps_checkout/vendor/composer/autoload_real.php
235 /modules/ps_checkout/vendor/composer/autoload_static.php
236 /modules/ps_checkout/vendor/clue/stream-filter/src/functions_include.php
237 /modules/ps_checkout/vendor/clue/stream-filter/src/functions.php
238 /modules/ps_checkout/vendor/php-http/message/src/filters.php
239 /classes/PaymentModule.php
240 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
241 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
242 /src/PrestaShopBundle/Translation/TranslatorComponent.php
243 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
244 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
245 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
246 /vendor/symfony/contracts/Translation/TranslatorInterface.php
247 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
248 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
249 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
250 /src/PrestaShopBundle/Translation/TranslatorInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
252 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
253 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
254 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
256 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
257 /vendor/symfony/contracts/Translation/TranslatorTrait.php
258 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
259 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
260 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
261 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
262 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
263 /var/cache/prod/translations/catalogue.en-GB.NXhscRe.php
264 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
265 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
266 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
267 /controllers/front/listing/PricesDropController.php
268 /classes/controller/ProductListingFrontController.php
269 /classes/controller/ProductPresentingFrontController.php
270 /classes/controller/FrontController.php
271 /src/Adapter/Presenter/Object/ObjectPresenter.php
272 /src/Adapter/Presenter/PresenterInterface.php
273 /src/Adapter/Presenter/Cart/CartPresenter.php
274 /src/Adapter/Product/PriceFormatter.php
275 /src/Adapter/Image/ImageRetriever.php
276 /classes/tax/TaxConfiguration.php
277 /classes/Smarty/TemplateFinder.php
278 /classes/assets/StylesheetManager.php
279 /classes/assets/AbstractAssetManager.php
280 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
281 /classes/assets/JavascriptManager.php
282 /classes/assets/CccReducer.php
283 /src/Adapter/ContainerBuilder.php
284 /src/Adapter/Environment.php
285 /src/Core/EnvironmentInterface.php
286 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
287 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
288 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
289 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
290 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
291 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
292 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
293 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
294 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
295 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
296 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
297 /vendor/symfony/contracts/Service/ResetInterface.php
298 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
299 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
300 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
301 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
302 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
303 /vendor/symfony/contracts/Cache/ItemInterface.php
304 /vendor/psr/cache/src/CacheItemInterface.php
305 /vendor/psr/cache/src/CacheItemPoolInterface.php
306 /vendor/symfony/contracts/Cache/CacheInterface.php
307 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
309 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
311 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
312 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
313 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
314 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
315 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
316 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
368 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
369 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
370 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
371 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
372 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
375 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
376 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
377 /var/cache/prod/FrontContainer.php
378 /src/Adapter/Container/LegacyContainer.php
379 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
380 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
381 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
382 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
383 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
384 /vendor/psr/container/src/ContainerExceptionInterface.php
385 /vendor/psr/container/src/NotFoundExceptionInterface.php
386 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
387 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
388 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
389 /src/Adapter/Container/LegacyContainerInterface.php
390 /modules/ps_linklist/vendor/autoload.php
391 /modules/ps_linklist/vendor/composer/autoload_real.php
392 /modules/ps_linklist/vendor/composer/platform_check.php
393 /modules/ps_linklist/vendor/composer/autoload_static.php
394 /modules/blockreassurance/vendor/autoload.php
395 /modules/blockreassurance/vendor/composer/autoload_real.php
396 /modules/blockreassurance/vendor/composer/platform_check.php
397 /modules/blockreassurance/vendor/composer/autoload_static.php
398 /modules/blockwishlist/vendor/autoload.php
399 /modules/blockwishlist/vendor/composer/autoload_real.php
400 /modules/blockwishlist/vendor/composer/autoload_static.php
401 /modules/ps_contactinfo/vendor/autoload.php
402 /modules/ps_contactinfo/vendor/composer/autoload_real.php
403 /modules/ps_contactinfo/vendor/composer/platform_check.php
404 /modules/ps_contactinfo/vendor/composer/autoload_static.php
405 /modules/ps_shoppingcart/vendor/autoload.php
406 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
407 /modules/ps_shoppingcart/vendor/composer/platform_check.php
408 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
409 /modules/ps_mainmenu/vendor/autoload.php
410 /modules/ps_mainmenu/vendor/composer/autoload_real.php
411 /modules/ps_mainmenu/vendor/composer/platform_check.php
412 /modules/ps_mainmenu/vendor/composer/autoload_static.php
413 /modules/ps_searchbar/vendor/autoload.php
414 /modules/ps_searchbar/vendor/composer/autoload_real.php
415 /modules/ps_searchbar/vendor/composer/platform_check.php
416 /modules/ps_searchbar/vendor/composer/autoload_static.php
417 /modules/ps_imageslider/vendor/autoload.php
418 /modules/ps_imageslider/vendor/composer/autoload_real.php
419 /modules/ps_imageslider/vendor/composer/platform_check.php
420 /modules/ps_imageslider/vendor/composer/autoload_static.php
421 /modules/ps_featuredproducts/vendor/autoload.php
422 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
423 /modules/ps_featuredproducts/vendor/composer/platform_check.php
424 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
425 /modules/ps_emailsubscription/vendor/autoload.php
426 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
427 /modules/ps_emailsubscription/vendor/composer/platform_check.php
428 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
429 /modules/ps_categorytree/vendor/autoload.php
430 /modules/ps_categorytree/vendor/composer/autoload_real.php
431 /modules/ps_categorytree/vendor/composer/platform_check.php
432 /modules/ps_categorytree/vendor/composer/autoload_static.php
433 /modules/contactform/vendor/autoload.php
434 /modules/contactform/vendor/composer/autoload_real.php
435 /modules/contactform/vendor/composer/platform_check.php
436 /modules/contactform/vendor/composer/autoload_static.php
437 /modules/ps_sharebuttons/vendor/autoload.php
438 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
439 /modules/ps_sharebuttons/vendor/composer/platform_check.php
440 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
441 /modules/ps_emailalerts/vendor/autoload.php
442 /modules/ps_emailalerts/vendor/composer/autoload_real.php
443 /modules/ps_emailalerts/vendor/composer/platform_check.php
444 /modules/ps_emailalerts/vendor/composer/autoload_static.php
445 /modules/ps_viewedproduct/vendor/autoload.php
446 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
447 /modules/ps_viewedproduct/vendor/composer/platform_check.php
448 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
449 /modules/statscheckup/vendor/autoload.php
450 /modules/statscheckup/vendor/composer/autoload_real.php
451 /modules/statscheckup/vendor/composer/platform_check.php
452 /modules/statscheckup/vendor/composer/autoload_static.php
453 /modules/statscatalog/vendor/autoload.php
454 /modules/statscatalog/vendor/composer/autoload_real.php
455 /modules/statscatalog/vendor/composer/platform_check.php
456 /modules/statscatalog/vendor/composer/autoload_static.php
457 /modules/dashactivity/vendor/autoload.php
458 /modules/dashactivity/vendor/composer/autoload_real.php
459 /modules/dashactivity/vendor/composer/platform_check.php
460 /modules/dashactivity/vendor/composer/autoload_static.php
461 /modules/dashproducts/vendor/autoload.php
462 /modules/dashproducts/vendor/composer/autoload_real.php
463 /modules/dashproducts/vendor/composer/platform_check.php
464 /modules/dashproducts/vendor/composer/autoload_static.php
465 /modules/dashtrends/vendor/autoload.php
466 /modules/dashtrends/vendor/composer/autoload_real.php
467 /modules/dashtrends/vendor/composer/platform_check.php
468 /modules/dashtrends/vendor/composer/autoload_static.php
469 /modules/ps_distributionapiclient/vendor/autoload.php
470 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
471 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
472 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
473 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
474 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
475 /modules/gsitemap/vendor/autoload.php
476 /modules/gsitemap/vendor/composer/autoload_real.php
477 /modules/gsitemap/vendor/composer/platform_check.php
478 /modules/gsitemap/vendor/composer/autoload_static.php
479 /modules/pagesnotfound/vendor/autoload.php
480 /modules/pagesnotfound/vendor/composer/autoload_real.php
481 /modules/pagesnotfound/vendor/composer/platform_check.php
482 /modules/pagesnotfound/vendor/composer/autoload_static.php
483 /modules/statsproduct/vendor/autoload.php
484 /modules/statsproduct/vendor/composer/autoload_real.php
485 /modules/statsproduct/vendor/composer/platform_check.php
486 /modules/statsproduct/vendor/composer/autoload_static.php
487 /modules/ps_categoryproducts/vendor/autoload.php
488 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
489 /modules/ps_categoryproducts/vendor/composer/platform_check.php
490 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
491 /modules/ps_themecusto/vendor/autoload.php
492 /modules/ps_themecusto/vendor/composer/autoload_real.php
493 /modules/ps_themecusto/vendor/composer/platform_check.php
494 /modules/ps_themecusto/vendor/composer/autoload_static.php
495 /modules/ps_advertising/vendor/autoload.php
496 /modules/ps_advertising/vendor/composer/autoload_real.php
497 /modules/ps_advertising/vendor/composer/autoload_static.php
498 /modules/ps_newproducts/vendor/autoload.php
499 /modules/ps_newproducts/vendor/composer/autoload_real.php
500 /modules/ps_newproducts/vendor/composer/platform_check.php
501 /modules/ps_newproducts/vendor/composer/autoload_static.php
502 /modules/autoupgrade/vendor/autoload.php
503 /modules/autoupgrade/vendor/composer/autoload_real.php
504 /modules/autoupgrade/vendor/composer/autoload_static.php
505 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
506 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
507 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
508 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
509 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
510 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
511 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
512 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
513 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
514 /modules/newsletterwizardpro/vendor/autoload.php
515 /modules/newsletterwizardpro/vendor/composer/autoload_real.php
516 /modules/newsletterwizardpro/vendor/composer/autoload_static.php
517 /modules/ps_eventbus/vendor/autoload.php
518 /modules/ps_eventbus/vendor/composer/autoload_real.php
519 /modules/ps_eventbus/vendor/composer/autoload_static.php
520 /modules/ps_mbo/vendor/autoload.php
521 /modules/ps_mbo/vendor/composer/autoload_real.php
522 /modules/ps_mbo/vendor/composer/platform_check.php
523 /modules/ps_mbo/vendor/composer/autoload_static.php
524 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
525 /modules/ps_mbo/bootstrap.php
526 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
527 /modules/ps_accounts/vendor/autoload.php
528 /modules/ps_accounts/vendor/composer/autoload_real.php
529 /modules/ps_accounts/vendor/composer/platform_check.php
530 /modules/ps_accounts/vendor/composer/autoload_static.php
531 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
532 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
533 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
534 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
535 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
536 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
537 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
538 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
539 /src/Core/Localization/Locale/Repository.php
540 /src/Core/Localization/Locale/RepositoryInterface.php
541 /src/Core/Localization/CLDR/LocaleRepository.php
542 /src/Core/Localization/CLDR/LocaleDataSource.php
543 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
544 /src/Core/Data/Layer/AbstractDataLayer.php
545 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
546 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
547 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
548 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
549 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
550 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
551 /vendor/symfony/contracts/Cache/CacheTrait.php
552 /vendor/psr/cache/src/InvalidArgumentException.php
553 /vendor/psr/cache/src/CacheException.php
554 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
555 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
556 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
557 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
558 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
559 /src/Core/Localization/CLDR/Reader.php
560 /src/Core/Localization/CLDR/ReaderInterface.php
561 /src/Core/Localization/Currency/Repository.php
562 /src/Core/Localization/Currency/RepositoryInterface.php
563 /src/Core/Localization/Currency/CurrencyDataSource.php
564 /src/Core/Localization/Currency/DataSourceInterface.php
565 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
566 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
567 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
568 /src/Adapter/Currency/CurrencyDataProvider.php
569 /src/Core/Currency/CurrencyDataProviderInterface.php
570 /src/Adapter/LegacyContext.php
571 /src/Adapter/Tools.php
572 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
573 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
574 /vendor/prestashop/decimal/src/Operation/Rounding.php
575 /src/Core/Localization/Locale.php
576 /src/Core/Localization/LocaleInterface.php
577 /src/Core/Localization/Specification/Price.php
578 /src/Core/Localization/Specification/Number.php
579 /src/Core/Localization/Specification/NumberInterface.php
580 /src/Core/Localization/Specification/Factory.php
581 /src/Core/Localization/CLDR/LocaleData.php
582 /src/Core/Localization/CLDR/NumberSymbolsData.php
583 /src/Core/Localization/CLDR/CurrencyData.php
584 /src/Core/Localization/CLDR/Locale.php
585 /src/Core/Localization/CLDR/LocaleInterface.php
586 /src/Core/Localization/Specification/NumberSymbolList.php
587 /classes/Currency.php
588 /src/Core/Localization/Currency/LocalizedCurrencyId.php
589 /classes/webservice/WebserviceRequest.php
590 /src/Core/Localization/Currency/CurrencyData.php
591 /src/Core/Localization/Currency/CurrencyCollection.php
592 /src/Core/Localization/Currency.php
593 /src/Core/Localization/CurrencyInterface.php
594 /src/Core/Localization/Specification/NumberCollection.php
595 /src/Core/Localization/Number/Formatter.php
596 /classes/Cart.php
597 /src/Adapter/AddressFactory.php
598 /classes/CartRule.php
599 /classes/Product.php
600 /src/Core/Domain/Product/ValueObject/RedirectType.php
601 /src/Core/Util/DateTime/DateTime.php
602 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
603 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
604 /src/Core/Domain/Product/ValueObject/ProductType.php
605 /src/Core/Domain/Product/ValueObject/Reference.php
606 /src/Core/Domain/Product/ValueObject/Ean13.php
607 /src/Core/Domain/Product/ValueObject/Isbn.php
608 /src/Core/Domain/Product/ValueObject/Upc.php
609 /src/Core/Domain/Product/ProductSettings.php
610 /src/Core/Domain/Shop/ValueObject/ShopId.php
611 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
612 /modules/blockreassurance/blockreassurance.php
613 /src/Core/Module/WidgetInterface.php
614 /src/PrestaShopBundle/Translation/DomainNormalizer.php
615 /classes/Media.php
616 /modules/blockwishlist/blockwishlist.php
617 /modules/ps_emailsubscription/ps_emailsubscription.php
618 /modules/ps_emailalerts/ps_emailalerts.php
619 /modules/ps_emailalerts/MailAlert.php
620 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
621 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
622 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
623 /var/cache/prod/Ps_checkout8505FrontContainer.php
624 /modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php
625 /modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidatorInterface.php
626 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/Configuration.php
627 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/ConfigurationInterface.php
628 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/Context.php
629 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/ContextInterface.php
630 /modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php
631 /modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepositoryInterface.php
632 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
633 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
634 /src/Core/Addon/Module/ModuleManagerBuilder.php
635 /src/Core/Util/File/YamlParser.php
636 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
637 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
638 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
639 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
640 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
641 /var/cache/prod/yaml/736b0c2d4e7f0fcd382d33c26e53341d.php
642 /src/Adapter/LegacyLogger.php
643 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
644 /src/Adapter/Module/ModuleDataProvider.php
645 /src/Adapter/Module/AdminModuleDataProvider.php
646 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
647 /src/Adapter/Module/Module.php
648 /src/Core/Module/ModuleInterface.php
649 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
650 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
651 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
652 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
653 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
654 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
655 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
656 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
657 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
658 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
659 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
660 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
661 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
662 /src/Adapter/Module/ModuleDataUpdater.php
663 /src/Core/Module/ModuleManager.php
664 /src/Core/Module/ModuleManagerInterface.php
665 /src/Core/Module/ModuleRepository.php
666 /src/Core/Module/ModuleRepositoryInterface.php
667 /src/Adapter/HookManager.php
668 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
669 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
670 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
671 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
672 /modules/ps_distributionapiclient/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
673 /src/Core/Hook/HookDispatcherInterface.php
674 /modules/ps_accounts/ps_accounts.php
675 /modules/ps_accounts/src/Hook/HookableTrait.php
676 /modules/ps_accounts/src/Module/Install.php
677 /modules/ps_accounts/src/Settings/SettingsForm.php
678 /classes/Translate.php
679 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
680 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
681 /modules/ps_accounts/config.php
682 /modules/ps_accounts/src/Log/Logger.php
683 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
684 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
685 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
686 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
687 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
688 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
689 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
690 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
691 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
692 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
693 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
694 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
695 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
696 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
697 /modules/ps_accounts/src/ServiceProvider/QueryProvider.php
698 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
699 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
700 /modules/ps_accounts/src/Service/PsAccountsService.php
701 /modules/ps_accounts/src/Account/Session/ShopSession.php
702 /modules/ps_accounts/src/Account/Session/Session.php
703 /modules/ps_accounts/src/Account/Session/SessionInterface.php
704 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
705 /modules/ps_accounts/src/Adapter/Configuration.php
706 /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php
707 /modules/ps_accounts/src/Http/Client/ClientConfig.php
708 /modules/ps_accounts/src/Http/Client/ConfigObject.php
709 /modules/ps_accounts/src/Type/Enum.php
710 /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php
711 /modules/ps_accounts/src/Adapter/Link.php
712 /modules/ps_accounts/src/Context/ShopContext.php
713 /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
714 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
715 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
716 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
717 /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
718 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
719 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
720 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
721 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
722 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
723 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
724 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
725 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
726 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
727 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
728 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
729 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
730 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
731 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
732 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
733 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
734 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
735 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
736 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
737 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
738 /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
739 /modules/ps_accounts/src/Service/OAuth2/CachedFile.php
740 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
741 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
742 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
743 /modules/ps_accounts/src/Account/StatusManager.php
744 /modules/ps_accounts/src/Service/Accounts/AccountsService.php
745 /modules/ps_accounts/src/Service/AnalyticsService.php
746 /modules/ps_accounts/src/Service/AdminTokenService.php
747 /modules/ps_checkout/vendor/invertus/core/src/Settings/Configuration/PayPalConfiguration.php
748 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
749 /modules/ps_accounts/src/Account/CachedShopStatus.php
750 /modules/ps_accounts/src/Http/Resource/Resource.php
751 /modules/ps_accounts/src/Type/Dto.php
752 /modules/ps_accounts/src/Service/Accounts/Resource/ShopStatus.php
753 /modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/FrontControllerValidator.php
754 /modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/FrontControllerValidatorInterface.php
755 /classes/ProductDownload.php
756 /classes/tax/Tax.php
757 /src/Core/Localization/CLDR/ComputingPrecision.php
758 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
759 /src/Core/Cart/Calculator.php
760 /src/Core/Cart/CartRowCollection.php
761 /src/Core/Cart/Fees.php
762 /src/Core/Cart/AmountImmutable.php
763 /src/Core/Cart/CartRuleCollection.php
764 /src/Core/Cart/CartRuleCalculator.php
765 /src/Adapter/Product/PriceCalculator.php
766 /classes/order/Order.php
767 /src/Core/Cart/CartRow.php
768 /vendor/prestashop/decimal/src/DecimalNumber.php
769 /vendor/prestashop/decimal/src/Builder.php
770 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
771 /classes/Gender.php
772 /classes/Risk.php
773 /classes/Meta.php
774 /classes/Address.php
775 /classes/ImageType.php
776 /classes/State.php
777 /src/Core/Security/PasswordPolicyConfiguration.php
778 /src/Core/Configuration/DataConfigurationInterface.php
779 /src/Core/Filter/FrontEndObject/MainFilter.php
780 /src/Core/Filter/FilterInterface.php
781 /src/Core/Filter/FrontEndObject/CartFilter.php
782 /src/Core/Filter/HashMapWhitelistFilter.php
783 /src/Core/Filter/CollectionFilter.php
784 /src/Core/Filter/FrontEndObject/ProductFilter.php
785 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
786 /src/Core/Filter/FrontEndObject/CustomerFilter.php
787 /src/Core/Filter/FrontEndObject/ShopFilter.php
788 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
789 /modules/ht_scrolltop/ht_scrolltop.php
790 /modules/ht_addthis/ht_addthis.php
791 /modules/ht_stickyheader/ht_stickyheader.php
792 /modules/ps_shoppingcart/ps_shoppingcart.php
793 /modules/ets_recaptcha_free/ets_recaptcha_free.php
794 /modules/ets_recaptcha_free/classes/ets_rcf_defines.php
795 /modules/ht_themecpanel/ht_themecpanel.php
796 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
797 /var/cache/prod/smarty/compile/etrend_kids/4a/7a/55/4a7a5511460820c9d8e56504238f533d88f8a4b1_2.file.ht_themecpanel.tpl.php
798 /modules/ht_stocklevel/ht_stocklevel.php
799 /src/Core/Product/Search/ProductSearchContext.php
800 /src/Core/Product/Search/ProductSearchQuery.php
801 /src/Core/Product/Search/SortOrder.php
802 /src/Adapter/PricesDrop/PricesDropProductSearchProvider.php
803 /src/Core/Product/Search/ProductSearchProviderInterface.php
804 /classes/SpecificPrice.php
805 /classes/Combination.php
806 /classes/stock/StockAvailable.php
807 /classes/Category.php
808 /classes/tax/TaxManagerFactory.php
809 /classes/tax/TaxRulesTaxManager.php
810 /classes/tax/TaxManagerInterface.php
811 /classes/tax/TaxCalculator.php
812 /classes/GroupReduction.php
813 /classes/Pack.php
814 /classes/Feature.php
815 /src/Core/Product/Search/ProductSearchResult.php
816 /classes/ProductAssembler.php
817 /classes/ProductPresenterFactory.php
818 /src/Adapter/Presenter/Product/ProductListingPresenter.php
819 /src/Adapter/Presenter/Product/ProductPresenter.php
820 /src/Adapter/Product/ProductColorsRetriever.php
821 /src/Core/Product/ProductPresentationSettings.php
822 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
823 /src/Adapter/Presenter/Product/ProductLazyArray.php
824 /src/Adapter/Presenter/AbstractLazyArray.php
825 /classes/Image.php
826 /src/Core/Image/ImageFormatConfiguration.php
827 /src/Core/Image/ImageFormatConfigurationInterface.php
828 /classes/FeatureFlag.php
829 /src/Core/FeatureFlag/FeatureFlagSettings.php
830 /vendor/prestashop/decimal/src/Operation/Multiplication.php
831 /src/Core/Util/Inflector.php
832 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
833 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
834 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
835 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
836 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
837 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
838 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
839 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
840 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
841 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
842 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
843 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
844 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
845 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
846 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
847 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
848 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
849 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
850 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
851 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
852 /src/Core/Product/Search/Pagination.php
853 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/0b/45/e4/0b45e4696a0c24c47ca9cd4f69b3dbf65a96334d_2.file.prices-drop.tpl.php
854 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
855 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/b1/a9/63/b1a9639e3a0c3783949dd75c4584c5cd640cbd97_2.file.product-list.tpl.php
856 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
857 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/4f/1b/af/4f1baf70ec18ac6ac7633c9b855f6ed1614d6d64_2.file.layout-left-column.tpl.php
858 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/67/06/d7/6706d7f1c63d59bcbd0452b5f59ae0a7213f3fe8_2.file.layout-both-columns.tpl.php
859 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/95/dd/78/95dd78ece4c16559e97fcd57111858f95b8fa41a_2.file.head.tpl.php
860 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/84/42/ed/8442ed62959b4ee34b32ddb366944dd4c86c7069_2.file.stylesheets.tpl.php
861 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
862 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/68/2c/99/682c99bbef832f38080f71e4bf708989549ae644_2.file.javascript.tpl.php
863 /vendor/smarty/smarty/libs/plugins/modifier.count.php
864 /src/Core/Util/String/StringModifier.php
865 /src/Core/Util/String/StringModifierInterface.php
866 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/df/fb/3c/dffb3c4a0c64a0f2d9480c1b26be754aa1b9f825_2.file.header.tpl.php
867 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
868 /var/cache/prod/smarty/compile/etrend_kids/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
869 /modules/ps_searchbar/ps_searchbar.php
870 /var/cache/prod/smarty/compile/etrend_kids/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
871 /modules/ps_customersignin/ps_customersignin.php
872 /var/cache/prod/smarty/compile/etrend_kids/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
873 /modules/ps_currencyselector/ps_currencyselector.php
874 /modules/ps_languageselector/ps_languageselector.php
875 /modules/ps_mainmenu/ps_mainmenu.php
876 /modules/ps_mainmenu/ps_menutoplinks.class.php
877 /var/cache/prod/smarty/compile/etrend_kids/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
878 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
879 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/61/31/5e/61315e412ade68cab90e548b6ed4b88177c1123a_2.file.product-activation.tpl.php
880 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/73/d2/b7/73d2b7fca50aed3f55f616461eac2277e702b7ac_2.file.notifications.tpl.php
881 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/4c/0f/e9/4c0fe9d403c0d56b782bb458b9687854e0fdd58b_2.file.breadcrumb.tpl.php
882 /modules/ps_categorytree/ps_categorytree.php
883 /var/cache/prod/smarty/compile/etrend_kids/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
884 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/ad/7a/8e/ad7a8ea2a3d2acd4a045fb8e9949c78305ab41ea_2.file.products-top.tpl.php
885 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/4a/2d/ec/4a2dec6622d3625ac8e1842883c866ff847199dc_2.file.sort-orders.tpl.php
886 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/74/b0/b5/74b0b57cb83d81d27128ca25be5a1b9180cd72ce_2.file.products.tpl.php
887 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/b5/cd/c2/b5cdc2224681625a65205d70cca8cb09205b3483_2.file.product.tpl.php
888 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
889 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
890 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/37/40/51/3740512c3c63d43252894a140609dbb9699cc4c6_2.file.pagination.tpl.php
891 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/6b/8f/34/6b8f34405cec8596c3542f2381ab209e1bef046e_2.file.products-bottom.tpl.php
892 /var/cache/prod/smarty/compile/etrend_kidslayouts_layout_left_column_tpl/f9/71/80/f97180977536ec6e271c4c41d11550f4ac3854bf_2.file.footer.tpl.php
893 /modules/ps_contactinfo/ps_contactinfo.php
894 /var/cache/prod/smarty/compile/etrend_kids/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
895 /var/cache/prod/smarty/compile/etrend_kids/c1/6e/a8/c16ea80d8fb008925efd0645a3c6268cbb33a5d5_2.file.scrolltop.tpl.php
896 /modules/ps_linklist/ps_linklist.php
897 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
898 /modules/ps_linklist/src/Filter/LinkFilter.php
899 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
900 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
901 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
902 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
903 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
904 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
905 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/17/etrend_kids/0f/8e/9a/0f8e9a9f46d7af89ff82f85a228053b0079cd15e.ps_linklistviewstemplateshooklinkblock.tpl.php
906 /modules/ht_staticblocks/ht_staticblocks.php
907 /modules/ht_staticblocks/classes/StaticMainClass.php
908 /modules/ht_staticblocks/sql/SampleBlocks.php
909 /var/cache/prod/smarty/cache/ht_staticblocks_footer/1/1/1/17/etrend_kids/18/5c/5b/185c5b1d81c0bfab78e00bca051b7177271294c7.ht_staticblocks_footer.tpl.php
910 /var/cache/prod/smarty/cache/ht_staticblocks_FooterPaymentBlock/1/1/1/17/etrend_kids/a2/4e/10/a24e106ed7bb3632bd20166801f112f5c63fcaa0.ht_staticblocks_FooterPaymentBlock.tpl.php