GET https://www.asduvin.castells-cyprien.ovh/selection/romanee-conti

Query Metrics

4 Database Queries
4 Different statements
7.86 ms Query time
3 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 1.86 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.slug AS slug_7, t0.publication_date AS publication_date_8, t0.status AS status_9, t0.reading_time AS reading_time_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.featured_image_id AS featured_image_id_13 FROM selection t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "romanee-conti"
]
2 1.99 ms
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.alt AS alt_3, t0.name AS name_4 FROM media t0 WHERE t0.id = ?
Parameters:
[
  5
]
3 1.78 ms
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.alt AS alt_3, t0.name AS name_4 FROM media t0 INNER JOIN selection_media ON t0.id = selection_media.media_id WHERE selection_media.selection_id = ?
Parameters:
[
  1
]
4 2.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.file_name AS file_name_3 FROM media_pdf t0 INNER JOIN selection_media_pdf ON t0.id = selection_media_pdf.media_pdf_id WHERE selection_media_pdf.selection_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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Media 2
App\Entity\Selection 1
App\Entity\MediaPdf 1

Entities Mapping

Class Mapping errors
App\Entity\Selection
  • The mappings App\Entity\Selection#featuredImage and App\Entity\Media#selections are inconsistent with each other.
  • If association App\Entity\Selection#featuredImage is many-to-one, then the inversed side App\Entity\Media#selections has to be one-to-many.
  • The mappings App\Entity\Selection#mediaPdfs and App\Entity\MediaPdf#selections are inconsistent with each other.
App\Entity\Media No errors.
App\Entity\MediaPdf
  • The association App\Entity\MediaPdf#selections refers to the owning side field App\Entity\Selection#MediaPdfs which does not exist.
App\Entity\Article
  • The mappings App\Entity\Article#featuredImage and App\Entity\Media#articles are inconsistent with each other.
  • If association App\Entity\Article#featuredImage is many-to-one, then the inversed side App\Entity\Media#articles has to be one-to-many.
  • The mappings App\Entity\Article#mediaPdf and App\Entity\MediaPdf#articles are inconsistent with each other.
  • If association App\Entity\Article#mediaPdf is many-to-one, then the inversed side App\Entity\MediaPdf#articles has to be one-to-many.