https://dev.bridgefestival.fr/allchallenges

Query Metrics

19 Database Queries
13 Different statements
60.08 ms Query time
6 Invalid entities

Grouped Statements

Show all queries

Time Count Info
15.27 ms
(25.42%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.startdate AS startdate_3, t0.enddate AS enddate_4, t0.location AS location_5, t0.isactive AS isactive_6, t0.placeid AS placeid_7, t0.locationhidden AS locationhidden_8, t0.creationdate AS creationdate_9, t0.festival_id AS festival_id_10, t0.description_id AS description_id_11, t12.id AS id_13, t12.route AS route_14, t12.festival_id AS festival_id_15, t12.edition_id AS edition_id_16 FROM bfedition t0 LEFT JOIN bfrouting t12 ON t12.edition_id = t0.id INNER JOIN bfchallenge_edition_bfedition ON t0.id = bfchallenge_edition_bfedition.bfedition_id WHERE bfchallenge_edition_bfedition.bfchallenge_edition_id = ? ORDER BY t0.startdate ASC, t0.enddate ASC
Parameters:
[
  2
]
7.34 ms
(12.22%)
1
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.creationdate AS creationdate_2, b0_.owner_id AS owner_id_3, b0_.description_id AS description_id_4 FROM bfchallenge b0_ ORDER BY b0_.name ASC
Parameters:
[]
5.89 ms
(9.80%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "maixmebouzdev"
]
4.18 ms
(6.96%)
1
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "maixmebouzdev"
  "bf_migration_versions"
]
3.92 ms
(6.53%)
1
SELECT t0.id AS id_1, t0.longdescription AS longdescription_2, t0.labeltext AS labeltext_3, t0.labelcolor AS labelcolor_4, t0.website AS website_5, t0.ranking AS ranking_6, t0.updated_at_ranking AS updated_at_ranking_7, t0.poster AS poster_8, t0.updated_at_poster AS updated_at_poster_9, t10.id AS id_11, t10.name AS name_12, t10.creationdate AS creationdate_13, t10.isactive AS isactive_14, t10.challenge_id AS challenge_id_15, t10.description_id AS description_id_16 FROM bfdescription_challenge_edition t0 LEFT JOIN bfchallenge_edition t10 ON t10.description_id = t0.id WHERE t0.id = ?
Parameters:
[
  2
]
3.61 ms
(6.00%)
1
SELECT t0.id AS id_1, t0.longdescription AS longdescription_2, t0.image1 AS image1_3, t0.updated_at1 AS updated_at1_4, t5.id AS id_6, t5.name AS name_7, t5.creationdate AS creationdate_8, t5.owner_id AS owner_id_9, t5.description_id AS description_id_10 FROM bfdescription_challenge t0 LEFT JOIN bfchallenge t5 ON t5.description_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
3.45 ms
(5.74%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.creationdate AS creationdate_3, t0.orderfeebf AS orderfeebf_4, t0.stripeaccountid AS stripeaccountid_5, t0.description_id AS description_id_6, t0.owner_id AS owner_id_7, t8.id AS id_9, t8.route AS route_10, t8.festival_id AS festival_id_11, t8.edition_id AS edition_id_12 FROM bffestival t0 LEFT JOIN bfrouting t8 ON t8.festival_id = t0.id WHERE t0.id = ?
Parameters:
[
  6
]
3.44 ms
(5.72%)
1
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE        AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "maixmebouzdev"
  "maixmebouzdev"
  "bf_migration_versions"
]
3.30 ms
(5.50%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.creationdate AS creationdate_3, t0.isactive AS isactive_4, t0.challenge_id AS challenge_id_5, t0.description_id AS description_id_6 FROM bfchallenge_edition t0 WHERE t0.challenge_id = ?
Parameters:
[
  1
]
2.74 ms
(4.56%)
6
SELECT DATABASE()
Parameters:
[]
2.61 ms
(4.35%)
1
SELECT * FROM bf_migration_versions
Parameters:
[]
2.36 ms
(3.93%)
1
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'maixmebouzdev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "maixmebouzdev"
  "bf_migration_versions"
]
1.96 ms
(3.26%)
1
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
            ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "maixmebouzdev"
  "bf_migration_versions"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\BFChallenge
  • The association App\Entity\BFChallenge#mails refers to the owning side field App\Entity\BFMailChallenge#festival which does not exist.
App\Entity\BFUser No errors.
App\Entity\BFDescriptionChallenge No errors.
App\Entity\BFFestival No errors.
App\Entity\BFChallengeEdition No errors.
App\Entity\BFAdminLicences No errors.
App\Entity\BFSubscription No errors.
App\Entity\BFMailChallenge
  • The mappings App\Entity\BFMailChallenge#challenge and App\Entity\BFChallenge#mails are inconsistent with each other.
App\Entity\BFDescriptionChallengeEdition No errors.
App\Entity\BFEdition
  • The mappings App\Entity\BFEdition#tournois and App\Entity\BFTournoi#edition are inconsistent with each other.
App\Entity\BFDescriptionEdition No errors.
App\Entity\BFRouting No errors.
App\Entity\BFTournoi
  • The association App\Entity\BFTournoi#edition refers to the inverse side field App\Entity\BFEdition#bftournois which does not exist.
App\Entity\BFProductEdition No errors.
App\Entity\BFPaymentIntentEdition No errors.
App\Entity\BFDescriptionFestival No errors.
App\Entity\BFMailFestival No errors.
App\Entity\BFDescriptionUser No errors.
App\Entity\BFInscriptionUser
  • The mappings App\Entity\BFInscriptionUser#inscriptions3 and App\Entity\BFInscription#inscriptionuser3 are inconsistent with each other.
App\Entity\BFSeance No errors.
App\Entity\BFDescriptionTournoi No errors.
App\Entity\BFInscription
  • The association App\Entity\BFInscription#inscriptionuser3 refers to the inverse side field App\Entity\BFInscriptionUser#inscription3 which does not exist.
App\Entity\BFMailTournoi No errors.
App\Entity\BFOrderEdition No errors.
App\Entity\BFResetPassword No errors.
App\Entity\BFPaymentIntentAdmin No errors.
App\Entity\BFDistance No errors.
Vich\UploaderBundle\Entity\File No errors.