GET https://boyekoli.com/admin/list-unit?page=1&sort%5Bcode%5D=DESC

Query Metrics

6 Database Queries
4 Different statements
13.28 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 2.48 ms
SELECT DISTINCT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2 FROM list_unit l0_ ORDER BY l0_.code DESC, l0_.name ASC OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY
Parameters:
[]
2 7.97 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.code AS code_2, l0_.short_name AS short_name_3, l0_.ew_id AS ew_id_4 FROM list_unit l0_ WHERE l0_.id IN (?, ?, ?, ?, ?) ORDER BY l0_.code DESC, l0_.name ASC
Parameters:
[
  5
  4
  3
  2
  1
]
3 1.49 ms
SELECT count(*) AS sclr_0 FROM list_unit l0_
Parameters:
[]
4 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.ew_number AS ew_number_4 FROM list_ew t0 WHERE t0.id = ?
Parameters:
[
  3
]
5 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.ew_number AS ew_number_4 FROM list_ew t0 WHERE t0.id = ?
Parameters:
[
  2
]
6 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.ew_number AS ew_number_4 FROM list_ew t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\ListUnit 5
App\Entity\ListEw 3

Entities Mapping

Class Mapping errors
App\Entity\ListUnit No errors.
App\Entity\ListEw No errors.
App\Entity\CopperBundles No errors.