Query Metrics
2
Database Queries
2
Different statements
3.92 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.34 ms |
SELECT count(DISTINCT (u0_.id)) AS sclr_0 FROM users u0_ WHERE u0_.isEnabled = 0 ORDER BY u0_.id DESC
Parameters:
[] |
| 2 | 0.58 ms |
SELECT u0_.id AS id_0, u0_.fName AS fName_1, u0_.lName AS lName_2, u0_.phone AS phone_3, u0_.createdAt AS createdAt_4, u0_.lastLogin AS lastLogin_5, u0_.password AS password_6, u0_.token AS token_7, u0_.sex AS sex_8, u0_.isEnabled AS isEnabled_9, u0_.email AS email_10, u0_.profile_id AS profile_id_11 FROM users u0_ WHERE u0_.isEnabled = 0 ORDER BY u0_.id DESC LIMIT 20
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\Users | No errors. |
| App\Entity\Profiles | No errors. |