4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Premier League 1899
1898/1899

liga inglesa,the premiership,liga premier,football league first division,primera division inglesa,premier,premier league,primera division de inglaterra

Premier League 1899

  • Aston Villa
  • Liverpool
  • Burnley
  • Everton
  • Notts County
  • Blackburn Rovers
  • Sunderland
  • Wolves
  • Derby County
  • Bury
  • Nottingham Forest
  • Stoke City
  • Newcastle
  • West Bromwich Albion
  • Preston North End
  • Sheffield United
  • Bolton Wanderers
  • Sheffield Wednesday

Cruce de partidos Premier League - Todos los partidos de la temporada

IdaVuelta
Aston Villa Blackburn Rovers Bolton Wanderers Derby County Everton Liverpool Newcastle Nottingham Forest Sheffield Wednesday Sunderland West Bromwich Albion Wolves Sheffield United Burnley Stoke City Preston North End Notts County Bury
Aston Villa Aston Villa
Blackburn Rovers Blackburn Rovers
Bolton Wanderers Bolton Wanderers
Derby County Derby County
Everton Everton
Liverpool Liverpool
Newcastle Newcastle
Nottingham Forest Nottingham Forest
Sheffield Wednesday Sheffield Wednesday
Sunderland Sunderland
West Bromwich Albion West Bromwich Albion
Wolves Wolves
Sheffield United Sheffield United
Burnley Burnley
Stoke City Stoke City
Preston North End Preston North End
Notts County Notts County
Bury Bury

  USO DE MEMORIA  
6,668,000 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0021
Controller Execution Time ( Home / Category )  0.0974
Total Execution Time  0.0995
  CADENA URL  
/premier1899/grupo1/cruces
  GET DATOS  
$_GET['/premier1899/grupo1/cruces']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (13)  
0.0018  SELECT type FROM routes WHERE alias = 'premier1899'
0.0046  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'premier' AND (l.group_code = 1 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 1899 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=1 DESC LIMIT 1
0.0022  SELECT dt.nameShow,dt.basealias,t.id,t.teamId FROM teams t INNER JOIN datateams dt ON t.teamId = dt.id WHERE t.league_id = 5609 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0039  SELECT c.id, c.team1, c.team2, c.datateam1, c.datateam2, c.extra, c.shedule, c.r1, c.r2, c.status FROM calendars1899 AS c WHERE c.league_id='5609' ORDER BY c.id ASC
0.0019  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-05-04 11:06:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-05-04 11:06:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-05-04 11:06:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-05-04 11:06:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0025  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'premier' AND (l.group_code = 0 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 1899 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=0 DESC LIMIT 1
0.0019  SELECT e.action, count(e.action) as total,p.name, p.last_name, p.nick,p.CountryCode,p.alias,rp.team_id,dt.nameShow,dt.short_name,dt.basealias,rp.player_id,rp.teamId FROM `rel_players` rp INNER JOIN dataplayers p ON p.id = rp.player_id INNER JOIN events1899 e ON e.player_id = p.id AND e.league_id = 5609 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 5609 AND (e.action = 1 or e.action = 2 or e.action = 11 or e.action = 12 or e.action = 13) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0018  SELECT e.action, count(e.action) as total,p.name, p.last_name, p.nick,p.CountryCode,p.alias,rp.team_id,dt.nameShow,dt.short_name,dt.basealias,rp.player_id,rp.teamId FROM `rel_players` rp INNER JOIN dataplayers p ON p.id = rp.player_id INNER JOIN events1899 e ON e.player_id = p.id AND e.league_id = 5609 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 5609 AND (e.action = 4 or e.action = 5) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0020  SELECT e.action, count(e.action) as total,p.name, p.last_name, p.nick,p.CountryCode,p.alias,rp.team_id,dt.nameShow,dt.short_name,dt.basealias,rp.player_id,rp.teamId FROM `rel_players` rp INNER JOIN dataplayers p ON p.id = rp.player_id INNER JOIN events1899 e ON e.player_id = p.id AND e.league_id = 5609 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 5609 AND (e.action = 3 or e.action = 4) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0055  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables1899` as t INNER JOIN teams as team ON team.id = t.team INNER JOIN datateams as dt ON team.teamId = dt.id WHERE t.league_id = 5609 AND t.round = 34 ORDER BY team.conference ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC