4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Escudo del Kuya Sport
TEMPORADA 2023/2024
LIGA REPÚBLICA DEL CONGO DR GRUPO 3
Equipo PJ GF GC Puntos
1 Blessing Blessing 1 1 0 3
2 Panda 05 Panda 05 0 0 0 0
3 Sanga Balende Sanga 0 0 0 0
4 Simba Simba 0 0 0 0
5 Tshinkunku Tshinkunku 0 0 0 0
6 Groupe Bazano Groupe 1 0 1 0
7 Kuya Sport Kuya Sport 1 3 1 3
8 Celeste FC Celeste FC 0 0 0 0
9 Etoile de Kivu Etoile Kivu 0 0 0 0
10 Motema Pembe Motema Pembe 0 0 0 0
11 Rangers Rangers 0 0 0 0
12 Renaissance Renaissance 1 1 3 0
TEMPORADA 2022/2023
LIGA REPÚBLICA DEL CONGO DR
Equipo PJ GF GC Puntos
1 AS Vita Club Vita Club 11 17 5 31
2 Saint-Eloi Lupopo Saint-Eloi 11 24 11 25
3 Maniema Union Maniema 8 13 3 19
4 TP Mazembe TP Mazembe 9 15 5 15
5 Motema Pembe Motema Pembe 9 10 7 14
6 Celeste FC Celeste FC 9 9 8 14
7 JSK JSK 9 6 5 13
8 Blessing Blessing 7 10 6 11
9 Tshinkunku Tshinkunku 9 10 13 11
10 Rangers Rangers 11 8 13 11
11 Sanga Balende Sanga 6 10 6 10
12 Don Bosco Lubumbashi Bosco 8 7 12 10
13 Groupe Bazano Groupe 8 7 11 9
14 Lubumbashi Sport Lubumbashi 10 8 15 9
15 Panda 05 Panda 05 10 10 18 8
16 Simba Simba 7 7 11 7
17 Etoile de Kivu Etoile Kivu 7 5 10 7
18 Dauphins Noirs Dauphins 7 3 6 6
19 Kuya Sport Kuya Sport 10 11 16 6
20 Renaissance Renaissance 8 3 12 2
TEMPORADA 2021/2022
LIGA REPÚBLICA DEL CONGO DR
Equipo PJ GF GC Puntos
1 TP Mazembe TP Mazembe 19 40 3 51
2 Saint-Eloi Lupopo Saint-Eloi 20 33 9 49
3 AS Vita Club Vita Club 19 44 13 48
4 Maniema Union Maniema 18 28 10 38
5 Groupe Bazano Groupe 20 24 16 33
6 Don Bosco Lubumbashi Bosco 20 21 16 33
7 Motema Pembe Motema Pembe 19 23 15 29
8 Rangers Rangers 19 18 19 28
9 Panda 05 Panda 05 19 17 19 24
10 Sanga Balende Sanga 21 18 26 23
11 Etoile de Kivu Etoile Kivu 19 13 15 22
12 Lubumbashi Sport Lubumbashi 19 19 23 22
13 Dauphins Noirs Dauphins 19 15 20 20
14 Blessing Blessing 19 13 16 19
15 Kuya Sport Kuya Sport 19 18 28 19
16 Renaissance Renaissance 19 17 27 18
17 Tshinkunku Tshinkunku 19 11 26 15
18 Simba Simba 19 10 29 14
19 JSK JSK 19 6 36 8
20 RCK RCK 19 10 32 7

  USO DE MEMORIA  
5,022,208 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0016
Controller Execution Time ( Home / Category )  0.2218
Total Execution Time  0.2235
  CADENA URL  
/historico/As-Kuya-Sport
  GET DATOS  
$_GET['/historico/As-Kuya-Sport']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (9)  
0.0131  SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=144041 AND type_rel = 2
0.0138  SELECT SQL_NO_CACHE res.id as id, res.group_code, res.total_group, res.logo, res.alias FROM (SELECT ct.active_year, ct.id as id, l.year, l.end,l.group_code, l.total_group, ct.logo, ct.alias FROM categories AS ct INNER JOIN leagues AS l ON ct.id=l.categoryId AND ct.active_year=l.year INNER JOIN teams AS t ON l.id=t.league_id WHERE t.teamId = '144041' AND ct.ctype!=12 GROUP BY ct.id ORDER BY ct.troncal DESC, ct.coefficient DESC) res WHERE res.year > 2020
0.0140  SELECT t.id as team_id, ct.id, l.id as idLeague, l.year, ct.name, l.start_date, l.end_date FROM categories AS ct INNER JOIN leagues AS l ON ct.id=l.categoryId INNER JOIN teams AS t ON l.id=t.league_id WHERE t.teamId=144041 AND l.year in (2023,2024,2025) ORDER BY l.id DESC, l.year DESC ;
0.0130  SELECT ct.id, ct.alias, ct.name AS name, ct.active_year, ct.coefficient AS coefficient, l.id AS league_id, l.year, l.total_group FROM categories AS ct INNER JOIN leagues AS l ON ct.id=l.categoryId WHERE l.id IN (75248) ORDER BY ct.ctype != 12 DESC, ct.troncal DESC, ct.coefficient DESC, l.end_date >= NOW() DESC, l.start_date <= NOW() DESC, l.year DESC, ct.coefficient DESC, l.group_code ASC
0.0132  SELECT count(id) as num_players from rel_players WHERE league_id = 75248 AND teamId = 144041
0.0144  SELECT l.id,t.league_id,l.legend,l.year,c.name,l.total_teams,c.alias,l.group_code,l.total_group,l.current_round, l.table_suffix FROM teams t INNER JOIN leagues l ON t.league_id = l.id INNER JOIN categories c ON c.id = l.categoryId WHERE c.troncal = 1 AND t.teamId = 144041 AND l.year <= 2024 AND total_num_tablesR >= 1 ORDER BY l.year DESC LIMIT 20
0.0148  SELECT t.*,dt.nameShow,dt.basealias,dt.id as teamId,(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 = 75248 AND t.round = 1 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
0.0157  SELECT t.*,dt.nameShow,dt.basealias,dt.id as teamId,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2023` 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 = 70082 AND t.round = 5 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
0.0131  SELECT t.*,dt.nameShow,dt.basealias,dt.id as teamId,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2022` 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 = 64302 AND t.round = 19 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC