Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.94 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.salt AS salt_5, t0.type AS type_6, t0.googleAuthenticatorSecret AS googleAuthenticatorSecret_7, t0.email AS email_8, t0.enabled AS enabled_9, t0.isVerified AS isVerified_10, t0.deletedAt AS deletedAt_11, t0.channelGroup_id AS channelGroup_id_12, t0.channel_id AS channel_id_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
  79
]
2 0.93 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.fullName AS fullName_2, l0_.defaultLang AS defaultLang_3, l0_.created AS created_4, l0_.updated AS updated_5, l0_.created_by AS created_by_6, l0_.updated_by AS updated_by_7 FROM Language l0_ ORDER BY l0_.defaultLang DESC LIMIT 1000
Parameters:
[]
3 1.90 ms
SELECT COUNT(DISTINCT l0_.id) AS sclr_0 FROM Language l0_
Parameters:
[]
4 0.93 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.salt AS salt_5, t0.type AS type_6, t0.googleAuthenticatorSecret AS googleAuthenticatorSecret_7, t0.email AS email_8, t0.enabled AS enabled_9, t0.isVerified AS isVerified_10, t0.deletedAt AS deletedAt_11, t0.channelGroup_id AS channelGroup_id_12, t0.channel_id AS channel_id_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 11.33 ms
SELECT t0.id AS id_1, t0.attributes AS attributes_2, t0.object AS object_3, t0.created AS created_4, t0.updated AS updated_5, t0.user_id AS user_id_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM UserRight t0 WHERE t0.user_id = ?
Parameters:
[
  2
]

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\User No errors.
App\Entity\ChannelGroup No errors.
App\Entity\Channel No errors.
App\Entity\UserRight No errors.
App\Entity\Language No errors.