1% | 11.22 kb | /var/www/rf-desktop/rf/resultados-futbol/besoccer/index.php |
1% | 7.83 kb | /var/www/rf-desktop/rf/resultados-futbol/besoccer/system/application/config/routes_static.php |
0% | 5.59 kb | index.php |
37% | 434.32 kb | kint.phar |
0% | 1.71 kb | phar://kint.phar/init_phar.php |
0% | 2.73 kb | phar://kint.phar/init.php |
2% | 22.07 kb | phar://kint.phar/src/Kint.php |
0% | 1.77 kb | phar://kint.phar/src/FacadeInterface.php |
1% | 9.02 kb | phar://kint.phar/src/Utils.php |
0% | 2.54 kb | phar://kint.phar/init_helpers.php |
2% | 19.45 kb | phar://kint.phar/src/Renderer/RichRenderer.php |
0% | 4.87 kb | phar://kint.phar/src/Renderer/AbstractRenderer.php |
0% | 1.85 kb | phar://kint.phar/src/Renderer/RendererInterface.php |
0% | 3.29 kb | application/config/pre_config.php |
0% | 1.79 kb | application/config/section_routes.php |
1% | 16.85 kb | application/config/config.php |
0% | 37 b | /var/www/rf-desktop/rf/resultados-futbol/besoccer/system/application/config/numcache.txt |
0% | 969 b | application/config/config_db.php |
0% | 1.83 kb | /var/www/rf-desktop/config_db_slave.php |
1% | 6.69 kb | system/db.php |
1% | 6.73 kb | system/dbm.php |
0% | 1018 b | system/view.php |
0% | 1.2 kb | system/controller.php |
0% | 256 b | system/model.php |
0% | 5.53 kb | system/router.php |
0% | 1.88 kb | system/phponrf.php |
0% | 354 b | application/config/routes.php |
1% | 9.11 kb | application/config/routes_file.php |
2% | 25.33 kb | application/controllers/match_controller.php |
0% | 1.69 kb | application/helpers/convert_helper.php |
0% | 1.62 kb | application/helpers/lang_helper.php |
1% | 12.87 kb | application/helpers/date_helper.php |
1% | 7.14 kb | application/helpers/render_helper.php |
1% | 12.79 kb | application/helpers/url_helper.php |
0% | 1.29 kb | application/helpers/string_helper.php |
1% | 17.07 kb | application/helpers/news_helper.php |
0% | 4.09 kb | application/helpers/common_helper.php |
1% | 16.73 kb | application/helpers/utils_helper.php |
5% | 53.1 kb | application/lib/lib.php |
4% | 44.42 kb | application/models/news_model.php |
3% | 40.73 kb | application/models/match_model.php |
4% | 43.68 kb | application/models/league_model.php |
0% | 2.65 kb | application/models/stats_model.php |
2% | 23.23 kb | application/models/result_model.php |
6% | 67.7 kb | application/models/ncomment_model.php |
1% | 9.21 kb | application/models/bs_news_model.php |
3% | 33.06 kb | application/req/match.php |
2% | 17.69 kb | application/req/team.php |
1% | 13.51 kb | application/req/live.php |
0% | 3.1 kb | application/mods/exec_mods.php |
0% | 2.39 kb | application/mods/common/menu.php |
1% | 10.36 kb | application/models/common_model.php |
1% | 15.79 kb | application/mods/common/menu/menu_static_content.php |
1% | 10.99 kb | application/mods/common/menu/menu_mini_header.php |
0% | 1.72 kb | application/mods/common/menu/menu_data.php |
1% | 6.32 kb | application/mods/common/menu/menu_min_leagues.php |
1% | 7.62 kb | application/mods/common/menu/menu_esp_navbar.php |
0% | 5.27 kb | application/mods/common/menu/menu_mobile.php |
0% | 760 b | application/mods/match/breadcrumbs.php |
2% | 21.68 kb | application/mods/match/match_header.php |
0% | 2.55 kb | application/mods/match/match_menu.php |
1% | 14.85 kb | application/mods/match/match_info.php |
0% | 3.71 kb | application/mods/match/match_other.php |
0% | 1.32 kb | application/mods/match/match_table.php |
0% | 975 b | application/mods/match/match_teams.php |
1% | 12.97 kb | application/views/common/header_view.php |
0% | 4.08 kb | application/views/common/quantcast/cfv3.php |
0% | 4.93 kb | application/mods/home/banner_cookies.php |
0% | 197 b | application/views/common/menu_view.php |
0% | 124 b | application/views/common/main_view_fw.php |
0% | 161 b | application/views/common/main_view.php |
0% | 191 b | application/views/common/sidebar_view.php |
1% | 7.38 kb | application/views/common/footer_view.php |
1.14 mb | Total |
Connection to sql... 9.1 ms
SELECT c.*, c.stadium as real_stadium, 2025 AS year, dt1.id AS dteam1_id, dt1.nameShow as team1_name, dt1.basealias AS team1_basealias, dt1.fullName as team1_fullName, dt1.color1 AS team1_color1, dt1.seats, dt1.size, dt1.yearBuilt, dt2.id AS dteam2_id, dt2.nameShow as team2_name, dt2.basealias AS team2_basealias, dt2.fullName as team2_fullName, dt2.color1 AS team2_color1, t1.name as team1_Oname, t2.name as team2_Oname, s.id as stadium_id, rs.teamId as stadium_team_id, s.name AS stadium_name, s.size AS stadium_size, s.seats AS stadium_seats, s.yearBuilt AS stadium_yearBuilt, dt1.managerNow AS manager1, dt2.managerNow AS manager2, l.categoryId FROM calendars2025 AS c
INNER JOIN teams AS t1 ON c.team1 = t1.id
INNER JOIN datateams AS dt1 ON t1.teamId = dt1.id
INNER JOIN teams AS t2 ON c.team2 = t2.id
INNER JOIN datateams AS dt2 ON t2.teamId = dt2.id
LEFT JOIN futbol.rel_stadiums as rs ON rs.teamId=dt1.id AND rs.active=1
LEFT JOIN datastadiums AS s ON s.id = rs.stadium_id
INNER JOIN leagues AS l ON l.id = c.league_id
AND dt1.basealias = 'Nogueira-Ramuin' AND dt2.basealias = 'Cd-Corgomo-Vilamartin-Senior' ORDER BY c.shedule DESC
1 10.6 ms controllers/news.php
SELECT l.game,c.id,c.shedule AS sheduleBBDD, cat.name AS league_name,c.isLive, cat.alias, cat.id AS category_id, cat.logo, cat.cat, cat.level, cat.ctype, l.year, l.current_round,cat.active_year,c.datateam1,c.datateam2,c.round, c.extra_data, c.stadium AS stadium_id, CONVERT_TZ(c.shedule, 'Europe/Madrid', 'Europe/Madrid') AS shedule,CONVERT_TZ(c.shedule, 'Europe/Madrid', 'Europe/Madrid') AS sheduleb, CONVERT_TZ(NOW(), 'Europe/Madrid', 'Europe/Madrid') AS cur_date, dt1.seats, c.referee, c.league_id,c.attendance, c.team1, c.team2, c.r1, c.r2, l.group_code,l.total_group, c.last_comment, c.penaltis1, c.penaltis2, c.prorroga, c.status, c.finished, c.minute, c.isDpstats, l.total_rounds, dt1.nameShow AS nameShow1, dt2.nameShow AS nameShow2, dt1.id AS dt1id, dt2.id AS dt2id, dt1.translate AS translate1, dt2.translate AS translate2, dt1.stadium, dt1.twitter AS team1_twitter, dt2.twitter AS team2_twitter, dt1.short_name AS local_abbr, dt2.short_name AS visitor_abbr,dt1.basealias as basealias1,dt2.basealias as basealias2,dt1.chairman as chairman1,dt2.chairman as chairman2,dt1.typefield,dt1.seats,dt1.fans,dt1.yearBuilt,dt1.fax,dt1.phone,dt1.address,dt1.size, c.betId, c.betId_wh, c.betId_bwin, c.betId_marca, 0 AS comments, IF(TIME(c.shedule)='00:00:00',1,0) AS no_hour , c.weather, c.temperature, dp1.nick as local_coach, dp2.nick as visitor_coach, cat.alerts_available AS alerts_available, c.isVideo, c.isLineup, c.acta, c.csb, cat.top, dt1.CountryCode as cc1, dt2.CountryCode as cc2
FROM calendars2025 c
INNER JOIN leagues l ON l.id = c.league_id
INNER JOIN categories cat ON cat.id = l.categoryId
INNER JOIN datateams dt1 ON dt1.id = c.datateam1
INNER JOIN datateams_basics dtb1 ON dt1.id = dtb1.id
INNER JOIN datateams dt2 ON dt2.id = c.datateam2
INNER JOIN datateams_basics dtb2 ON dt2.id = dtb2.id
LEFT JOIN datapeople AS dp1 ON c.coach1 = dp1.id
LEFT JOIN datapeople AS dp2 ON c.coach2 = dp2.id
WHERE c.id = 229246
2 2.3 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='212a0488abf6c0d52971d8e90bf314f9'
3 1.9 ms controllers/news.php
SELECT rs.teamId, ds.id AS stadiumId, ds.name, ds.seats, ds.yearBuilt, ds.typefield, ds.city, ds.address, ds.size, ds.fans, ds.phone, ds.fax
FROM rel_stadiums AS rs
INNER JOIN datastadiums AS ds ON ds.id = rs.stadium_id
WHERE rs.teamId = 3909 AND active = 1
4 3.2 ms controllers/news.php
SELECT data1 FROM stats2025 t WHERE league_id = 77402 AND teamId = 6663307 AND type = 33 ORDER BY groupId ASC, type
5 1.8 ms controllers/news.php
SELECT data1 FROM stats2025 t WHERE league_id = 77402 AND teamId = 6663314 AND type = 33 ORDER BY groupId ASC, type
6 1.8 ms controllers/news.php
SELECT rel.media_id, m.name, m.id FROM rel_media_match as rel INNER JOIN media AS m ON rel.media_id = m.id WHERE m.type=10 AND rel.cid = 229246 AND rel.year = 2025 AND rel.media_id < 90000 AND m.location='es' GROUP BY rel.media_id
7 2 ms controllers/news.php
SELECT * FROM calendars2025_times WHERE id = 229246
8 1.8 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2025 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2025
and rp.team_id=6663307
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
9 2.2 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2025 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2025
and rp.team_id=6663314
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
10 2 ms controllers/news.php
SELECT type, data1, data2, data3, data4 FROM stats2025
WHERE league_id=77402 AND teamId=6663307 AND ((type>=1 AND type<=9) OR (type>=29 AND type<=32))
ORDER BY type ASC
11 1.7 ms controllers/news.php
SELECT type, data1, data2, data3, data4 FROM stats2025
WHERE league_id=77402 AND teamId=6663314 AND ((type>=1 AND type<=9) OR (type>=29 AND type<=32))
ORDER BY type ASC
12 1.7 ms controllers/news.php
SELECT round, team1, team2, extra_data, r1, r2 FROM calendars2025 WHERE league_id=77402 AND extra_data IS NOT NULL AND (team1=6663307 OR team2=6663307) ORDER BY round ASC
13 1.9 ms controllers/news.php
SELECT round, team1, team2, extra_data, r1, r2 FROM calendars2025 WHERE league_id=77402 AND extra_data IS NOT NULL AND (team1=6663314 OR team2=6663314) ORDER BY round ASC
14 1.9 ms controllers/news.php
SELECT dt.id,dt.nameShow,dt.translate,dt.basealias, t.points, t.gf, t.ga, t.win_h+t.win_a as wins, t.draw_h+t.draw_a as draws, t.lose_h+t.lose_a as loses, (t.win_h+t.win_a+t.draw_h+t.draw_a+t.lose_h+t.lose_a) AS mp,(cast(t.gf as signed) - cast(t.ga as signed)) AS diff,team.teamId FROM tables2025 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 = 77402 AND t.round = 16 ORDER BY t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
15 2.1 ms controllers/news.php
SELECT t.team,t.round,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff FROM tables2025 AS t
WHERE t.league_id = 77402 AND t.round<=16 ORDER BY t.round ASC,t.points DESC, diff DESC, t.ga DESC
16 2.4 ms controllers/news.php
SELECT dr.id, dr.fullname as name, dr.nick as showName,rc.role, dr.birthdate,dr.birthplace FROM rel_calendars_referee rc LEFT JOIN datapeople dr ON dr.id=rc.referee_id WHERE rc.match_id=229246 AND rc.year=2025
17 1.8 ms controllers/news.php
SELECT ev.id, ev.player_id, ev.action, ev.minute, ev.teamId, date, period FROM events2025 AS ev WHERE ev.match_id=229246 AND ev.action<31 ORDER BY ev.minute ASC, ev.date ASC, ev.id ASC
18 1.8 ms controllers/news.php
SELECT id, team_id, tactica AS tactic FROM dreamteam_data_real WHERE league_id = 77402 AND id_match = 229246
19 2.1 ms controllers/news.php
SELECT c.id, c.r1, c.r2, c.shedule, l.year FROM calendars_all AS c INNER JOIN futbol.leagues AS l ON c.league_id=l.id INNER JOIN teams AS t1 ON c.team1=t1.id INNER JOIN teams AS t2 ON c.team2=t2.id WHERE l.categoryId=694 AND t1.teamId=3909 AND t2.teamId=152838 AND r1 < 99 AND c.shedule < NOW() - INTERVAL 1 DAY ORDER BY c.shedule DESC LIMIT 10
20 2.5 ms controllers/news.php
SELECT * FROM forecast WHERE matchId = 229246 AND year = 2025
21 1.8 ms controllers/news.php
SELECT dt.*,cou.Name as Name,cou.Continent as Continent,cou.Region,dp.latitude,dp.longitude,dp.name as geo_location, ds.header_color as color1 FROM datateams AS dt LEFT JOIN country AS cou ON LOWER(cou.Code2) = dt.CountryCode LEFT JOIN dataplaces dp on dp.geonameid=dt.geonameid LEFT JOIN datateams_shields ds on ds.teamId=dt.id WHERE dt.id=3909 LIMIT 1
22 27.7 ms controllers/news.php
SELECT dp.id, dp.nick, dp.fullname,rp.date_ini, rp.date_end FROM futbol.rel_people rp INNER JOIN futbol.datapeople dp on dp.id=rp.people_id WHERE rp.teamId=3909 AND role_id=1 ORDER BY rp.date_ini DESC LIMIT 1
23 1.8 ms controllers/news.php
SELECT dp.nick, dp.fullname,rp.date_ini, rp.date_end FROM futbol.rel_people rp INNER JOIN futbol.datapeople dp on dp.id=rp.people_id WHERE rp.teamId=3909 AND role_id=2 ORDER BY rp.date_ini DESC LIMIT 1
24 1.8 ms controllers/news.php
SELECT rs.teamId, ds.id AS stadiumId, ds.name, ds.seats, ds.yearBuilt, ds.typefield, ds.city, ds.address, ds.size, ds.fans, ds.phone, ds.fax
FROM rel_stadiums AS rs
INNER JOIN datastadiums AS ds ON ds.id = rs.stadium_id
WHERE rs.teamId = 3909 AND active = 1
25 3.1 ms controllers/news.php
SELECT c.troncal, t.conference, c.id AS category_id, t.id as team_id,t.league_id,c.name as cat_name, c.name_english as cat_name_en,l.year,l.tables,l.current_round,l.group_code,l.total_group,c.active_year,c.alias, l.table_suffix, c.logo as league_logo FROM teams AS t INNER JOIN leagues_besoccer l ON l.id = t.league_id INNER JOIN categories_besoccer c ON c.id = l.categoryId WHERE t.teamId = 3909 AND c.ctype != 12 ORDER BY c.troncal DESC, l.year DESC, l.end_prev ASC, c.parentId ASC, c.coefficient DESC, l.group_code = 0 ASC, l.group_code ASC LIMIT 2
26 2.1 ms controllers/news.php
SELECT ct.id FROM categories_besoccer AS ct INNER JOIN leagues_besoccer 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=3909 AND ct.ctype!=12 AND ct.status=1 GROUP BY ct.id ORDER BY ct.troncal DESC, ct.coefficient DESC
27 2 ms controllers/news.php
SELECT ct.id, ct.alias, ct.name AS name, ct.logo, ct.CountryCode, ct.active_year, ct.location, ct.continent, ct.competition_type, ct.troncal, ct.coefficient AS coefficient, l.id AS league_id, l.year, l.total_teams, l.current_round, l.total_rounds, l.total_group, l.group_code, l.legend, l.legendExtra, l.playoff, l.end_prev, l.end_date, t.id as team_id, t.name as team_name FROM categories_besoccer AS ct INNER JOIN leagues_besoccer AS l ON ct.id=l.categoryId AND ct.active_year=l.year INNER JOIN teams t on t.teamId=3909 and l.id=t.league_id WHERE ct.id IN (694) ORDER BY ct.coefficient DESC, ct.id ASC, l.group_code ASC
28 2 ms controllers/news.php
SELECT dt.nameShow,(cast(tab.gf as signed) - cast(tab.ga as signed) + 100) as diff,tab.*,t.teamId FROM teams AS t INNER JOIN leagues l ON l.id = t.league_id INNER JOIN categories c ON c.id = l.categoryId INNER JOIN tables2025 as tab ON tab.league_id = t.league_id AND tab.team = t.id INNER JOIN datateams dt ON dt.id = t.teamId WHERE c.troncal = 1 AND t.league_id = 77402 AND tab.round = 25 ORDER BY tab.points DESC, diff DESC, tab.ga DESC, dt.nameShow ASC
29 2.3 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2025 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2025
and rp.team_id=6663307
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
30 1.9 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2024 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2024
and rp.team_id=6663307
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
31 2 ms controllers/news.php
SELECT total FROM bs_rel_resume_items WHERE itemId=3909 AND type_rel=2 AND ln='es'
32 1.8 ms controllers/news.php
SELECT rb.id FROM rel_budgets AS rb WHERE (rb.official_budget = 1 or rb.official_budget = 2 or rb.official_budget = 0) AND (rb.origin_team_id IN (3909) OR rb.destination_team_id IN (3909)) AND rb.year = 2025 AND rb.active = 1 LIMIT 1
33 2 ms controllers/news.php
SELECT ip.id as id, ip.datateamId, site_name as club,ip.json_data FROM club_projects.club_teams ct INNER JOIN club_projects.info_projects ip ON ip.id = ct.project_id WHERE ct.rel_datateamId=3909 LIMIT 1
34 1.8 ms controllers/news.php
SELECT dt.*,cou.Name as Name,cou.Continent as Continent,cou.Region,dp.latitude,dp.longitude,dp.name as geo_location, ds.header_color as color1 FROM datateams AS dt LEFT JOIN country AS cou ON LOWER(cou.Code2) = dt.CountryCode LEFT JOIN dataplaces dp on dp.geonameid=dt.geonameid LEFT JOIN datateams_shields ds on ds.teamId=dt.id WHERE dt.id=152838 LIMIT 1
35 79.6 ms controllers/news.php
SELECT dp.id, dp.nick, dp.fullname,rp.date_ini, rp.date_end FROM futbol.rel_people rp INNER JOIN futbol.datapeople dp on dp.id=rp.people_id WHERE rp.teamId=152838 AND role_id=1 ORDER BY rp.date_ini DESC LIMIT 1
36 1.7 ms controllers/news.php
SELECT dp.nick, dp.fullname,rp.date_ini, rp.date_end FROM futbol.rel_people rp INNER JOIN futbol.datapeople dp on dp.id=rp.people_id WHERE rp.teamId=152838 AND role_id=2 ORDER BY rp.date_ini DESC LIMIT 1
37 1.8 ms controllers/news.php
SELECT rs.teamId, ds.id AS stadiumId, ds.name, ds.seats, ds.yearBuilt, ds.typefield, ds.city, ds.address, ds.size, ds.fans, ds.phone, ds.fax
FROM rel_stadiums AS rs
INNER JOIN datastadiums AS ds ON ds.id = rs.stadium_id
WHERE rs.teamId = 152838 AND active = 1
38 3.2 ms controllers/news.php
SELECT c.troncal, t.conference, c.id AS category_id, t.id as team_id,t.league_id,c.name as cat_name, c.name_english as cat_name_en,l.year,l.tables,l.current_round,l.group_code,l.total_group,c.active_year,c.alias, l.table_suffix, c.logo as league_logo FROM teams AS t INNER JOIN leagues_besoccer l ON l.id = t.league_id INNER JOIN categories_besoccer c ON c.id = l.categoryId WHERE t.teamId = 152838 AND c.ctype != 12 ORDER BY c.troncal DESC, l.year DESC, l.end_prev ASC, c.parentId ASC, c.coefficient DESC, l.group_code = 0 ASC, l.group_code ASC LIMIT 2
39 2.1 ms controllers/news.php
SELECT ct.id FROM categories_besoccer AS ct INNER JOIN leagues_besoccer 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=152838 AND ct.ctype!=12 AND ct.status=1 GROUP BY ct.id ORDER BY ct.troncal DESC, ct.coefficient DESC
40 2 ms controllers/news.php
SELECT ct.id, ct.alias, ct.name AS name, ct.logo, ct.CountryCode, ct.active_year, ct.location, ct.continent, ct.competition_type, ct.troncal, ct.coefficient AS coefficient, l.id AS league_id, l.year, l.total_teams, l.current_round, l.total_rounds, l.total_group, l.group_code, l.legend, l.legendExtra, l.playoff, l.end_prev, l.end_date, t.id as team_id, t.name as team_name FROM categories_besoccer AS ct INNER JOIN leagues_besoccer AS l ON ct.id=l.categoryId AND ct.active_year=l.year INNER JOIN teams t on t.teamId=152838 and l.id=t.league_id WHERE ct.id IN (694) ORDER BY ct.coefficient DESC, ct.id ASC, l.group_code ASC
41 2.3 ms controllers/news.php
SELECT dt.nameShow,(cast(tab.gf as signed) - cast(tab.ga as signed) + 100) as diff,tab.*,t.teamId FROM teams AS t INNER JOIN leagues l ON l.id = t.league_id INNER JOIN categories c ON c.id = l.categoryId INNER JOIN tables2025 as tab ON tab.league_id = t.league_id AND tab.team = t.id INNER JOIN datateams dt ON dt.id = t.teamId WHERE c.troncal = 1 AND t.league_id = 77402 AND tab.round = 25 ORDER BY tab.points DESC, diff DESC, tab.ga DESC, dt.nameShow ASC
42 2.3 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2025 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2025
and rp.team_id=6663314
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
43 2.1 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2024 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2024
and rp.team_id=6663314
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
44 1.9 ms controllers/news.php
SELECT total FROM bs_rel_resume_items WHERE itemId=152838 AND type_rel=2 AND ln='es'
45 1.7 ms controllers/news.php
SELECT rb.id FROM rel_budgets AS rb WHERE (rb.official_budget = 1 or rb.official_budget = 2 or rb.official_budget = 0) AND (rb.origin_team_id IN (152838) OR rb.destination_team_id IN (152838)) AND rb.year = 2025 AND rb.active = 1 LIMIT 1
46 2 ms controllers/news.php
SELECT ip.id as id, ip.datateamId, site_name as club,ip.json_data FROM club_projects.club_teams ct INNER JOIN club_projects.info_projects ip ON ip.id = ct.project_id WHERE ct.rel_datateamId=152838 LIMIT 1
47 1.8 ms controllers/news.php
SELECT
c.*, l.*, cou.name as namec, ct.table_sufix
FROM (leagues l INNER JOIN categories c ON c.id = l.categoryId INNER JOIN categories_types ct ON c.ctype=ct.id LEFT JOIN country cou ON cou.Code2 = c.CountryCode) WHERE l.id = 77402
48 2.5 ms controllers/news.php
SELECT SQL_NO_CACHE ev.id AS event_id, ev.player_id, ev.action, ev.minute, ev.teamId AS event_teamId
FROM events2025 AS ev
WHERE ev.match_id=229246
ORDER BY (ev.action=1 OR ev.action=2 OR ev.action=6 OR ev.action=11 OR ev.action=12 OR ev.action=13 OR ev.action=25) DESC,(ev.action=3 OR ev.action=4 OR ev.action=5) DESC,(ev.action=14 OR ev.action=15 OR ev.action=16 OR ev.action=17 OR ev.action=21) DESC,(ev.action=18 OR ev.action=19) DESC,(ev.action=20 OR ev.action=22) DESC, minute ASC, ev.real_date ASC, ev.id DESC, ev.action DESC
49 1.8 ms controllers/news.php
SELECT SQL_NO_CACHE ev.id AS event_id, ev.player_id, ev.action, ev.minute, ev.teamId AS event_teamId
FROM events2025 AS ev
WHERE ev.match_id=229246
ORDER BY ev.minute ASC, ev.real_date ASC, ev.id DESC
50 1.8 ms controllers/news.php
SELECT data1 FROM stats2025 t WHERE league_id = 77402 AND teamId = 6663307 and type = 33
51 1.7 ms controllers/news.php
SELECT data1 FROM stats2025 t WHERE league_id = 77402 AND teamId = 6663314 and type = 33
52 1.7 ms controllers/news.php
SELECT rating1, rating2 FROM calendars_elo WHERE id=229246 AND league_id=77402 AND year=2025
53 1.7 ms controllers/news.php
SELECT position FROM tables2025 WHERE team=6663307 AND league_id=77402 AND round=16
54 1.7 ms controllers/news.php
SELECT position FROM tables2025 WHERE team=6663314 AND league_id=77402 AND round=16
55 1.7 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='spanish' AND keyone='a587736f77f430a8754d5bc5997f4c74'
56 1.9 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='spanish' AND keyone='36606e85840bb85db6521cd308082a21'
57 1.8 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='spanish' AND keyone='79b6ae4ce99e33b634a24499333a04bc'
58 2 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='spanish' AND keyone='6b8decc79ce0bf36a7baba7d3fa57e10'
59 1.8 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='spanish' AND keyone='71249081f8b767253cd8841324288b1c'
60 1.9 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='spanish' AND keyone='531a9e10f15396b097aa1513d4e89bd0'
61 1.8 ms controllers/news.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='212a0488abf6c0d52971d8e90bf314f9'
62 1.8 ms controllers/news.php
SELECT rs.teamId, ds.id AS stadiumId, ds.name, ds.seats, ds.yearBuilt, ds.typefield, ds.city, ds.address, ds.size, ds.fans, ds.phone, ds.fax
FROM rel_stadiums AS rs
INNER JOIN datastadiums AS ds ON ds.id = rs.stadium_id
WHERE rs.teamId = 3909 AND active = 1
63 3 ms controllers/news.php
SELECT data1 FROM stats2025 t WHERE league_id = 77402 AND teamId = 6663307 AND type = 33 ORDER BY groupId ASC, type
64 1.7 ms controllers/news.php
SELECT data1 FROM stats2025 t WHERE league_id = 77402 AND teamId = 6663314 AND type = 33 ORDER BY groupId ASC, type
65 1.7 ms controllers/news.php
SELECT * FROM calendars2025_times WHERE id = 229246
66 1.7 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2025 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2025
and rp.team_id=6663307
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
67 2 ms controllers/news.php
SELECT dp.id, dp.birthplace, dp.nick,dp.name,dp.last_name,dp.alias,dp.birthdate,dp.height,dp.weight,dp.foot,dp.side, dp.role, 2025 AS year, rp.squadNumber,'' as num,'' as pos,'' as idplayer,'' as goals,'' as reds,'' as yellows,IF(dp.CountryCode IS NULL,'',dp.CountryCode) AS CountryCode, '' as gender
FROM futbol.rel_players as rp INNER JOIN futbol.dataplayers as dp on rp.player_id=dp.id and rp.in_squad=1
WHERE rp.year=2025
and rp.team_id=6663314
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
68 2 ms controllers/news.php
SELECT type, data1, data2, data3, data4 FROM stats2025
WHERE league_id=77402 AND teamId=6663307 AND ((type>=1 AND type<=9) OR (type>=29 AND type<=32))
ORDER BY type ASC
69 1.8 ms controllers/news.php
SELECT type, data1, data2, data3, data4 FROM stats2025
WHERE league_id=77402 AND teamId=6663314 AND ((type>=1 AND type<=9) OR (type>=29 AND type<=32))
ORDER BY type ASC
70 1.7 ms controllers/news.php
SELECT dr.id, dr.fullname as name, dr.nick as showName,rc.role, dr.birthdate,dr.birthplace FROM rel_calendars_referee rc LEFT JOIN datapeople dr ON dr.id=rc.referee_id WHERE rc.match_id=229246 AND rc.year=2025
71 1.9 ms controllers/news.php
SELECT ev.id, ev.player_id, ev.action, ev.minute, ev.teamId, date, period FROM events2025 AS ev WHERE ev.match_id=229246 AND ev.action<31 ORDER BY ev.minute ASC, ev.date ASC, ev.id ASC
72 1.9 ms controllers/news.php
SELECT id, team_id, tactica AS tactic FROM dreamteam_data_real WHERE league_id = 77402 AND id_match = 229246
73 2 ms controllers/news.php
SELECT * FROM forecast WHERE matchId = 229246 AND year = 2025
74 1.9 ms controllers/news.php
SELECT *,rel.id as rel_id FROM `rel_media_match` rel LEFT JOIN media m ON m.id = rel.media_id WHERE m.type='10' AND rel.active = 1 AND rel.league_id = 77402 AND rel.team1 = 6663307 AND rel.team2 = 6663314 ORDER BY FIELD(m.location,'es','en') DESC
75 2.2 ms controllers/news.php
SELECT id,team_id,tactica FROM dreamteam_data_real WHERE league_id = 77402 AND id_match = 229246
76 1.9 ms controllers/news.php
SELECT mp.`player_id`, p.`nick`, p.`name`, p.`last_name`, mp.`team`, p.role, p.alias, relp.squadNumber as num, p.CountryCode
FROM `matchs_players_called` AS mp INNER JOIN `dataplayers` AS p ON mp.`player_id` = p.`id`
INNER JOIN rel_players AS relp ON relp.player_id=p.id AND relp.league_id='77402' AND relp.team_id=6663307
WHERE mp.`match_id` = '229246' AND mp.year='2025'
ORDER BY mp.`team` ASC, p.`role` ASC
77 2 ms controllers/news.php
SELECT mp.`player_id`, p.`nick`, p.`name`, p.`last_name`, mp.`team`, p.role, p.alias, relp.squadNumber as num, p.CountryCode
FROM `matchs_players_called` AS mp INNER JOIN `dataplayers` AS p ON mp.`player_id` = p.`id`
INNER JOIN rel_players AS relp ON relp.player_id=p.id AND relp.league_id='77402' AND relp.team_id=6663314
WHERE mp.`match_id` = '229246' AND mp.year='2025'
ORDER BY mp.`team` ASC, p.`role` ASC
78 2 ms controllers/news.php
SELECT rl.* FROM futbol.rel_live_commentaries AS rl WHERE rl.match_id = 229246 AND rl.year = 2025 AND rl.active = 1 AND rl.ln = 'es';
79 1.9 ms controllers/news.php
SELECT * FROM futbol.live_commentaries2025 WHERE match_id = 229246 AND ln = 'es' AND type = 1 AND owner = '1' ORDER BY minute DESC, creation_date DESC, id DESC;
80 2 ms controllers/news.php
SELECT * FROM futbol.live_commentaries2025 WHERE match_id = 229246 AND ln = 'es' AND type = 1 AND owner = 1 ORDER BY minute DESC, extra_minute DESC, creation_date DESC, id DESC;
81 1.9 ms controllers/news.php
SELECT * FROM calendars2025 AS c WHERE c.id=229246
82 1.9 ms controllers/news.php
SELECT * FROM events2025 AS e WHERE e.match_id=229246 ORDER BY minute DESC
83 1.9 ms controllers/news.php
SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=229246 AND extraId = 77402 AND type_rel = 4
84 1.8 ms controllers/news.php
SELECT c.team1, c.team2,c.extra,c.datateam1,c.datateam2, c.shedule,c.id, c.r1, c.r2, c.round, c.minute, c.status, c.penaltis1, c.penaltis2, dt1.nameShow as team1_name, dt2.nameShow as team2_name, dt1.basealias as basealias1, dt2.basealias as basealias2,c.comments,c.league_id FROM `calendars2025` as c INNER JOIN teams t1 ON t1.id = c.team1 AND t1.league_id = c.league_id INNER JOIN teams t2 ON t2.id = c.team2 AND t2.league_id = c.league_id INNER JOIN datateams as dt1 ON dt1.id = t1.teamId INNER JOIN datateams as dt2 ON dt2.id = t2.teamId WHERE c.`league_id` = 77402 AND c.`round` = 16 ORDER BY shedule ASC LIMIT 12
85 2.8 ms controllers/news.php
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 `tables2025` 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 = 77402
AND t.round = 16 ORDER BY team.conference ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
86 2.5 ms controllers/news.php
SELECT t.points,t.team,t.round FROM `tables2025` 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 = 77402
AND t.round >= 10 AND t.round <= 25 ORDER BY t.round ASC, t.points DESC, t.ga DESC, dt.nameShow ASC
87 6 ms controllers/news.php
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 = 77402 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
88 2.2 ms controllers/news.php
TOTAL TIME 292.1 ms QUERIES 88 FILE controllers/news.php
Memcache Server version: | |
Process id of this server process | |
Number of seconds this server has been running | |
Accumulated user time for this process | seconds |
Accumulated system time for this process | seconds |
Total number of items stored by this server ever since it started | |
Number of open connections | |
Total number of connections opened since the server started running | |
Number of connection structures allocated by the server | |
Cumulative number of retrieval requests | |
Cumulative number of storage requests |