4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
España Sub 21 - Noruega Sub 21
FINALIZADO
20
20
1803 Pts. Elo

1144 Pts. Elo

3-0
Martes, 27 Septiembre 2022, 18:30
  • Estadio: Estadio El Alcoraz
José Gragera 40'
1 - 0
Abel Ruiz 51'
2 - 0
Hugo Novoa 94'
3 - 0

Eventos del partido

Goles

José GrageraGol de
José Gragera
minuto 40'
Abel RuizGol de
Abel Ruiz
minuto 51'
Hugo NovoaGol de
Hugo Novoa
minuto 94'

Tarjetas

J. MirandaT. Amarilla
J. Miranda
minuto 20'
minuto 45'Leo HjeldeT. Amarilla Leo Hjelde
minuto 52'Jesper DalandT. Amarilla Jesper Daland
Sergio GómezT. Amarilla
Sergio Gómez
minuto 57'

Cambios

RodriEntra en el partido
Rodri
minuto 46'
B. TurrientesSale del partido
B. Turrientes
minuto 46'
Álex BaldeEntra en el partido
Álex Balde
minuto 46'
J. MirandaSale del partido
J. Miranda
minuto 46'
Nico GonzálezEntra en el partido
Nico González
minuto 46'
R. RiquelmeSale del partido
R. Riquelme
minuto 46'
Bryan GilEntra en el partido
Bryan Gil
minuto 46'
Álex BaenaSale del partido
Álex Baena
minuto 46'
minuto 56'Oscar BobbEntra en el partido Oscar Bobb
minuto 56'N. HolmSale del partido N. Holm
Ricard SánchezEntra en el partido
Ricard Sánchez
minuto 62'
Arnau MartínezSale del partido
Arnau Martínez
minuto 62'
A. MoleiroEntra en el partido
A. Moleiro
minuto 62'
Sergio GómezSale del partido
Sergio Gómez
minuto 62'
Miguel MorroEntra en el partido
Miguel Morro
minuto 72'
Leo RománSale del partido
Leo Román
minuto 72'
Mario GilaEntra en el partido
Mario Gila
minuto 75'
Victor ChustSale del partido
Victor Chust
minuto 75'
Sergio CamelloEntra en el partido
Sergio Camello
minuto 75'
Abel RuizSale del partido
Abel Ruiz
minuto 75'
minuto 75'Tobias ChristensenEntra en el partido Tobias Christensen
minuto 75'J. KitolanoSale del partido J. Kitolano
minuto 75'D. KarlsbakkEntra en el partido D. Karlsbakk
minuto 75'Erik BotheimSale del partido Erik Botheim
Jon PachecoSale del partido
Jon Pacheco
minuto 86'
José FontánEntra en el partido
José Fontán
minuto 86'
Hugo NovoaEntra en el partido
Hugo Novoa
minuto 86'
José GrageraSale del partido
José Gragera
minuto 86'

Otros

Álex BaenaAsistencia
Álex Baena
minuto 40'
RodriAsistencia
Rodri
minuto 94'

Alineaciones


Estadísticas del partido

España Sub 21 España Noruega Sub 21 Noruega
3
Goles
0
2
Tarjetas Amarillas
2
0
Tarjetas Rojas
0
2
Asistencias
0
3
Sustituciones
3


  USO DE MEMORIA  
6,988,856 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0009
Controller Execution Time ( Match / Index )  0.4593
Total Execution Time  0.4603
  CADENA URL  
/partido/Espana-Sub-21/Noruega-Sub-21/2009?section=legal
  GET DATOS  
$_GET['/partido/Espana-Sub-21/Noruega-Sub-21/2009']  
$_GET['section']   legal
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (17)  
0.0028   SELECT c.*, c.stadium as real_stadium, 2024 AS year, dt1.id AS dteam1_id, dt1.nameShow as team1_name, dt1.basealias AS team1_basealias, dt1.fullName as team1_fullName, dt1.color1 AS team1_color1, dt1.seats, dt1.size, dt1.yearBuilt, dt2.id AS dteam2_id, dt2.nameShow as team2_name, dt2.basealias AS team2_basealias, dt2.fullName as team2_fullName, dt2.color1 AS team2_color1, t1.name as team1_Oname, t2.name as team2_Oname, s.id as stadium_id, rs.teamId as stadium_team_id, s.name AS stadium_name, s.size AS stadium_size, s.seats AS stadium_seats, s.yearBuilt AS stadium_yearBuilt, dt1.managerNow AS manager1, dt2.managerNow AS manager2 FROM calendars2024 AS c INNER JOIN teams AS t1 ON c.team1 = t1.id INNER JOIN datateams AS dt1 ON t1.teamId = dt1.id INNER JOIN teams AS t2 ON c.team2 = t2.id INNER JOIN datateams AS dt2 ON t2.teamId = dt2.id LEFT JOIN futbol.rel_stadiums as rs ON rs.teamId=dt1.id AND rs.active=1 LEFT JOIN datastadiums AS s ON s.id = c.stadium WHERE c.extra != 1 AND dt1.basealias = 'Espana-Sub-21' AND dt2.basealias = 'Noruega-Sub-21'
0.0066   SELECT c.*, c.stadium as real_stadium, 2025 AS year, dt1.id AS dteam1_id, dt1.nameShow as team1_name, dt1.basealias AS team1_basealias, dt1.fullName as team1_fullName, dt1.color1 AS team1_color1, dt1.seats, dt1.size, dt1.yearBuilt, dt2.id AS dteam2_id, dt2.nameShow as team2_name, dt2.basealias AS team2_basealias, dt2.fullName as team2_fullName, dt2.color1 AS team2_color1, t1.name as team1_Oname, t2.name as team2_Oname, s.id as stadium_id, rs.teamId as stadium_team_id, s.name AS stadium_name, s.size AS stadium_size, s.seats AS stadium_seats, s.yearBuilt AS stadium_yearBuilt, dt1.managerNow AS manager1, dt2.managerNow AS manager2 FROM calendars2025 AS c INNER JOIN teams AS t1 ON c.team1 = t1.id INNER JOIN datateams AS dt1 ON t1.teamId = dt1.id INNER JOIN teams AS t2 ON c.team2 = t2.id INNER JOIN datateams AS dt2 ON t2.teamId = dt2.id LEFT JOIN futbol.rel_stadiums as rs ON rs.teamId=dt1.id AND rs.active=1 LEFT JOIN datastadiums AS s ON s.id = c.stadium WHERE c.extra != 1 AND dt1.basealias = 'Espana-Sub-21' AND dt2.basealias = 'Noruega-Sub-21'
0.0029   SELECT c.*, c.stadium as real_stadium, 2023 AS year, dt1.id AS dteam1_id, dt1.nameShow as team1_name, dt1.basealias AS team1_basealias, dt1.fullName as team1_fullName, dt1.color1 AS team1_color1, dt1.seats, dt1.size, dt1.yearBuilt, dt2.id AS dteam2_id, dt2.nameShow as team2_name, dt2.basealias AS team2_basealias, dt2.fullName as team2_fullName, dt2.color1 AS team2_color1, t1.name as team1_Oname, t2.name as team2_Oname, s.id as stadium_id, rs.teamId as stadium_team_id, s.name AS stadium_name, s.size AS stadium_size, s.seats AS stadium_seats, s.yearBuilt AS stadium_yearBuilt, dt1.managerNow AS manager1, dt2.managerNow AS manager2 FROM calendars2023 AS c INNER JOIN teams AS t1 ON c.team1 = t1.id INNER JOIN datateams AS dt1 ON t1.teamId = dt1.id INNER JOIN teams AS t2 ON c.team2 = t2.id INNER JOIN datateams AS dt2 ON t2.teamId = dt2.id LEFT JOIN futbol.rel_stadiums as rs ON rs.teamId=dt1.id AND rs.active=1 LEFT JOIN datastadiums AS s ON s.id = c.stadium WHERE c.extra != 1 AND dt1.basealias = 'Espana-Sub-21' AND dt2.basealias = 'Noruega-Sub-21'
0.0102   SELECT c.*, c.stadium as real_stadium, 2022 AS year, dt1.id AS dteam1_id, dt1.nameShow as team1_name, dt1.basealias AS team1_basealias, dt1.fullName as team1_fullName, dt1.color1 AS team1_color1, dt1.seats, dt1.size, dt1.yearBuilt, dt2.id AS dteam2_id, dt2.nameShow as team2_name, dt2.basealias AS team2_basealias, dt2.fullName as team2_fullName, dt2.color1 AS team2_color1, t1.name as team1_Oname, t2.name as team2_Oname, s.id as stadium_id, rs.teamId as stadium_team_id, s.name AS stadium_name, s.size AS stadium_size, s.seats AS stadium_seats, s.yearBuilt AS stadium_yearBuilt, dt1.managerNow AS manager1, dt2.managerNow AS manager2 FROM calendars2022 AS c INNER JOIN teams AS t1 ON c.team1 = t1.id INNER JOIN datateams AS dt1 ON t1.teamId = dt1.id INNER JOIN teams AS t2 ON c.team2 = t2.id INNER JOIN datateams AS dt2 ON t2.teamId = dt2.id LEFT JOIN futbol.rel_stadiums as rs ON rs.teamId=dt1.id AND rs.active=1 LEFT JOIN datastadiums AS s ON s.id = c.stadium WHERE c.extra != 1 AND dt1.basealias = 'Espana-Sub-21' AND dt2.basealias = 'Noruega-Sub-21'
0.0018  SELECT data1 FROM stats2022 t WHERE league_id = 64190 AND teamId = 6532187 and type = 33
0.0018  SELECT data1 FROM stats2022 t WHERE league_id = 64190 AND teamId = 6532200 and type = 33
0.0022  SELECT p.* FROM `videos` as p INNER JOIN `rel_videos` as rp ON p.id = rp.id_video WHERE rp.id_content = '528005' and rp.type = 2022 and p.revised = 1 GROUP BY p.id ORDER BY p.id DESC LIMIT 0, 16
0.0019  SELECT iframe, title FROM futbol.match_videos WHERE matchId = 528005 AND year = 2022 AND channel = 'Footters' LIMIT 1
0.0019  SELECT iframe, title FROM futbol.match_videos WHERE matchId = 528005 AND year = 2022 AND channel = 'Footters' LIMIT 1
0.0024  SELECT `id`, `text` FROM `matchs_news_keys` WHERE `match_id`='528005' AND `active` = 1 AND year = 2022
0.0264  SELECT mp.`player_id`, p.`nick`, p.`name`, p.`last_name`, mp.`team`, p.role, p.alias, relp.squadNumber as num, p.CountryCode FROM `matchs_players_called` AS mp INNER JOIN `dataplayers` AS p ON mp.`player_id` = p.`id` INNER JOIN rel_players AS relp ON relp.player_id=p.id AND relp.league_id='64190' AND relp.team_id=6532187 WHERE relp.in_squad=1 and mp.`match_id` = '528005' AND mp.year='2022' ORDER BY mp.`team` ASC, p.`role` ASC
0.0204  SELECT mp.`player_id`, p.`nick`, p.`name`, p.`last_name`, mp.`team`, p.role, p.alias, relp.squadNumber as num, p.CountryCode FROM `matchs_players_called` AS mp INNER JOIN `dataplayers` AS p ON mp.`player_id` = p.`id` INNER JOIN rel_players AS relp ON relp.player_id=p.id AND relp.league_id='64190' AND relp.team_id=6532200 WHERE relp.in_squad=1 and mp.`match_id` = '528005' AND mp.year='2022' ORDER BY mp.`team` ASC, p.`role` ASC
0.0018  SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=528005 AND extraId = 64190 AND type_rel = 4
0.0036  SELECT /*115 bs_news_model*/ n.id, n.author_id, n.headline, n.external_headline, n.live_headline, n.creation_date, n.update_date, n.pub_date, n.alias, n.subheadline, n.teaser, n.media, n.tags, n.views, n.screens, n.clicks, n.relations, n.comments, n.power_cover, n.cover_points,u.name as user_name FROM bs_news n INNER JOIN bs_editors u ON u.id = n.author_id AND u.ln = 'es' INNER JOIN bs_news_rel rel ON rel.newId = n.id AND rel.type_rel = 4 AND rel.typeId = 528005 AND rel.extraId = 64190 WHERE n.status = 1 AND n.ln='es' AND n.creation_date>'2022-07-29 18:30:00' AND n.creation_date<'2022-11-26 17:30:00' GROUP BY n.id ORDER BY n.cover_points DESC,n.creation_date DESC LIMIT 5
0.0018  SELECT position FROM tables2022 WHERE team=6532187 AND league_id=64190 AND round=5
0.0017  SELECT position FROM tables2022 WHERE team=6532200 AND league_id=64190 AND round=5
0.0018  SELECT * FROM futbol.calendars_lineups WHERE id = 528005 AND league_id = 64190 AND year = 2022