4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Napoli Napoli
Datos equipo
Nombre Napoli
Nombre completo Società Sportiva Calcio Napoli
Nombre corto NAP
País
Año fundación 1904
Total plantilla 26
Presupuesto anual 50000000
Estadio
Nombre estadio San Paolo
Capacidad estadio 76824
Año construcción 1926
Tipo césped Natural
Dimensiones campo 105x68 metros
Internet
Sitio web http://www.sscnapoli.it
Twitter del equipo @sscnapoli
Información
Dirección Pizzale Vincenzo Tecchio
Teléfono +39 (081) 509 5344
Fax +39 (081) 509 3917
Otros datos
Socios 46000
Patrocinador Lete
Marca de ropa Kappa
Real Madrid Real Madrid
Datos equipo
Nombre Real Madrid
Nombre completo Real Madrid Club de Fútbol
Nombre corto RMA
País
Presidente Florentino Pérez
Año fundación 1902
Total plantilla 32
Estadio
Nombre estadio Santiago Bernabéu
Capacidad estadio 85454
Año construcción 1947
Tipo césped Natural
Dimensiones campo 105 x 66 metros
Campo entrenamiento Valdebebas
Internet
Sitio web http://www.realmadrid.com
Twitter del equipo @realmadrid
Twitter filial @lafabricacrm
Información
Dirección Avenida de Concha Espina 1, Chamartín
Teléfono 34 (91) 398 43 00
Fax 34 (91) 398 43 82
Otros datos
Socios 86000
Patrocinador Emirates
Equipo filial RM Castilla
Marca de ropa Adidas
Sporting Braga Sporting
Datos equipo
Nombre Sporting Braga
Nombre completo Sporting Clube Braga
Nombre corto SPB
País
Año fundación 1921
Total plantilla 28
Estadio
Nombre estadio Estádio Municipal de Braga
Capacidad estadio 30286
Año construcción 2003
Tipo césped Natural
Internet
Sitio web https://scbraga.pt/
Twitter del equipo @SCBragaOficial
Información
Dirección Avenida do Estádio
Teléfono 253206860
Fax 253612929
Otros datos
Patrocinador Forum Braga.com
Equipo filial Sporting Braga II
Marca de ropa Lacatoni
Union Berlin Union Berlin
Datos equipo
Nombre Union Berlin
Nombre completo 1. Fußballclub Union Berlin e. V
Nombre corto FCU
País
Año fundación 1966
Total plantilla 24
Estadio
Nombre estadio Stadion An der Alten Försterei
Capacidad estadio 22012
Año construcción 1920
Tipo césped cesped real
Dimensiones campo 105 x 68
Internet
Sitio web http://www.fc-union-berlin.de
Twitter del equipo @fcunion
Información
Dirección Hämmerlingstraße 80-88 12555 Berlin
Teléfono +49 (30) 656 6880
Fax +49 (30) 656 68866
Otros datos
Patrocinador wefox
Marca de ropa Adidas

Clasificación

Equipo PJ GF GC Puntos
1 Real Madrid Real Madrid 6 16 7 18
2 Napoli Napoli 6 10 9 10
3 Sporting Braga Sporting 6 6 12 4
4 Union Berlin Union Berlin 6 6 10 2

  USO DE MEMORIA  
4,442,088 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0020
Controller Execution Time ( Home / Category )  0.0404
Total Execution Time  0.0424
  CADENA URL  
/champions2024/grupo3/equipos
  GET DATOS  
$_GET['/champions2024/grupo3/equipos']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (8)  
0.0017  SELECT type FROM routes WHERE alias = 'champions2024'
0.0040  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'champions' AND (l.group_code = 3 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=3 DESC LIMIT 1
0.0023  SELECT t.id,t.teamId,t.total_players,dt.* FROM teams t INNER JOIN datateams dt ON t.teamId = dt.id WHERE t.league_id = 73859 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-04-27 14:23:38' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-04-27 14:23:38' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-04-27 14:23:38' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0018  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-04-27 14:23:38' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0026  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 = 73859 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