GET https://topautosntest.sn-topauto.com/fr/articles/S%C3%A9curit%C3%A9%20Routi%C3%A8re

Query Metrics

6 Database Queries
2 Different statements
1.48 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.image_size AS image_size_3, t0.title AS title_4, t0.description AS description_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.type_art AS type_art_8, t0.professionel_id AS professionel_id_9, t0.admin_id AS admin_id_10 FROM article t0 WHERE t0.type_art = ? ORDER BY t0.updated_at DESC, t0.created_at DESC
Parameters:
[
  "Sécurité Routière"
]
2 0.32 ms
SELECT t0.id AS id_1, t0.article_id AS article_id_2, t0.commenter_id AS commenter_id_3 FROM comment t0 WHERE t0.article_id = ?
Parameters:
[
  36
]
3 0.20 ms
SELECT t0.id AS id_1, t0.article_id AS article_id_2, t0.commenter_id AS commenter_id_3 FROM comment t0 WHERE t0.article_id = ?
Parameters:
[
  17
]
4 0.17 ms
SELECT t0.id AS id_1, t0.article_id AS article_id_2, t0.commenter_id AS commenter_id_3 FROM comment t0 WHERE t0.article_id = ?
Parameters:
[
  32
]
5 0.18 ms
SELECT t0.id AS id_1, t0.article_id AS article_id_2, t0.commenter_id AS commenter_id_3 FROM comment t0 WHERE t0.article_id = ?
Parameters:
[
  31
]
6 0.18 ms
SELECT t0.id AS id_1, t0.article_id AS article_id_2, t0.commenter_id AS commenter_id_3 FROM comment t0 WHERE t0.article_id = ?
Parameters:
[
  38
]

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\Article
  • The association App\Entity\Article#professionel refers to the inverse side field App\Entity\Professionel#articles which does not exist.
App\Entity\User
  • The association App\Entity\User#boutiques refers to the owning side field App\Entity\Boutique#userId which does not exist.
App\Entity\Professionel
  • The association App\Entity\Professionel#boutiques refers to the owning side field App\Entity\Boutique#userId which does not exist.
  • The mappings App\Entity\Professionel#artilces and App\Entity\Article#professionel are inconsistent with each other.
App\Entity\Admin
  • The association App\Entity\Admin#boutiques refers to the owning side field App\Entity\Boutique#userId which does not exist.
App\Entity\Comment No errors.
App\Entity\Commenter No errors.