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 |
1% | 5.59 kb | index.php |
50% | 434.32 kb | kint.phar |
0% | 1.71 kb | phar://kint.phar/init_phar.php |
0% | 2.73 kb | phar://kint.phar/init.php |
3% | 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 |
1% | 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 |
2% | 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 |
1% | 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 |
7% | 58.1 kb | application/controllers/team.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 |
5% | 42.07 kb | application/helpers/normalize_responses.php |
6% | 53.1 kb | application/lib/lib.php |
2% | 17.69 kb | application/req/team.php |
1% | 5.83 kb | application/req/teams_competitions_history.php |
1% | 9.18 kb | application/req/ranking_players_competition.php |
2% | 19.64 kb | application/req/tables.php |
0% | 3.1 kb | application/mods/exec_mods.php |
0% | 3.77 kb | application/mods/team/migrated/menu_team.php |
0% | 3.05 kb | application/mods/team/migrated/team_historical.php |
0% | 3.02 kb | application/mods/team/migrated/tables.php |
1% | 12.97 kb | application/views/common/header_view.php |
0% | 4.08 kb | application/views/common/quantcast/cfv3.php |
1% | 4.93 kb | application/mods/home/banner_cookies.php |
0% | 197 b | application/views/common/menu_view.php |
0% | 104 b | application/views/common/adstop.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 |
868.52 kb | Total |
Connection to sql... 9.2 ms
SELECT old,new FROM redirect WHERE old = 'historico'
1 2 ms config/routes_file.php
TOTAL TIME 89.5 ms QUERIES 2 FILE config/routes_file.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.basealias='macae' LIMIT 1
2 87.5 ms controllers/home.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=15143 AND role_id=1 ORDER BY rp.date_ini DESC LIMIT 1
3 1.9 ms controllers/home.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=15143 AND role_id=2 ORDER BY rp.date_ini DESC LIMIT 1
4 1.9 ms controllers/home.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 = 15143 AND active = 1
5 3.1 ms controllers/home.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 = 15143 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
6 2.9 ms controllers/home.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=15143 AND ct.ctype!=12 AND ct.status=1 GROUP BY ct.id ORDER BY ct.troncal DESC, ct.coefficient DESC
7 2.6 ms controllers/home.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=15143 and l.id=t.league_id WHERE 1 ORDER BY ct.coefficient DESC, ct.id ASC, l.group_code ASC
8 3 ms controllers/home.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=6185401
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
9 2.3 ms controllers/home.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=6185401
GROUP BY dp.id
ORDER BY dp.role>0 DESC, dp.role ASC, dp.nick ASC
10 2.2 ms controllers/home.php
SELECT total FROM bs_rel_resume_items WHERE itemId=15143 AND type_rel=2 AND ln='es'
11 1.9 ms controllers/home.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 (15143) OR rb.destination_team_id IN (15143)) AND rb.year = 2025 AND rb.active = 1 LIMIT 1
12 2.3 ms controllers/home.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=15143 LIMIT 1
13 1.9 ms controllers/home.php
SELECT dt.nameShow
FROM datateams AS dt
WHERE dt.id=15143 LIMIT 1
14 1.9 ms controllers/home.php
SELECT cat.alias, cat.location as cc, cat.logo, cat.name AS category_name, dtm.year, dtm.categoryId,(SUM(dtm.lineup) DIV 11) AS apps, SUM(dtm.goals) AS goals, SUM(dtm.assists) AS assists, SUM(dtm.yellow_cards) AS yellow_cards, SUM(dtm.expulsions) AS expulsions, dtm.league_id, dtm.teamId, cat.troncal,lea.group_code, lea.id as league_id
FROM detail_team_match AS dtm
INNER JOIN categories_besoccer AS cat ON dtm.categoryId = cat.id
LEFT JOIN leagues lea ON lea.id=dtm.league_id
WHERE teamId = 15143 AND cat.official = 1
GROUP BY dtm.year, dtm.categoryId
ORDER BY dtm.year DESC, dtm.categoryId ASC
15 9.5 ms controllers/home.php
SELECT player_id FROM rel_players rp WHERE rp.category_id=719 and rp.year=2023 AND rp.in_squad=1 AND teamId=15143
16 9.1 ms controllers/home.php
SELECT id FROM leagues WHERE categoryId=719 AND `year`=2023 ORDER BY id ASC
17 2.2 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick,dt.id as teamId, dt.nameShow as teamName,dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND (e.action IN (1,2,11,12,13,26)) AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
18 2.3 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=3 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
19 5.4 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=4 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
20 5.4 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=5 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
21 2.3 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=22 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
22 2.1 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=2 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
23 8.9 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=15 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
24 2 ms controllers/home.php
SELECT count(*) as total, dp.CountryCode as countryCode, dp.id as player_id, dp.nick, dt.id as teamId, dt.nameShow as teamName, dt.basealias,dt.id as team_id,dp.role,rp.squadNumber FROM events2023 e INNER JOIN dataplayers dp on dp.id= e.player_id INNER JOIN datateams dt on dt.id=e.teamId INNER JOIN rel_players rp ON rp.category_id=719 and rp.year=2023 and rp.player_id=dp.id WHERE e.league_id in (71346,73367) AND e.action<31 AND e.action=16 AND dt.id=15143 GROUP BY e.player_id ORDER BY total DESC, e.player_id DESC LIMIT 50
25 2.5 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=719 or sonId=719 LIMIT 1
26 1.8 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 719 AND l.year=2018 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
27 1.9 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2018 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 42917 AND t.round = 6 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
28 5.1 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2018 WHERE league_id=42917 AND round=5 ORDER BY team ASC;
29 2 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 42917 LIMIT 1
30 13.5 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='674bb194410ce60f317f3d5dd1db4305'
31 2 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='3269534d0552a10a1ad4c58de0acb34a'
32 1.9 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
33 1.9 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2017 AND l.group_code>=1 AND l.group_code = 2 ORDER BY l.group_code ASC
34 2 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2017 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 37759 AND t.round = 18 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
35 2.7 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2017 WHERE league_id=37759 AND round=17 ORDER BY team ASC;
36 2 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 37759 LIMIT 1
37 17.7 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='674bb194410ce60f317f3d5dd1db4305'
38 2.1 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='e82e1c172d123a70eb5cafbcb2780347'
39 2 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
40 1.9 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2016 AND l.group_code>=1 AND l.group_code = 2 ORDER BY l.group_code ASC
41 2.1 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2016 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 20240 AND t.round = 18 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
42 3.2 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2016 WHERE league_id=20240 AND round=17 ORDER BY team ASC;
43 2.1 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 20240 LIMIT 1
44 9.6 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='674bb194410ce60f317f3d5dd1db4305'
45 2.1 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='e82e1c172d123a70eb5cafbcb2780347'
46 2 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=188 or sonId=188 LIMIT 1
47 1.8 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 188 AND l.year=2015 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
48 1.9 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2015 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 11072 AND t.round = 38 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
49 2.6 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2015 WHERE league_id=11072 AND round=37 ORDER BY team ASC;
50 2 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 11072 LIMIT 1
51 7.4 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
52 1.8 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2014 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
53 2 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2014 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 3272 AND t.round = 18 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
54 2.9 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2014 WHERE league_id=3272 AND round=17 ORDER BY team ASC;
55 2 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 3272 LIMIT 1
56 11.1 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='5f798f6d6bce6e0c9ddecac165162854'
57 1.9 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='e82e1c172d123a70eb5cafbcb2780347'
58 1.9 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
59 1.8 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2013 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
60 1.9 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2013 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 12973 AND t.round = 19 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
61 2.6 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2013 WHERE league_id=12973 AND round=18 ORDER BY team ASC;
62 2 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 12973 LIMIT 1
63 7.4 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
64 1.8 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2012 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
65 1.9 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2012 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 12975 AND t.round = 18 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
66 2.5 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2012 WHERE league_id=12975 AND round=17 ORDER BY team ASC;
67 1.9 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 12975 LIMIT 1
68 10.9 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
69 1.9 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2011 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
70 1.9 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2011 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 12976 AND t.round = 10 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
71 2.7 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2011 WHERE league_id=12976 AND round=9 ORDER BY team ASC;
72 2.1 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 12976 LIMIT 1
73 8.2 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=512 or sonId=512 LIMIT 1
74 1.9 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 512 AND l.year=2010 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
75 1.9 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2010 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 12978 AND t.round = 10 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
76 2.5 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2010 WHERE league_id=12978 AND round=9 ORDER BY team ASC;
77 1.9 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 12978 LIMIT 1
78 9.4 ms controllers/home.php
SELECT * FROM futbol.categories_coef WHERE parentId=719 or sonId=719 LIMIT 1
79 1.9 ms controllers/home.php
SELECT l.id, l.current_table_round, l.current_round, l.total_group, l.penalty, l.legend, l.legendExtra, l.total_teams, l.group_code, l.tables, l.year, l.split_league, c.ctype, c.cat, l.table_suffix, l.extraName FROM futbol.categories AS c INNER JOIN futbol.leagues AS l ON c.id = l.categoryId WHERE l.categoryId = 719 AND l.year=2023 AND l.group_code>=1 AND l.group_code = 1 ORDER BY l.group_code ASC
80 2 ms controllers/home.php
SELECT DISTINCT dt.nameShow as internal_name,dt.id AS id, t.*, dt.nameShow, dt.translate, dt.short_name as abbr, dt.basealias,(cast(t.gf as signed) - cast(t.ga as signed) + 100) AS diff, team.conference, dt.countryCode FROM futbol.tables2023 AS t INNER JOIN teams AS team ON team.id = t.team INNER JOIN datateams AS dt ON team.teamId = dt.id LEFT JOIN club_projects.club_teams ct ON dt.id=ct.rel_datateamId WHERE t.league_id = 71346 AND t.round = 14 ORDER BY team.conference ASC,t.position ASC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC
81 5.6 ms controllers/home.php
SELECT team, position, round FROM futbol.tables2023 WHERE league_id=71346 AND round=13 ORDER BY team ASC;
82 2.1 ms controllers/home.php
SELECT league_id, round FROM futbol.tables_coeff WHERE league_id = 71346 LIMIT 1
83 8.4 ms controllers/home.php
SELECT `text`, id FROM futbol.common_lang_besoccer_app WHERE lang='es' AND keyone='674bb194410ce60f317f3d5dd1db4305'
84 2 ms controllers/home.php
TOTAL TIME 291.3 ms QUERIES 82 FILE controllers/home.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 |