4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Jornada 1
20 Ago 80 GenoaGenoa 1 - 1 BresciaBrescia ...
20 Ago 80 UdineseUdinese 2 - 2 JuventusJuventus ...
24 Ago 80 JuventusJuventus 2 - 0 TarantoTaranto ...
24 Ago 80 GenoaGenoa 0 - 0 UdineseUdinese ...
31 Ago 80 UdineseUdinese 2 - 0 TarantoTaranto ...
31 Ago 80 BresciaBrescia 0 - 1 JuventusJuventus ...
03 Sep 80 TarantoTaranto 0 - 0 GenoaGenoa ...
03 Sep 80 BresciaBrescia 1 - 1 UdineseUdinese ...
07 Sep 80 TarantoTaranto 2 - 0 BresciaBrescia ...
07 Sep 80 JuventusJuventus 3 - 1 GenoaGenoa ...

Clasificación

Equipo PJ GF GC Puntos
1 Juventus Juventus 4 8 3 10
2 Udinese Udinese 4 5 3 6
3 Taranto Taranto 4 2 4 4
4 Genoa Genoa 4 2 4 3
5 Brescia Brescia 4 2 5 2

Equipos de esta liga

5

  USO DE MEMORIA  
4,466,232 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0023
Controller Execution Time ( Home / Category )  0.2429
Total Execution Time  0.2453
  CADENA URL  
/coppa_italia1981/grupo1/calendario
  GET DATOS  
$_GET['/coppa_italia1981/grupo1/calendario']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (9)  
0.0149  SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=296 AND type_rel = 3
0.0198  SELECT rel.newId FROM bs_news_rel rel WHERE rel.type_rel = 3 AND rel.typeId = 296 AND rel.ln = 'es' AND rel.status=1 ORDER BY rel.creation_date desc,rel.cover_points DESC LIMIT 5
0.0148  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 (1312313,1312243,1312248,1312066,1310874) ORDER BY n.cover_points DESC, update_date DESC
0.0147  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 calendars1981 c INNER JOIN datateams dt1 ON dt1.id = c.datateam1 INNER JOIN datateams dt2 ON dt2.id = c.datateam2 WHERE c.league_id = 59429 ORDER BY round ASC
0.0146  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-04-27 23:26:53' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0147  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-04-27 23:26:53' 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:26:53' 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=3 AND last_update > '2024-04-27 23:26:53' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0186  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables1981` 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 = 59429 AND t.round = 1 ORDER BY team.conference ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC