0.0017 | SELECT data1 FROM stats2025 t WHERE league_id = 76457 AND teamId = 6644331 and type = 33 |
0.0017 | SELECT data1 FROM stats2025 t WHERE league_id = 76457 AND teamId = 6644338 and type = 33 |
0.0019 | SELECT id,team_id,tactica FROM dreamteam_data_real WHERE league_id = 76457 AND id_match = 25464 |
0.0020 | SELECT p.*
FROM `videos` as p INNER JOIN `rel_videos` as rp ON p.id = rp.id_video WHERE rp.id_content = '25464' and rp.type = 2025 and p.revised = 1 GROUP BY p.id ORDER BY p.id DESC LIMIT 0, 16 |
0.0018 | SELECT iframe, title FROM futbol.match_videos WHERE matchId = 25464 AND year = 2025 AND channel = 'Footters' LIMIT 1 |
0.0017 | SELECT iframe, title FROM futbol.match_videos WHERE matchId = 25464 AND year = 2025 AND channel = 'Footters' LIMIT 1 |
0.0018 | SELECT `id`, `text` FROM `matchs_news_keys` WHERE `match_id`='25464' AND `active` = 1 AND year = 2025 |
0.0128 | 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='76457' AND relp.team_id=6644331
WHERE relp.in_squad=1 and mp.`match_id` = '25464' AND mp.year='2025'
ORDER BY mp.`team` ASC, p.`role` ASC |
0.0097 | 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='76457' AND relp.team_id=6644338
WHERE relp.in_squad=1 and mp.`match_id` = '25464' AND mp.year='2025'
ORDER BY mp.`team` ASC, p.`role` ASC |
0.0018 | SELECT id, team_id FROM dreamteam_data_real WHERE league_id = '76457' AND id_match = '25464' |
0.0018 | SELECT
dt.id, dt.nick, dt.alias, dt.name, dt.last_name, t.teamId as team_id,
0 as tvotes,
0 as tpoints,
0 as rating
FROM dreamteam_data_real as dr INNER JOIN rel_dreamteam_real as rel
ON dr.id=rel.team_number
INNER JOIN teams as t
ON t.id = dr.team_id
INNER JOIN dataplayers as dt
ON dt.id=rel.player_id
WHERE dr.team_id=6644331
GROUP BY rel.player_id
HAVING SUM(rel.votes) > 1
ORDER BY tpoints DESC, votes DESC
LIMIT 1 |
0.0476 | SELECT
dt.id, dt.nick, dt.alias, dt.name, dt.last_name, t.teamId as team_id,
0 as tvotes,
0 as tpoints,
0 as rating
FROM dreamteam_data_real as dr INNER JOIN rel_dreamteam_real as rel
ON dr.id=rel.team_number
INNER JOIN teams as t
ON t.id = dr.team_id
INNER JOIN dataplayers as dt
ON dt.id=rel.player_id
WHERE dr.team_id=6644338
GROUP BY rel.player_id
HAVING SUM(rel.votes) > 1
ORDER BY tpoints DESC, votes DESC
LIMIT 1 |
0.0022 | SELECT total FROM bs_rel_resume_items WHERE ln = 'es' AND itemId=25464 AND extraId = 76457 AND type_rel = 4 |
0.0017 | SELECT rel.newId FROM bs_news_rel rel WHERE rel.type_rel = 3 AND rel.typeId = 7 AND rel.ln = 'es' AND rel.status=1 ORDER BY rel.creation_date desc,rel.cover_points DESC LIMIT 5 |
0.0017 | 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 (1348641,1348608,1348523,1348520,1342920) ORDER BY n.cover_points DESC, update_date DESC |
0.0017 | SELECT * FROM futbol.calendars_lineups WHERE id = 25464 AND league_id = 76457 AND year = 2025 |