Query Metrics
81
Database Queries
16
Different statements
42.80 ms
Query time
0
Invalid entities
124
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.10 ms (44.63%) |
40 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.hours AS hours_3, t0.num_game AS num_game_4, t0.result_home AS result_home_5, t0.result_out AS result_out_6, t0.pts_home AS pts_home_7, t0.pts_out AS pts_out_8, t0.name_game AS name_game_9, t0.slug_game AS slug_game_10, t0.convocation AS convocation_11, t0.ticket AS ticket_12, t0.img AS img_13, t0.featured AS featured_14, t0.score_updated_at AS score_updated_at_15, t0.day_id AS day_id_16, t0.team_home_id AS team_home_id_17, t0.team_out_id AS team_out_id_18, t0.locate_id AS locate_id_19, t0.otm_chrono_id AS otm_chrono_id_20, t0.otm_marque_id AS otm_marque_id_21, t0.otm24s_id AS otm24s_id_22, t0.arbitre_id AS arbitre_id_23, t0.arbitre2_id AS arbitre2_id_24, t0.score_updated_by_id AS score_updated_by_id_25, t0.quarter_id AS quarter_id_26 FROM game t0 WHERE t0.day_id = ?
Parameters:
[
645
]
|
|
3.09 ms (7.23%) |
2 |
SELECT p.id as player_id, p.name as player_name, p.nick_name as player_nickname, MAX(c.nick_name) as club_name, MAX(c.logo) as club_logo, MAX(cl.slug_ligue) as slug_ligue, SUM(CAST(s.points AS UNSIGNED)) as total_points, COUNT(s.id) as games_played FROM stat s JOIN player p ON s.player_id = p.id JOIN game g ON s.game_id = g.id JOIN day d ON g.day_id = d.id JOIN player_team pt ON pt.player_id = p.id JOIN team t ON pt.team_id = t.id JOIN club c ON t.club_id = c.id JOIN ligue cl ON c.ligue_id = cl.id WHERE d.championnat_id = :champId AND s.points IS NOT NULL AND s.points != '' GROUP BY p.id, p.name, p.nick_name ORDER BY total_points DESC LIMIT 5
Parameters:
[ ":champId" => 68 ] |
|
3.00 ms (7.02%) |
6 |
SELECT t0.id AS id_1, t0.phase AS phase_2, t0.score_predit AS score_predit_3, t0.correct AS correct_4, t0.score_exact AS score_exact_5, t0.validated AS validated_6, t0.created_at AS created_at_7, t0.user_id AS user_id_8, t0.playoffs_id AS playoffs_id_9, t0.team_selected_id AS team_selected_id_10 FROM prono_playoffs t0 WHERE t0.playoffs_id = ? AND t0.phase = ? AND t0.validated = ?
Parameters:
[ 68 "Demi-finale 1" 1 ] |
|
2.58 ms (6.03%) |
8 |
SELECT t0.id AS id_1, t0.engaged AS engaged_2, t0.created_at AS created_at_3, t0.name AS name_4, t0.category_id AS category_id_5, t0.club_id AS club_id_6 FROM team t0 WHERE t0.id = ?
Parameters:
[
8
]
|
|
1.93 ms (4.51%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.nick_name AS nick_name_3, t0.address AS address_4, t0.website AS website_5, t0.phone AS phone_6, t0.link_facebook AS link_facebook_7, t0.link_instagram AS link_instagram_8, t0.link_twitter AS link_twitter_9, t0.link_tiktok AS link_tiktok_10, t0.departement AS departement_11, t0.logo AS logo_12, t0.banner AS banner_13, t0.city AS city_14, t0.zip AS zip_15, t0.mail AS mail_16, t0.opt_partenaire AS opt_partenaire_17, t0.opt_otm AS opt_otm_18, t0.opt_slid AS opt_slid_19, t0.distributor AS distributor_20, t0.distributor_2 AS distributor_2_21, t0.slug_ligue AS slug_ligue_22, t0.slug_dept AS slug_dept_23, t0.opt_document AS opt_document_24 FROM ligue t0 WHERE t0.slug_dept = ? LIMIT 1
Parameters:
[
"guadeloupe"
]
|
|
1.90 ms (4.44%) |
6 |
SELECT t0.id AS id_1, t0.phase AS phase_2, t0.number_day AS number_day_3, t0.statuts AS statuts_4, t0.name AS name_5, t0.slug_day AS slug_day_6, t0.championnat_id AS championnat_id_7 FROM day t0 WHERE t0.championnat_id = ? AND t0.phase = ?
Parameters:
[ 68 "Demi-finale 1" ] |
|
1.63 ms (3.81%) |
2 |
SELECT t0.id AS id_1, t0.phase AS phase_2, t0.number_day AS number_day_3, t0.statuts AS statuts_4, t0.name AS name_5, t0.slug_day AS slug_day_6, t0.championnat_id AS championnat_id_7 FROM day t0 WHERE t0.championnat_id = ? ORDER BY t0.number_day ASC
Parameters:
[
68
]
|
|
1.58 ms (3.69%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug_cat AS slug_cat_3, t0.groupe_category AS groupe_category_4, t0.sex AS sex_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
1.44 ms (3.36%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.nick_name AS nick_name_3, t0.address AS address_4, t0.website AS website_5, t0.phone AS phone_6, t0.link_facebook AS link_facebook_7, t0.link_instagram AS link_instagram_8, t0.link_twitter AS link_twitter_9, t0.link_tiktok AS link_tiktok_10, t0.departement AS departement_11, t0.logo AS logo_12, t0.banner AS banner_13, t0.city AS city_14, t0.zip AS zip_15, t0.mail AS mail_16, t0.opt_partenaire AS opt_partenaire_17, t0.opt_otm AS opt_otm_18, t0.opt_slid AS opt_slid_19, t0.distributor AS distributor_20, t0.distributor_2 AS distributor_2_21, t0.slug_ligue AS slug_ligue_22, t0.slug_dept AS slug_dept_23, t0.opt_document AS opt_document_24 FROM ligue t0
Parameters:
[] |
|
1.38 ms (3.24%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.nick_name AS nick_name_3, t0.logo AS logo_4, t0.banner AS banner_5, t0.website AS website_6, t0.link_facebook AS link_facebook_7, t0.link_instagram AS link_instagram_8, t0.link_twitter AS link_twitter_9, t0.link_tiktok AS link_tiktok_10, t0.address AS address_11, t0.zip AS zip_12, t0.departement AS departement_13, t0.city AS city_14, t0.opt_partenaire AS opt_partenaire_15, t0.name_president AS name_president_16, t0.nick_name_president AS nick_name_president_17, t0.phone_president AS phone_president_18, t0.mail_president AS mail_president_19, t0.name_referent AS name_referent_20, t0.nick_name_referent AS nick_name_referent_21, t0.phone_referent AS phone_referent_22, t0.mail_referent AS mail_referent_23, t0.visibility AS visibility_24, t0.color_home AS color_home_25, t0.color_out AS color_out_26, t0.slug_club AS slug_club_27, t0.ligue_id AS ligue_id_28 FROM club t0 WHERE t0.ligue_id = ? AND t0.visibility = ? ORDER BY t0.nick_name ASC
Parameters:
[ 1 "1" ] |
|
1.27 ms (2.96%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.nick_name AS nick_name_3, t0.logo AS logo_4, t0.banner AS banner_5, t0.website AS website_6, t0.link_facebook AS link_facebook_7, t0.link_instagram AS link_instagram_8, t0.link_twitter AS link_twitter_9, t0.link_tiktok AS link_tiktok_10, t0.address AS address_11, t0.zip AS zip_12, t0.departement AS departement_13, t0.city AS city_14, t0.opt_partenaire AS opt_partenaire_15, t0.name_president AS name_president_16, t0.nick_name_president AS nick_name_president_17, t0.phone_president AS phone_president_18, t0.mail_president AS mail_president_19, t0.name_referent AS name_referent_20, t0.nick_name_referent AS nick_name_referent_21, t0.phone_referent AS phone_referent_22, t0.mail_referent AS mail_referent_23, t0.visibility AS visibility_24, t0.color_home AS color_home_25, t0.color_out AS color_out_26, t0.slug_club AS slug_club_27, t0.ligue_id AS ligue_id_28 FROM club t0 WHERE t0.ligue_id = ?
Parameters:
[
1
]
|
|
1.17 ms (2.73%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.types AS types_3, t0.format AS format_4, t0.wins_to_qualify AS wins_to_qualify_5, t0.wins_to_win AS wins_to_win_6, t0.prono_enabled AS prono_enabled_7, t0.img AS img_8, t0.ligue_id AS ligue_id_9, t0.saison_id AS saison_id_10, t0.category_id AS category_id_11, t0.championnat_source_id AS championnat_source_id_12, t0.champs_master_id AS champs_master_id_13 FROM championnat t0 WHERE t0.ligue_id = ? AND t0.saison_id = ? AND t0.types = ? AND t0.format = ?
Parameters:
[ 1 6 2 "playoffs" ] |
|
0.76 ms (1.78%) |
2 |
SELECT t0.id AS id_1, t0.phase AS phase_2, t0.score_predit AS score_predit_3, t0.correct AS correct_4, t0.score_exact AS score_exact_5, t0.validated AS validated_6, t0.created_at AS created_at_7, t0.user_id AS user_id_8, t0.playoffs_id AS playoffs_id_9, t0.team_selected_id AS team_selected_id_10 FROM prono_playoffs t0 WHERE t0.playoffs_id = ? AND t0.validated = ?
Parameters:
[ 68 1 ] |
|
0.69 ms (1.61%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.archived AS archived_3 FROM saison t0 WHERE t0.archived = ? LIMIT 1
Parameters:
[
0
]
|
|
0.68 ms (1.58%) |
1 |
SELECT t0.id AS id_1, t0.q1_result_home AS q1_result_home_2, t0.q1_result_out AS q1_result_out_3, t0.q1_home AS q1_home_4, t0.q1_out AS q1_out_5, t0.q2_result_home AS q2_result_home_6, t0.q2_result_out AS q2_result_out_7, t0.q2_home AS q2_home_8, t0.q2_out AS q2_out_9, t0.q3_result_home AS q3_result_home_10, t0.q3_result_out AS q3_result_out_11, t0.q3_home AS q3_home_12, t0.q3_out AS q3_out_13, t0.q4_result_home AS q4_result_home_14, t0.q4_result_out AS q4_result_out_15, t0.q4_home AS q4_home_16, t0.q4_out AS q4_out_17 FROM quarter t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.58 ms (1.37%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.archived AS archived_3 FROM saison t0 ORDER BY t0.id DESC
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Club | 63 |
| App\Entity\Day | 20 |
| App\Entity\Game | 12 |
| App\Entity\Team | 8 |
| App\Entity\Saison | 6 |
| App\Entity\Championnat | 4 |
| App\Entity\Ligue | 3 |
| App\Entity\PronoPlayoffs | 3 |
| App\Entity\Category | 2 |
| App\Entity\User | 2 |
| App\Entity\Quarter | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Ligue | No errors. |
| App\Entity\Club | No errors. |
| App\Entity\Terrain | No errors. |
| App\Entity\Championnat | No errors. |
| App\Entity\Officiel | No errors. |
| App\Entity\Saison | No errors. |
| App\Entity\Stat | No errors. |
| App\Entity\PlayerTeam | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Day | No errors. |
| App\Entity\Game | No errors. |
| App\Entity\Team | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Quarter | No errors. |
| App\Entity\PronoPlayoffs | No errors. |
| App\Entity\Player | No errors. |
| App\Entity\Coach | No errors. |