GET https://www.ledenicheurgagnant.com/blog

Query Metrics

2 Database Queries
2 Different statements
3.51 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.97 ms
(84.63%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.seocontent AS seocontent_4, t0.published_at AS published_at_5, t0.updated_at AS updated_at_6, t0.slug AS slug_7, t0.photo AS photo_8, t0.photoseo AS photoseo_9, t0.is_published AS is_published_10, t0.contentblock AS contentblock_11, t0.category_id AS category_id_12, t0.parent_id AS parent_id_13 FROM post t0 ORDER BY t0.id DESC
Parameters:
[]
0.54 ms
(15.37%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.slug AS slug_4 FROM category t0
Parameters:
[]

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\Post
  • The association App\Entity\Post#category refers to the inverse side field App\Entity\Category#posts which does not exist.
  • The association App\Entity\Post#parent refers to the inverse side field App\Entity\Category#posts which does not exist.
App\Entity\Category
  • The association App\Entity\Category#schools refers to the owning side field App\Entity\School#categories which does not exist.
App\Entity\School
  • The association App\Entity\School#user refers to the inverse side field App\Entity\User#schools which does not exist.
  • The mappings App\Entity\School#categoryForums and App\Entity\CategoryForum#school are inconsistent with each other.