GET http://beta.cea-cct.iasgroup.io/api/units?archived=false

Query Metrics

5 Database Queries
4 Different statements
7.51 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.30 ms
(57.32%)
1
SELECT count(u0_.id) AS sclr_0 FROM unit u0_ WHERE u0_.archived_at IS NULL ORDER BY u0_.name ASC
Parameters:
[]
2.13 ms
(28.39%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.archived_at AS archived_at_3, t0.parent_id AS parent_id_4 FROM unit t0 WHERE t0.parent_id = ?
Parameters:
[
  1
]
0.57 ms
(7.66%)
1
SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.archived_at AS archived_at_2, u0_.parent_id AS parent_id_3 FROM unit u0_ WHERE u0_.archived_at IS NULL ORDER BY u0_.name ASC
Parameters:
[]
0.50 ms
(6.63%)
1
SELECT t0.id AS id_1, t0.fullname AS fullname_2, t0.role AS role_3, t0.username AS username_4 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "TTT"
]

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\Configuration\User No errors.
App\Entity\Configuration\Unit No errors.