Query Metrics

6 Database Queries
6 Different statements
36.90 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 7.34 ms
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:
[]
2 3.30 ms
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
]
3 3.61 ms
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
]
4 3.92 ms
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
]
5 15.27 ms
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
]
6 3.45 ms
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
]

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.