GET https://training.dmc-ls.ch/objet/1

Query Metrics

2 Database Queries
2 Different statements
11.08 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
9.11 ms
(82.28%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.lieu AS lieu_3, t0.resume AS resume_4, t0.reference AS reference_5, t0.body AS body_6, t0.prix AS prix_7, t0.type AS type_8, t0.main_photo_id AS main_photo_id_9, t0.isactive AS isactive_10, t0.location_or_vente AS location_or_vente_11, t0.transfert AS transfert_12, t0.vendu AS vendu_13, t0.reserve AS reserve_14, t0.position AS position_15 FROM objet t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
1.96 ms
(17.72%)
1
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.objet_id AS objet_id_3, t4.id AS id_5, t4.titre AS titre_6, t4.tag AS tag_7, t4.slogan AS slogan_8, t4.is_active AS is_active_9, t4.position AS position_10, t4.is_tag_active AS is_tag_active_11, t4.photo_id AS photo_id_12, t13.id AS id_14, t13.titre AS titre_15, t13.is_active AS is_active_16, t13.position AS position_17, t13.body AS body_18, t13.lien AS lien_19, t13.pdf_file AS pdf_file_20, t13.photo_id AS photo_id_21 FROM photo t0 LEFT JOIN accueil t4 ON t4.photo_id = t0.id LEFT JOIN media t13 ON t13.photo_id = t0.id WHERE t0.objet_id = ?
Parameters:
[
  1
]

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\Objet No errors.
App\Entity\Photo
  • The field App\Entity\Photo#accueil is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Accueil#photo does not contain the required 'inversedBy="accueil"' attribute.
  • The field App\Entity\Photo#media is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Media#photo does not contain the required 'inversedBy="media"' attribute.
App\Entity\Accueil No errors.
App\Entity\Media No errors.