GET https://ceres.t10central.de/admin/content

Query Metrics

4 Database Queries
4 Different statements
1.33 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.password AS password_4, t0.roles AS roles_5, t0.active AS active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  5
]
2 0.40 ms
SELECT DISTINCT c0_.id AS id_0, c0_.slug AS slug_1 FROM content c0_ ORDER BY c0_.slug ASC LIMIT 100
Parameters:
[]
3 0.34 ms
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c0_.title AS title_2, c0_.short_description AS short_description_3, c0_.description AS description_4, c0_.link AS link_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7 FROM content c0_ WHERE c0_.id IN (?, ?) ORDER BY c0_.slug ASC
Parameters:
[
  2
  1
]
4 0.24 ms
SELECT count(*) AS sclr_0 FROM content c0_
Parameters:
[]

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\Content 2
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Content No errors.