GET https://edunexus.lycee-sacrecoeur-beziers.com/admin/audit

Query Metrics

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

Grouped Statements

Show all queries

default connection

Time Count Info
0.92 ms
(40.04%)
1
SELECT a0_.id AS id_0, a0_.action AS action_1, a0_.entity_type AS entity_type_2, a0_.entity_id AS entity_id_3, a0_.details AS details_4, a0_.ip_address AS ip_address_5, a0_.created_at AS created_at_6, u1_.id AS id_7, u1_.email AS email_8, u1_.google_id AS google_id_9, u1_.first_name AS first_name_10, u1_.last_name AS last_name_11, u1_.display_name AS display_name_12, u1_.avatar AS avatar_13, u1_.roles AS roles_14, u1_.last_login_at AS last_login_at_15, u1_.created_at AS created_at_16, u1_.is_active AS is_active_17, a0_.user_id AS user_id_18 FROM audit_log a0_ LEFT JOIN user u1_ ON a0_.user_id = u1_.id ORDER BY a0_.created_at DESC LIMIT 50
Parameters:
[]
0.72 ms
(31.24%)
1
SELECT COUNT(a0_.id) AS sclr_0 FROM audit_log a0_
Parameters:
[]
0.66 ms
(28.72%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.google_id AS google_id_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.display_name AS display_name_6, t0.avatar AS avatar_7, t0.roles AS roles_8, t0.last_login_at AS last_login_at_9, t0.created_at AS created_at_10, t0.is_active AS is_active_11 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection
readonly doctrine.dbal.readonly_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
readonly doctrine.orm.readonly_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\AuditLog 3
App\Entity\User 1

readonly entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

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

readonly entity manager

No loaded entities.