4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Jornada 1
19 Sep 23 PSGPSG 2 - 0 B. DortmundDortmund 771
19 Sep 23 MilanMilan 0 - 0 NewcastleNewcastle 2k
Jornada 2
04 Oct 23 B. DortmundDortmund 0 - 0 MilanMilan 1k
04 Oct 23 NewcastleNewcastle 4 - 1 PSGPSG 1k
Jornada 3
25 Oct 23 PSGPSG 3 - 0 MilanMilan 667
25 Oct 23 NewcastleNewcastle 0 - 1 B. DortmundDortmund 2k
Jornada 4
07 Nov 23 B. DortmundDortmund 2 - 0 NewcastleNewcastle 946
07 Nov 23 MilanMilan 2 - 1 PSGPSG 839
Jornada 5
28 Nov 23 PSGPSG 1 - 1 NewcastleNewcastle 2k
28 Nov 23 MilanMilan 1 - 3 B. DortmundDortmund 565
Jornada 6
13 Dic 23 B. DortmundDortmund 1 - 1 PSGPSG 944
13 Dic 23 NewcastleNewcastle 1 - 2 MilanMilan 732

Clasificación

Equipo PJ GF GC Puntos
1 B. Dortmund B. Dortmund 6 7 4 11
2 PSG PSG 6 9 8 8
3 Milan Milan 6 5 8 8
4 Newcastle Newcastle 6 6 7 5

Equipos de esta liga

4

  USO DE MEMORIA  
4,452,552 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0019
Controller Execution Time ( Home / Category )  0.0392
Total Execution Time  0.0412
  CADENA URL  
/champions2024/grupo6/calendario
  GET DATOS  
$_GET['/champions2024/grupo6/calendario']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (7)  
0.0039  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 = 6 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 2024 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=6 DESC LIMIT 1
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 calendars2024 c INNER JOIN datateams dt1 ON dt1.id = c.datateam1 INNER JOIN datateams dt2 ON dt2.id = c.datateam2 WHERE c.league_id = 73862 ORDER BY round ASC
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-05-06 00:04:16' 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-06 00:04:16' 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-06 00:04:16' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0019  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-05-06 00:04:16' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0025  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2024` 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 = 73862 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