4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias

Cruce de partidos División Honor Catalana Cadete - Todos los partidos de la temporada

IdaVuelta
Cf Damm Sub 16 Espanyol Sub 16 Ud Cornellà Sub 16 Gimnàstic Tarragona Sub 16 Girona FC Sub 16 Sant Cugat Esport Sub 16 Fornells Sub 16 Fundación Reus Sub 16 Gimnastic Manresa Sub 16 Sant Gabriel Sub 16 Barcelona Sub 16 CE Sabadell Sub 16 Escola Gava Sub 16 Ce Mercantil Sub 16 Vic Riuprimer Refo Sub 16 L'Hospitalet Sub 16
Cf Damm Sub 16 Cf Damm Sub 16
Espanyol Sub 16 Espanyol Sub 16
Ud Cornellà Sub 16 Ud Cornellà Sub 16
Gimnàstic Tarragona Sub 16 Gimnàstic Tarragona Sub 16
Girona FC Sub 16 Girona FC Sub 16
Sant Cugat Esport Sub 16 Sant Cugat Esport Sub 16
Fornells Sub 16 Fornells Sub 16
Fundación Reus Sub 16 Fundación Reus Sub 16
Gimnastic Manresa Sub 16 Gimnastic Manresa Sub 16
Sant Gabriel Sub 16 Sant Gabriel Sub 16
Barcelona Sub 16 Barcelona Sub 16
CE Sabadell Sub 16 CE Sabadell Sub 16
Escola Gava Sub 16 Escola Gava Sub 16
Ce Mercantil Sub 16 Ce Mercantil Sub 16
Vic Riuprimer Refo Sub 16 Vic Riuprimer Refo Sub 16
L'Hospitalet Sub 16 L'Hospitalet Sub 16

  USO DE MEMORIA  
4,865,344 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0020
Controller Execution Time ( Home / Category )  0.2328
Total Execution Time  0.2349
  CADENA URL  
/division_honor_cadete_catalunya2024/grupo1/cruces
  GET DATOS  
$_GET['/division_honor_cadete_catalunya2024/grupo1/cruces']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (10)  
0.0127  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 = 74145 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0125  SELECT c.id, c.team1, c.team2, c.datateam1, c.datateam2, c.extra, c.shedule, c.r1, c.r2, c.status FROM calendars2024 AS c WHERE c.league_id='74145' ORDER BY c.id ASC
0.0128  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-05-05 08:46:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0127  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-05-05 08:46:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0126  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-05-05 08:46:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0126  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-05-05 08:46:43' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0128  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 events2024 e ON e.player_id = p.id AND e.league_id = 74145 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 74145 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.0135  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 events2024 e ON e.player_id = p.id AND e.league_id = 74145 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 74145 AND (e.action = 4 or e.action = 5) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0129  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 events2024 e ON e.player_id = p.id AND e.league_id = 74145 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 74145 AND (e.action = 3 or e.action = 4) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0274  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2024_base` 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 = 74145 AND t.round = 28 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC