GET https://app.fishingstatistics.com/ext/fishing-race/ext/iframe-sector-b/6/11?type=fused

Query Metrics

27 Database Queries
10 Different statements
36.28 ms Query time
1 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 2.82 ms
SELECT t0.id AS id_1, t0.web_ident AS web_ident_2, t0.name AS name_3, t0.description AS description_4, t0.map AS map_5, t0.custom_styles AS custom_styles_6, t0.start AS start_7, t0.end AS end_8, t0.catch_options AS catch_options_9, t0.status_id AS status_id_10 FROM fishing_race_race t0 WHERE t0.web_ident = ? LIMIT 1
Parameters:
[
  "6"
]
2 2.86 ms
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.logo AS logo_2, f0_.map AS map_3, f0_.id AS id_4, f0_.name AS name_5, f0_.logo AS logo_6, f0_.map AS map_7, f0_.status_id AS status_id_8 FROM fishing_race_area f0_ INNER JOIN fishing_race_race_area f1_ ON f0_.id = f1_.area_id WHERE f0_.id = ? AND f1_.race_id = ? AND f1_.status_id = ?
Parameters:
[
  11
  6
  1
]
3 4.69 ms
SELECT f0_.id AS id_0, f0_.number AS number_1, f0_.name AS name_2, f0_.description AS description_3, f0_.created AS created_4, f0_.status_id AS status_id_5, f0_.race_id AS race_id_6, f0_.area_pier_id AS area_pier_id_7 FROM fishing_race_team f0_ LEFT JOIN __view_fishing_race_team_result t1_ ON f0_.id = t1_.team_id WHERE f0_.race_id = ? AND f0_.status_id = ? ORDER BY t1_.weight DESC LIMIT 1
Parameters:
[
  6
  1
]
4 0.73 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  445
]
5 1.94 ms
SELECT f0_.id AS id_0, f0_.number AS number_1, f0_.name AS name_2, f0_.description AS description_3, f0_.created AS created_4, f0_.status_id AS status_id_5, f0_.race_id AS race_id_6, f0_.area_pier_id AS area_pier_id_7 FROM fishing_race_team f0_ INNER JOIN fishing_race_area_pier f1_ ON f0_.area_pier_id = f1_.id LEFT JOIN __view_fishing_race_team_result t2_ ON f0_.id = t2_.team_id WHERE f1_.area_id = ? AND f0_.race_id = ? AND f0_.status_id = ? GROUP BY f0_.id ORDER BY t2_.weight DESC
Parameters:
[
  11
  6
  1
]
6 0.46 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  504
]
7 1.85 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  502
]
8 0.66 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  509
]
9 0.68 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  498
]
10 1.01 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  503
]
11 1.38 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  495
]
12 0.60 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  497
]
13 0.43 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  507
]
14 0.45 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  511
]
15 0.42 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  501
]
16 0.37 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  505
]
17 2.58 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  506
]
18 0.74 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  500
]
19 0.57 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  508
]
20 1.46 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  499
]
21 0.48 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  510
]
22 1.64 ms
SELECT t0.weight AS weight_1, t0.team_id AS team_id_2 FROM __view_fishing_race_team_result t0 WHERE t0.team_id = ?
Parameters:
[
  496
]
23 0.69 ms
select count(distinct frrc.id) as total_count from fishing_race_team frt join fishing_race_area_pier frap on frap.id = frt.area_pier_id join fishing_race_catch frrc on frrc.team_id = frt.id where frt.race_id = :race_id and frap.area_id = :area_id and frrc.status_id < 100 and frt.status_id < 100
Parameters:
[
  "race_id" => 6
  "area_id" => 11
]
24 3.66 ms
select sum(frrc.weight) as weight_sum from fishing_race_team frt join fishing_race_area_pier frap on frap.id = frt.area_pier_id join fishing_race_catch frrc on frrc.team_id = frt.id where frt.race_id = :race_id and frap.area_id = :area_id and frrc.status_id < 100 and frt.status_id < 100
Parameters:
[
  "race_id" => 6
  "area_id" => 11
]
25 0.91 ms
select frrc.*, frap.name as pier_name, fra.name as area_name, frt.name as team_name from fishing_race_team frt join fishing_race_area_pier frap on frap.id = frt.area_pier_id join fishing_race_area fra on fra.id = frap.area_id join fishing_race_catch frrc on frrc.team_id = frt.id where frt.race_id = :race_id and frap.area_id = :area_id and frrc.status_id < 100 and frt.status_id < 100 order by frrc.weight desc limit 1
Parameters:
[
  "race_id" => 6
  "area_id" => 11
]
26 0.77 ms
select sum(frrc.weight > 30) as over_30, sum(frrc.weight > 25) as over_25, sum(frrc.weight > 20) as over_20, sum(frrc.weight > 15) as over_15 from fishing_race_team frt join fishing_race_area_pier frap on frap.id = frt.area_pier_id join fishing_race_area fra on fra.id = frap.area_id join fishing_race_catch frrc on frrc.team_id = frt.id where frt.race_id = :race_id and frap.area_id = :area_id and frrc.status_id < 100 and frt.status_id < 100
Parameters:
[
  "race_id" => 6
  "area_id" => 11
]
27 1.44 ms
select avg(frrc.weight) as weight_sum from fishing_race_team frt join fishing_race_area_pier frap on frap.id = frt.area_pier_id join fishing_race_catch frrc on frrc.team_id = frt.id where frt.race_id = :race_id and frap.area_id = :area_id and frrc.status_id < 100
Parameters:
[
  "race_id" => 6
  "area_id" => 11
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts

Entities Mapping

Class Mapping errors
App\FishingRace\Entity\Race No errors.
App\Core\Entity\Status No errors.
App\FishingRace\Entity\RaceArea No errors.
App\FishingRace\Entity\Team
  • The mappings App\FishingRace\Entity\Team#members and App\FishingRace\Entity\TeamMember#team are inconsistent with each other.
App\FishingRace\Entity\RaceData No errors.
App\FishingRace\Entity\Area No errors.
App\FishingRace\Entity\AreaPier No errors.
App\FishingRace\Entity\TeamResult No errors.
App\FishingRace\Entity\RaceCatch No errors.
App\FishingRace\Entity\TeamMember No errors.