GET https://preprod.postlab.fr/page/tutoriels

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.01 ms
(100.00%)
2
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.slug AS slug_5, t0.status AS status_6, t0.type AS type_7, t0.theme AS theme_8, t0.author_id AS author_id_9 FROM page t0 WHERE t0.type = ? AND t0.theme = ?
Parameters:
[
  "tutoriel"
  "demo"
]

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\Page No errors.
App\Entity\User
  • The association App\Entity\User#calendars refers to the owning side field App\Entity\Calendar#user which does not exist.
  • The association App\Entity\User#events refers to the owning side field App\Entity\Calendar#users which does not exist.
  • The mappings App\Entity\User#owners and App\Entity\Calendar#owners are inconsistent with each other.
  • The mappings App\Entity\User#participants and App\Entity\Calendar#participants are inconsistent with each other.
App\Entity\Category No errors.
App\Entity\Keyword No errors.
App\Entity\Tag No errors.
App\Entity\Media No errors.