Query Metrics

23 Database Queries
3 Different statements
6.33 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.53 ms
(71.47%)
21
SELECT t0.id AS id_1, t0.module AS module_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.name AS name_5, t0.date_create AS date_create_6, t0.date_update AS date_update_7, t0.object_status AS object_status_8 FROM file t0 WHERE t0.id = ?
Parameters:
[
  43514
]
1.14 ms
(17.95%)
1
SELECT m0_.employment AS employment_0, m0_.id AS id_1, m0_.surname AS surname_2, m0_.name AS name_3, m0_.patronymic AS patronymic_4, m0_.date_of_birth AS date_of_birth_5, m0_.email AS email_6, m0_.priority AS priority_7, m0_.date_create AS date_create_8, m0_.date_update AS date_update_9, m0_.object_status AS object_status_10, m0_.photo_id AS photo_id_11, m0_.sex_id AS sex_id_12 FROM management m0_ WHERE m0_.object_status = ? ORDER BY CASE WHEN m0_.priority = 0 THEN 1 ELSE 0 END ASC, m0_.priority ASC LIMIT 10
Parameters:
[
  "active"
]
0.67 ms
(10.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.line AS line_4, t0.link AS link_5, t0.date_create AS date_create_6, t0.date_update AS date_update_7, t0.object_status AS object_status_8, t0.preview_image_id AS preview_image_id_9 FROM partner t0 WHERE t0.object_status = ? ORDER BY t0.line ASC, t0.priority ASC
Parameters:
[
  "active"
]

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\Human\Management No errors.
App\Entity\Service\File No errors.
App\Entity\Reference\Sex No errors.
App\Entity\Content\Partner No errors.