Query Metrics
3
Database Queries
2
Different statements
1.32 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.69 ms (52.14%) |
2 |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.firstname AS firstname_4, u0_.lastname AS lastname_5, u0_.phone AS phone_6, u0_.birthday AS birthday_7, u0_.first_registration AS first_registration_8, u0_.last_registration AS last_registration_9, u0_.created_at AS created_at_10, u0_.updated_at AS updated_at_11, u0_.payment_method AS payment_method_12, u0_.is_validate AS is_validate_13, u0_.is_verified AS is_verified_14, u0_.profil_picture AS profil_picture_15, u0_.profil_desc AS profil_desc_16, u0_.title_profil AS title_profil_17 FROM `user` u0_ WHERE u0_.roles LIKE ?
Parameters:
[
"%ROLE_ADMIN%"
]
|
||||||||||||||||||||||||||||
|
0.63 ms (47.86%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.image AS image_3, a0_.created_at AS created_at_4, a0_.updated_at AS updated_at_5, a0_.date AS date_6, a0_.slug AS slug_7 FROM article a0_ ORDER BY a0_.created_at DESC LIMIT 3
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\User | No errors. |