4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Escudo del Villarreal

Pretemporada Villarreal

Presidente: Fernando Roig

Fichajes Villarreal

No fichajes previstos

Plantilla del Villarreal

Jugador Posición Edad Origen Altura Peso Goles Tarjetas rojas Tarjetas amarillas
Portero
1 Portero 40 es 188 92 - - -
31 Portero 21 ad 190 81 - - -
13 Portero 21 dk 190 77 - - -
Defensa
3 Central 37 es 190 82 - - -
17 Lateral Derecho 32 es 174 68 - - -
23 Lateral Izquierdo 31 dz 184 78 - - -
18 Lateral Izquierdo 30 es 171 65 - - -
12 Defensa 29 ci 187 75 - - -
24 Lateral Izquierdo 27 es 184 75 - - -
5 Defensa 23 es 190 76 - - -
8 Defensa 25 ar 187 73 - - -
26 Defensa 22 es 170 62 - - -
37 Defensa 21 es 180 - - - -
29 Defensa 21 es 183 77 - - -
2 Defensa 21 co 188 76 - - -
42 Defensa 19 rs 192 - - - -
44 Defensa 16 es 183 - - - -
Centrocampista
6 Medio Centro 34 fr 189 80 - - -
10 Medio Centro 34 es 182 74 - - -
14 Medio Centro 31 es 178 75 - - -
19 Medio Centro 31 fr 177 73 - - -
22 Centrocampista 29 es 176 66 - - -
4 Centrocampista 26 es 188 74 - - -
16 Centrocampista 21 es 174 69 - - -
20 Centrocampista 22 es 181 - - - -
Delantero
15 Delantero 35 es 180 70 - - -
7 Delantero Centro 31 es 180 77 - - -
25 Delantero 27 bf 181 72 - - -
9 Delantero 26 pt 179 73 - - -
11 Delantero 27 no 195 90 - - -
21 Delantero 20 es 172 65 - - -
30 Delantero 20 es 187 - - - -
27 Extremo Derecho 19 ma 175 70 - - -

  USO DE MEMORIA  
5,070,384 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0021
Controller Execution Time ( Preseason / Category )  0.0814
Total Execution Time  0.0835
  CADENA URL  
/pretemporada/Villarreal
  GET DATOS  
$_GET['/pretemporada/Villarreal']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (12)  
0.0018  SELECT type FROM routes WHERE alias = 'Villarreal'
0.0043  SELECT dt.*, t.id AS team_id, ct.id AS competition_id, ct.name AS competition_name, ct.alias AS competition_alias, ct.class, ct.alias, ct.type_style FROM datateams AS dt INNER JOIN teams AS t ON dt.id=t.teamId INNER JOIN leagues AS l ON t.league_id=l.id INNER JOIN categories AS ct ON l.categoryId=ct.id WHERE dt.basealias='Villarreal' AND ct.troncal=1 ORDER BY l.year DESC LIMIT 1
0.0037   SELECT t.id AS team_id, l.id AS league_id, ct.id as competition_id, ct.name AS competition_name FROM teams AS t INNER JOIN leagues AS l ON t.league_id=l.id INNER JOIN categories AS ct ON l.categoryId=ct.id WHERE t.teamId='2716' AND l.year='2024' AND (ct.competition_type='11' or ct.id=672)
0.0033  SELECT ct.id, ct.name, ct.alias, l.id AS league_id, l.year FROM leagues AS l INNER JOIN categories AS ct ON l.categoryId=ct.id AND ct.active_year=l.year WHERE ct.competition_type=11 or ct.id=672
0.0022  SELECT c.id, c.r1, c.r2, c.comments, c.shedule, c.extra, c.league_id, c.datateam1, c.datateam2, c.team1, c.team2 FROM calendars2024 AS c WHERE c.league_id IN (71432,70632,49360,75120,58837,75045,75697,74447,75096,75095,75079,75097,75055,75080,73659,73904,70875,65830,75099,66144,75158,65670,66585,75665,75100,71331,71585,72591,75946) AND (c.datateam1 IN (2716) OR c.datateam2 IN (2716)) ORDER BY c.shedule ASC
0.0058  SELECT dt.id, dt.nameShow, dt.basealias, s.name as stadium, s.address FROM datateams AS dt LEFT JOIN rel_stadiums rs ON rs.teamId = dt.id AND rs.active = 1 LEFT JOIN datastadiums AS s ON s.id = rs.stadium_id WHERE dt.id IN (3040,2716,193,1291,1135,4098,1799,1796)
0.0018  SELECT active_year as year from categories where id=1 order by active_year desc limit 1
0.0023  SELECT t.id, dt.id AS dtid, dt.nameShow AS name, dt.basealias FROM categories AS ct INNER JOIN leagues AS l ON ct.id=l.categoryId INNER JOIN teams AS t ON l.id=t.league_id INNER JOIN datateams AS dt ON t.teamId=dt.id WHERE ct.id=1 AND l.year=2024 AND ct.troncal=1 AND dt.id='2716' GROUP BY dt.id ORDER BY dt.nameShow ASC
0.0037   SELECT rb.origin_team_id AS otid, rb.destination_team_id AS dtid, rb.official_budget, rb.new_id, rb.valor, rb.budget_type, dp.id, dp.nick AS name, dp.role, dt1.id AS odtid, dt1.nameShow AS odtname, dt2.id AS ddtid, dt2.nameShow AS ddtname, n.alias FROM rel_budgets AS rb INNER JOIN news AS n ON n.id=rb.new_id INNER JOIN dataplayers AS dp ON rb.player_id=dp.id LEFT JOIN datateams AS dt1 ON rb.origin_team_id=dt1.id LEFT JOIN datateams AS dt2 ON rb.destination_team_id=dt2.id WHERE rb.year=2024 AND (rb.origin_team_id IN (2716) OR rb.destination_team_id IN (2716)) AND rb.budget_date >= '2016-03-01' order by rb.budget_type!=5 desc,rb.pub_date desc
0.0053  SELECT p.*,rp.*, TIMESTAMPDIFF(YEAR,p.birthdate,CURDATE()) AS age FROM `rel_players` rp INNER JOIN `dataplayers` p ON rp.player_id = p.id WHERE rp.in_squad=1 AND rp.team_id = '6583651' ORDER BY p.role>0 DESC, p.role ASC
0.0097  SELECT c.*, l.*, NOW() as difference_time FROM (leagues l INNER JOIN categories c ON c.id = l.categoryId) WHERE l.status = 1 LIMIT 30
0.0020   SELECT dt.id, dt.nameShow, dt.basealias, l.id AS league_id, l.categoryId AS competition_id FROM datateams AS dt INNER JOIN teams AS t ON dt.id=t.teamId INNER JOIN leagues AS l ON t.league_id=l.id WHERE l.categoryId=1 AND l.year=2024 AND l.group_code='1' ORDER BY dt.nameShow ASC