4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Jornada 1
26 Nov 23 Mamelodi SundownsMamelodi 3 - 0 NouadhibouNouadhibou 1
24 Nov 23 PyramidsPyramids 1 - 0 TP MazembeTP Mazembe 21
Jornada 2
02 Dic 23 TP MazembeTP Mazembe 1 - 0 Mamelodi SundownsMamelodi 6
02 Dic 23 NouadhibouNouadhibou 2 - 0 PyramidsPyramids 6
Jornada 3
10 Dic 23 Mamelodi SundownsMamelodi 0 - 0 PyramidsPyramids 2
09 Dic 23 NouadhibouNouadhibou 0 - 0 TP MazembeTP Mazembe 3
Jornada 4
19 Dic 23 TP MazembeTP Mazembe 2 - 0 NouadhibouNouadhibou 22
19 Dic 23 PyramidsPyramids 0 - 1 Mamelodi SundownsMamelodi 25
Jornada 5
24 Feb 24 TP MazembeTP Mazembe 3 - 0 PyramidsPyramids 4
24 Feb 24 NouadhibouNouadhibou 0 - 2 Mamelodi SundownsMamelodi 6
Jornada 6
02 Mar 24 Mamelodi SundownsMamelodi 1 - 0 TP MazembeTP Mazembe 3
02 Mar 24 PyramidsPyramids 2 - 2 NouadhibouNouadhibou 22

Clasificación

Equipo PJ GF GC Puntos
1 Mamelodi Sundowns Mamelodi 6 7 1 13
2 TP Mazembe TP Mazembe 6 6 2 10
3 Nouadhibou Nouadhibou 6 4 9 5
4 Pyramids Pyramids 6 3 8 5

  USO DE MEMORIA  
4,405,048 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0033
Controller Execution Time ( Home / Category )  0.1879
Total Execution Time  0.1913
  CADENA URL  
/liga_campeones_caf2024/grupo1/calendario
  GET DATOS  
$_GET['/liga_campeones_caf2024/grupo1/calendario']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (10)  
0.0105  SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=1508 AND type_rel = 3
0.0107  SELECT rel.newId FROM bs_news_rel rel WHERE rel.type_rel = 3 AND rel.typeId = 1508 AND rel.ln = 'es' AND rel.status=1 ORDER BY rel.creation_date desc,rel.cover_points DESC LIMIT 5
0.0108  SELECT /*53 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' WHERE n.status = 1 AND n.ln = 'es' AND n.id IN (1294603,1261193,1261058,1249805,1249793) ORDER BY n.cover_points DESC, update_date DESC
0.0107  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 = 74278 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0107  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 = 74278 ORDER BY round ASC
0.0105  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-05-01 17:08:06' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0105  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-05-01 17:08:06' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0105  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-05-01 17:08:06' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0105  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-05-01 17:08:06' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0112  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 = 74278 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