https://www.easy-bilan.fr/plan-du-site

Query Metrics

4 Database Queries
4 Different statements
1.31 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.main_category_id AS main_category_id_4 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "plan-du-site"
]
2 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.main_category_id AS main_category_id_4 FROM category t0
Parameters:
[]
3 0.18 ms
SELECT t0.id AS id_1, t0.cle AS cle_2, t0.value AS value_3 FROM parameter t0 WHERE t0.cle = ? LIMIT 1
Parameters:
[
  "banner_text"
]
4 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.main_category_id AS main_category_id_4 FROM sub_category t0 WHERE t0.main_category_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\Category
  • The association App\Entity\Category#pages refers to the owning side field App\Entity\Page#categories which does not exist.
  • The association App\Entity\Category#mainCategory refers to the inverse side field App\Entity\Category#subCategory which does not exist.
App\Entity\Page
  • The mappings App\Entity\Page#category and App\Entity\Category#pages are inconsistent with each other.
App\Entity\SubCategory No errors.
App\Entity\Parameter No errors.