4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Jornada 1
18 Sep 19 Club BruggeClub Brugge 0 - 0 Galatasaray SKGalatasaray 223
18 Sep 19 PSGPSG 3 - 0 Real MadridReal Madrid 2k
Jornada 2
01 Oct 19 Real MadridReal Madrid 2 - 2 Club BruggeClub Brugge 2k
01 Oct 19 Galatasaray SKGalatasaray 0 - 1 PSGPSG 123
Jornada 3
22 Oct 19 Club BruggeClub Brugge 0 - 5 PSGPSG 87
22 Oct 19 Galatasaray SKGalatasaray 0 - 1 Real MadridReal Madrid 942
Jornada 4
06 Nov 19 PSGPSG 1 - 0 Club BruggeClub Brugge 133
06 Nov 19 Real MadridReal Madrid 6 - 0 Galatasaray SKGalatasaray 909
Jornada 5
26 Nov 19 Galatasaray SKGalatasaray 1 - 1 Club BruggeClub Brugge 335
26 Nov 19 Real MadridReal Madrid 2 - 2 PSGPSG 2k
Jornada 6
11 Dic 19 PSGPSG 5 - 0 Galatasaray SKGalatasaray 79
11 Dic 19 Club BruggeClub Brugge 1 - 3 Real MadridReal Madrid 637

Clasificación

Equipo PJ GF GC Puntos
1 PSG PSG 6 17 2 16
2 Real Madrid Real Madrid 6 14 8 11
3 Club Brugge Club Brugge 6 4 12 3
4 Galatasaray SK Galatasaray 6 1 14 2

Equipos de esta liga

4

  USO DE MEMORIA  
4,422,080 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0033
Controller Execution Time ( Home / Category )  0.0665
Total Execution Time  0.0699
  CADENA URL  
/champions2020/grupo1/calendario
  GET DATOS  
$_GET['/champions2020/grupo1/calendario']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (8)  
0.0052  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'champions' AND (l.group_code = 1 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 2020 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=1 DESC LIMIT 1
0.0020  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 = 51183 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0020  SELECT c.team1, c.team2,c.extra,c.datateam1,c.datateam2,c.type, c.shedule, c.r1, c.r2, c.round, c.comments as total_comentarios, dt1.nameShow as team1_name, dt2.nameShow as team2_name, dt1.basealias as basealias1, dt2.basealias as basealias2, dt1.stadium as stadium_name FROM calendars2020 c INNER JOIN datateams dt1 ON dt1.id = c.datateam1 INNER JOIN datateams dt2 ON dt2.id = c.datateam2 WHERE c.league_id = 51183 ORDER BY round ASC
0.0019  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-04-28 11:53:09' 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-04-28 11:53:09' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0020  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-04-28 11:53:09' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0020  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-04-28 11:53:09' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0043  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2020` 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 = 51183 AND t.round = 6 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC