https://dev.bridgefestival.fr/edition/5

Query Metrics

7 Database Queries
7 Different statements
52.77 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
13.75 ms
(26.05%)
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 INNER JOIN bfchallenge_edition_bfedition ON t0.id = bfchallenge_edition_bfedition.bfchallenge_edition_id WHERE bfchallenge_edition_bfedition.bfedition_id = ?
Parameters:
[
  5
]
9.03 ms
(17.11%)
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:
[
  7
]
7.84 ms
(14.86%)
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 WHERE t0.id = ?
Parameters:
[
  5
]
6.82 ms
(12.92%)
1
SELECT t0.id AS id_1, t0.longdescription AS longdescription_2, t0.website AS website_3, t0.displayedcontactnumber AS displayedcontactnumber_4, t0.displayedcontactmail AS displayedcontactmail_5, t0.participantnumber AS participantnumber_6, t0.awards AS awards_7, t0.image1 AS image1_8, t0.updated_at1 AS updated_at1_9, t0.image2 AS image2_10, t0.updated_at2 AS updated_at2_11, t0.image3 AS image3_12, t0.updated_at3 AS updated_at3_13, t14.id AS id_15, t14.name AS name_16, t14.startdate AS startdate_17, t14.enddate AS enddate_18, t14.location AS location_19, t14.isactive AS isactive_20, t14.placeid AS placeid_21, t14.locationhidden AS locationhidden_22, t14.creationdate AS creationdate_23, t14.festival_id AS festival_id_24, t14.description_id AS description_id_25 FROM bfdescription_edition t0 LEFT JOIN bfedition t14 ON t14.description_id = t0.id WHERE t0.id = ?
Parameters:
[
  5
]
6.45 ms
(12.23%)
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.orderfeebf AS orderfeebf_9, t5.stripeaccountid AS stripeaccountid_10, t5.description_id AS description_id_11, t5.owner_id AS owner_id_12 FROM bfdescription_festival t0 LEFT JOIN bffestival t5 ON t5.description_id = t0.id WHERE t0.id = ?
Parameters:
[
  7
]
4.70 ms
(8.90%)
1
SELECT t0.id AS id_1, t0.optionname AS optionname_2, t0.validitydate AS validitydate_3, t0.festival_id AS festival_id_4, t0.edition_id AS edition_id_5, t0.challenge_id AS challenge_id_6 FROM bfadmin_licences t0 WHERE t0.edition_id = ?
Parameters:
[
  5
]
4.18 ms
(7.93%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.startdate AS startdate_3, t0.enddate AS enddate_4, t0.type AS type_5, t0.creationdate AS creationdate_6, t0.edition_id AS edition_id_7, t0.description_id AS description_id_8 FROM bftournoi t0 WHERE t0.edition_id = ? ORDER BY t0.startdate ASC, t0.enddate ASC
Parameters:
[
  5
]

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\BFEdition
  • The mappings App\Entity\BFEdition#tournois and App\Entity\BFTournoi#edition are inconsistent with each other.
App\Entity\BFFestival No errors.
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\BFAdminLicences No errors.
App\Entity\BFChallengeEdition No errors.
App\Entity\BFProductEdition No errors.
App\Entity\BFPaymentIntentEdition No errors.
App\Entity\BFDescriptionFestival No errors.
App\Entity\BFUser No errors.
App\Entity\BFSubscription No errors.
App\Entity\BFMailFestival No 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\BFDescriptionChallengeEdition No errors.
App\Entity\BFDescriptionTournoi No errors.