Query Metrics

5 Database Queries
5 Different statements
2.59 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.13 ms
(43.43%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  7
]
0.45 ms
(17.33%)
1
SELECT t0.id AS id_1, t0.token AS token_2, t0.user_id AS user_id_3, t0.site_id AS site_id_4 FROM user_site t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "iYanX2ATdX7tBYLW459X1bNPCoBBpGHE5rWf86u5"
]
0.37 ms
(14.32%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "jakubbialek@onet.pl"
]
0.34 ms
(13.23%)
1
SELECT t0.name AS name_1, t0.token AS token_2, t0.slug AS slug_3, t0.url AS url_4 FROM site t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "weszlo-com"
]
0.30 ms
(11.70%)
1
SELECT t0.name AS name_1, t0.token AS token_2, t0.slug AS slug_3, t0.url AS url_4 FROM site t0 LIMIT 1
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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserSite No errors.
App\Entity\Post No errors.
App\Entity\Category No errors.
App\Entity\Setting No errors.
App\Entity\Site No errors.