GET https://topautosntest.sn-topauto.com/en/articles/Guides%20infos

Query Metrics

16 Database Queries
3 Different statements
3.31 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.36 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:
[
  "Guides infos"
]
2 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "49"
  "en"
  "App\Entity\Article"
]
3 0.18 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "47"
  "en"
  "App\Entity\Article"
]
4 0.18 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "48"
  "en"
  "App\Entity\Article"
]
5 0.20 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "46"
  "en"
  "App\Entity\Article"
]
6 0.17 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "43"
  "en"
  "App\Entity\Article"
]
7 0.19 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "44"
  "en"
  "App\Entity\Article"
]
8 0.20 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "45"
  "en"
  "App\Entity\Article"
]
9 0.17 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "42"
  "en"
  "App\Entity\Article"
]
10 0.18 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "41"
  "en"
  "App\Entity\Article"
]
11 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:
[
  49
]
12 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:
[
  47
]
13 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:
[
  48
]
14 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:
[
  46
]
15 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:
[
  43
]
16 0.16 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:
[
  44
]

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.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
App\Entity\Commenter No errors.