4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Jornada 1
05 Abr 24 Liverpool MontevideoLiverpool 1 - 1 Independiente del ValleIndependien 266
04 Abr 24 San LorenzoLorenzo 1 - 1 PalmeirasPalmeiras 361
Jornada 2
11 Abr 24 Independiente del ValleIndependien 2 - 0 San LorenzoLorenzo 300
12 Abr 24 PalmeirasPalmeiras 3 - 1 Liverpool MontevideoLiverpool 500
Jornada 3
25 Abr 24 Independiente del ValleIndependien 2 - 3 PalmeirasPalmeiras 634
24 Abr 24 Liverpool MontevideoLiverpool 1 - 0 San LorenzoLorenzo 318
Jornada 4
10 May 24 Liverpool MontevideoLiverpool
00:00
PalmeirasPalmeiras ...
10 May 24 San LorenzoLorenzo
00:00
Independiente del ValleIndependien 1
Jornada 5
16 May 24 PalmeirasPalmeiras
02:30
Independiente del ValleIndependien ...
17 May 24 San LorenzoLorenzo
02:00
Liverpool MontevideoLiverpool ...
Jornada 6
31 May 24 Independiente del ValleIndependien
00:00
Liverpool MontevideoLiverpool ...
31 May 24 PalmeirasPalmeiras
00:00
San LorenzoLorenzo 1

Clasificación

Equipo PJ GF GC Puntos
1 Palmeiras Palmeiras 3 7 4 7
2 Independiente del Valle Independient 3 5 4 4
3 Liverpool Montevideo Liverpool 3 3 4 4
4 San Lorenzo San Lorenzo 3 1 4 1

  USO DE MEMORIA  
4,416,984 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0021
Controller Execution Time ( Home / Category )  0.2215
Total Execution Time  0.2237
  CADENA URL  
/copa_libertadores2024/grupo6/calendario
  GET DATOS  
$_GET['/copa_libertadores2024/grupo6/calendario']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (7)  
0.0301  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'copa_libertadores' 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.0156  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 = 75644 ORDER BY round ASC
0.0150  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-04-27 23:25:45' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0150  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-04-27 23:25:45' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0149  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-04-27 23:25:45' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0145  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-04-27 23:25:45' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0155  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 = 75644 AND t.round = 3 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC