Query Metrics

19 Database Queries
14 Different statements
69.13 ms Query time
0 Invalid entities
132 Managed entities

Queries

Group similar statements

# Time Info
1 2.14 ms
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
]
2 2.21 ms
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:
[]
3 3.10 ms
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.label_news AS label_news_2, n0_.article AS article_3, n0_.picture AS picture_4, n0_.autor AS autor_5, n0_.visibility AS visibility_6, n0_.slid_home AS slid_home_7, n0_.slid AS slid_8, n0_.b97 AS b97_9, n0_.slug_news AS slug_news_10, n0_.created_at AS created_at_11, n0_.publish_at AS publish_at_12, n0_.views AS views_13, n0_.user_id AS user_id_14, n0_.ligue_id AS ligue_id_15 FROM news n0_ WHERE n0_.visibility = 1 AND n0_.slid_home = 1 ORDER BY n0_.created_at DESC LIMIT 5
Parameters:
[]
4 0.60 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.label_news AS label_news_3, t0.article AS article_4, t0.picture AS picture_5, t0.autor AS autor_6, t0.visibility AS visibility_7, t0.slid_home AS slid_home_8, t0.slid AS slid_9, t0.b97 AS b97_10, t0.slug_news AS slug_news_11, t0.created_at AS created_at_12, t0.publish_at AS publish_at_13, t0.views AS views_14, t0.user_id AS user_id_15, t0.ligue_id AS ligue_id_16 FROM news t0 WHERE t0.visibility = ? AND t0.b97 = ? ORDER BY t0.publish_at DESC LIMIT 6
Parameters:
[
  1
  1
]
5 7.70 ms
SELECT g0_.id AS id_0, g0_.date AS date_1, g0_.hours AS hours_2, g0_.num_game AS num_game_3, g0_.result_home AS result_home_4, g0_.result_out AS result_out_5, g0_.pts_home AS pts_home_6, g0_.pts_out AS pts_out_7, g0_.name_game AS name_game_8, g0_.slug_game AS slug_game_9, g0_.convocation AS convocation_10, g0_.ticket AS ticket_11, g0_.img AS img_12, g0_.featured AS featured_13, g0_.score_updated_at AS score_updated_at_14, g0_.day_id AS day_id_15, g0_.team_home_id AS team_home_id_16, g0_.team_out_id AS team_out_id_17, g0_.locate_id AS locate_id_18, g0_.otm_chrono_id AS otm_chrono_id_19, g0_.otm_marque_id AS otm_marque_id_20, g0_.otm24s_id AS otm24s_id_21, g0_.arbitre_id AS arbitre_id_22, g0_.arbitre2_id AS arbitre2_id_23, g0_.score_updated_by_id AS score_updated_by_id_24, g0_.quarter_id AS quarter_id_25 FROM game g0_ INNER JOIN day d1_ ON g0_.day_id = d1_.id INNER JOIN championnat c2_ ON d1_.championnat_id = c2_.id WHERE c2_.saison_id = ? AND g0_.result_home IS NULL AND g0_.date >= ? ORDER BY g0_.date ASC LIMIT 10
Parameters:
[
  6
  "2026-04-02 00:00:00"
]
6 5.14 ms
SELECT g0_.id AS id_0, g0_.date AS date_1, g0_.hours AS hours_2, g0_.num_game AS num_game_3, g0_.result_home AS result_home_4, g0_.result_out AS result_out_5, g0_.pts_home AS pts_home_6, g0_.pts_out AS pts_out_7, g0_.name_game AS name_game_8, g0_.slug_game AS slug_game_9, g0_.convocation AS convocation_10, g0_.ticket AS ticket_11, g0_.img AS img_12, g0_.featured AS featured_13, g0_.score_updated_at AS score_updated_at_14, g0_.day_id AS day_id_15, g0_.team_home_id AS team_home_id_16, g0_.team_out_id AS team_out_id_17, g0_.locate_id AS locate_id_18, g0_.otm_chrono_id AS otm_chrono_id_19, g0_.otm_marque_id AS otm_marque_id_20, g0_.otm24s_id AS otm24s_id_21, g0_.arbitre_id AS arbitre_id_22, g0_.arbitre2_id AS arbitre2_id_23, g0_.score_updated_by_id AS score_updated_by_id_24, g0_.quarter_id AS quarter_id_25 FROM game g0_ INNER JOIN day d1_ ON g0_.day_id = d1_.id INNER JOIN championnat c2_ ON d1_.championnat_id = c2_.id WHERE c2_.saison_id = ? AND g0_.result_home IS NOT NULL ORDER BY g0_.date DESC LIMIT 6
Parameters:
[
  6
]
7 4.66 ms
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.saison_id = ? AND t0.types = ? AND t0.format = ?
Parameters:
[
  6
  2
  "playoffs"
]
8 2.08 ms
SELECT g0_.id AS id_0, g0_.date AS date_1, g0_.hours AS hours_2, g0_.num_game AS num_game_3, g0_.result_home AS result_home_4, g0_.result_out AS result_out_5, g0_.pts_home AS pts_home_6, g0_.pts_out AS pts_out_7, g0_.name_game AS name_game_8, g0_.slug_game AS slug_game_9, g0_.convocation AS convocation_10, g0_.ticket AS ticket_11, g0_.img AS img_12, g0_.featured AS featured_13, g0_.score_updated_at AS score_updated_at_14, g0_.day_id AS day_id_15, g0_.team_home_id AS team_home_id_16, g0_.team_out_id AS team_out_id_17, g0_.locate_id AS locate_id_18, g0_.otm_chrono_id AS otm_chrono_id_19, g0_.otm_marque_id AS otm_marque_id_20, g0_.otm24s_id AS otm24s_id_21, g0_.arbitre_id AS arbitre_id_22, g0_.arbitre2_id AS arbitre2_id_23, g0_.score_updated_by_id AS score_updated_by_id_24, g0_.quarter_id AS quarter_id_25 FROM game g0_ INNER JOIN day d1_ ON g0_.day_id = d1_.id INNER JOIN championnat c2_ ON d1_.championnat_id = c2_.id WHERE c2_.id IN (?, ?, ?, ?) AND g0_.team_home_id IS NOT NULL AND g0_.team_out_id IS NOT NULL ORDER BY g0_.date ASC LIMIT 12
Parameters:
[
  68
  71
  72
  74
]
9 2.65 ms
SELECT g0_.id AS id_0, g0_.date AS date_1, g0_.hours AS hours_2, g0_.num_game AS num_game_3, g0_.result_home AS result_home_4, g0_.result_out AS result_out_5, g0_.pts_home AS pts_home_6, g0_.pts_out AS pts_out_7, g0_.name_game AS name_game_8, g0_.slug_game AS slug_game_9, g0_.convocation AS convocation_10, g0_.ticket AS ticket_11, g0_.img AS img_12, g0_.featured AS featured_13, g0_.score_updated_at AS score_updated_at_14, g0_.day_id AS day_id_15, g0_.team_home_id AS team_home_id_16, g0_.team_out_id AS team_out_id_17, g0_.locate_id AS locate_id_18, g0_.otm_chrono_id AS otm_chrono_id_19, g0_.otm_marque_id AS otm_marque_id_20, g0_.otm24s_id AS otm24s_id_21, g0_.arbitre_id AS arbitre_id_22, g0_.arbitre2_id AS arbitre2_id_23, g0_.score_updated_by_id AS score_updated_by_id_24, g0_.quarter_id AS quarter_id_25 FROM game g0_ INNER JOIN day d1_ ON g0_.day_id = d1_.id INNER JOIN championnat c2_ ON d1_.championnat_id = c2_.id WHERE g0_.featured = 1 AND c2_.saison_id = ? ORDER BY g0_.date ASC LIMIT 1
Parameters:
[
  6
]
10 0.55 ms
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.id = ?
Parameters:
[
  645
]
11 2.03 ms
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
]
12 25.73 ms
SELECT p.id, p.name, p.nick_name, p.photo, MAX(c.nick_name) AS club_nick, MAX(cat.sex) AS sex,
                MAX(l.zip) AS dept,
                SUM(CAST(s.points AS UNSIGNED)) AS total_pts, COUNT(DISTINCT s.game_id) AS games
                FROM stat s
                JOIN player p ON p.id = s.player_id
                JOIN game g ON g.id = s.game_id
                JOIN day d ON d.id = g.day_id
                JOIN championnat ch ON ch.id = d.championnat_id
                JOIN category cat ON cat.id = ch.category_id
                LEFT JOIN player_team pt ON pt.player_id = p.id AND pt.saison_id = ch.saison_id
                LEFT JOIN team t ON t.id = pt.team_id
                LEFT JOIN club c ON c.id = t.club_id
                LEFT JOIN ligue l ON l.id = c.ligue_id
                WHERE ch.id IN (68,71,72,74) AND s.points IS NOT NULL AND s.points != '' AND s.points != '0'
                GROUP BY p.id, p.name, p.nick_name, p.photo
                ORDER BY total_pts DESC
Parameters:
[]
13 6.35 ms
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:
[]
14 0.89 ms
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"
]
15 0.87 ms
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
]
16 0.85 ms
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:
[
  2
  "1"
]
17 0.48 ms
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:
[
  2
]
18 0.48 ms
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:
[
  3
  "1"
]
19 0.62 ms
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:
[
  3
]

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\Game 18
App\Entity\Day 18
App\Entity\Team 15
App\Entity\Championnat 8
App\Entity\Ligue 3
App\Entity\Category 2
App\Entity\User 2
App\Entity\Saison 1
App\Entity\Quarter 1
App\Entity\PronoPlayoffs 1

Entities Mapping

Class Mapping errors
App\Entity\Saison No errors.
App\Entity\Championnat No errors.
App\Entity\Stat No errors.
App\Entity\PlayerTeam No errors.
App\Entity\Ligue No errors.
App\Entity\Club No errors.
App\Entity\Terrain No errors.
App\Entity\Officiel No errors.
App\Entity\News No errors.
App\Entity\User No errors.
App\Entity\Game No errors.
App\Entity\Day No errors.
App\Entity\Team No errors.
App\Entity\Quarter No errors.
App\Entity\Category No errors.
App\Entity\PronoPlayoffs No errors.