4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Tercera División 2007  G 6
2006/2007

tercera division españa,tercera division española,tercera division de españa,tercera españa,tercera española,tercera,tercera division,tercera española

Tercera División 2007 G 6

  • Dénia
  • Villarreal B
  • Ontinyent CF
  • Torrevieja
  • Novelda CF
  • Burjassot
  • CD Castellón B
  • Onda
  • Catarroja CF
  • Pego
  • Alone De Guardamar
  • Crevillente Deportivo
  • FC Jove Español
  • Puçol
  • UD Alzira
  • Ilicitano
  • Dolores
  • SD Sueca
  • Horadada
  • UD Oliva
  • CFI Alicante B
  • Sp. Requena

Cruce de partidos Tercera División - Todos los partidos de la temporada

IdaVuelta
Ontinyent CF UD Alzira Burjassot Ilicitano Novelda CF Crevillente Deportivo Onda SD Sueca Torrevieja Catarroja CF Dénia FC Jove Español Villarreal B Horadada UD Oliva Pego CD Castellón B CFI Alicante B Alone De Guardamar Puçol Sp. Requena Dolores
Ontinyent CF Ontinyent CF
UD Alzira UD Alzira
Burjassot Burjassot
Ilicitano Ilicitano
Novelda CF Novelda CF
Crevillente Deportivo Crevillente Deportivo
Onda Onda
SD Sueca SD Sueca
Torrevieja Torrevieja
Catarroja CF Catarroja CF
Dénia Dénia
FC Jove Español FC Jove Español
Villarreal B Villarreal B
Horadada Horadada
UD Oliva UD Oliva
Pego Pego
CD Castellón B CD Castellón B
CFI Alicante B CFI Alicante B
Alone De Guardamar Alone De Guardamar
Puçol Puçol
Sp. Requena Sp. Requena
Dolores Dolores

  USO DE MEMORIA  
7,554,136 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0024
Controller Execution Time ( Home / Category )  0.3378
Total Execution Time  0.3402
  CADENA URL  
/tercera2007/grupo6/cruces
  GET DATOS  
$_GET['/tercera2007/grupo6/cruces']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (11)  
0.0294  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'tercera' AND (l.group_code = 6 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 2007 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=6 DESC LIMIT 1
0.0148  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 = 91 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0162  SELECT c.id, c.team1, c.team2, c.datateam1, c.datateam2, c.extra, c.shedule, c.r1, c.r2, c.status FROM calendars2007 AS c WHERE c.league_id='91' ORDER BY c.id ASC
0.0148  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-05-09 23:36:13' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0146  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-05-09 23:36:13' 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=4 AND last_update > '2024-05-09 23:36:13' 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-05-09 23:36:13' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0147  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 events2007 e ON e.player_id = p.id AND e.league_id = 91 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 91 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.0146  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 events2007 e ON e.player_id = p.id AND e.league_id = 91 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 91 AND (e.action = 4 or e.action = 5) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0146  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 events2007 e ON e.player_id = p.id AND e.league_id = 91 AND (e.teamId=rp.teamId) INNER JOIN datateams dt ON dt.id = rp.teamId WHERE rp.league_id = 91 AND (e.action = 3 or e.action = 4) GROUP BY e.player_id ORDER BY total DESC LIMIT 10
0.0162  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2007` 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 = 91 AND t.round = 40 ORDER BY team.conference ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC