Query Metrics

1 Database Queries
1 Different statements
0.34 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.34 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.is_active AS is_active_5, t0.two_factor_enabled AS two_factor_enabled_6, t0.two_factor_secret AS two_factor_secret_7, t0.two_factor_backup_codes AS two_factor_backup_codes_8, t0.oauth_provider AS oauth_provider_9, t0.oauth_id AS oauth_id_10, t0.oauth_access_token AS oauth_access_token_11, t0.oauth_refresh_token AS oauth_refresh_token_12, t0.last_login_at AS last_login_at_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@pimv2.dev"
]

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\Core\Entity\User 1

Entities Mapping

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