Query Metrics

3 Database Queries
3 Different statements
1.13 ms Query time
0 Invalid entities
22 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.52 ms
(46.39%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.text AS text_4, t0.image AS image_5, t0.type AS type_6, t0.category_id AS category_id_7 FROM post t0 WHERE t0.type = ? ORDER BY t0.id DESC
Parameters:
[
  "blog"
]
0.34 ms
(30.44%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.photo AS photo_4, t0.list_photo AS list_photo_5, t0.list_description AS list_description_6, t0.short_description AS short_description_7, t0.left_description AS left_description_8, t0.right_description AS right_description_9 FROM doctor t0 ORDER BY t0.full_name ASC
Parameters:
[]
0.26 ms
(23.16%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.text AS text_3, p0_.image AS image_4, p0_.type AS type_5, p0_.category_id AS category_id_6 FROM post p0_ WHERE p0_.type IN (?, ?) ORDER BY p0_.id DESC
Parameters:
[
  "news"
  "promo"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Doctor 18
App\Entity\Blog\Post 4

Entities Mapping

Class Mapping errors
App\Entity\Blog\Post No errors.
App\Entity\Blog\Category No errors.
App\Entity\Doctor No errors.
App\Entity\DoctorDiploma No errors.