Query Metrics
2
Database Queries
2
Different statements
1.28 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.88 ms |
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.username AS username_4, t0.published AS published_5, t0.bio AS bio_6, t0.created_at AS created_at_7, t0.email_verification AS email_verification_8, t0.email AS email_9, t0.password AS password_10, t0.tokenreset AS tokenreset_11, t0.phone AS phone_12, t0.country AS country_13, t0.gender AS gender_14, t0.address AS address_15, t0.roles AS roles_16, t0.image AS image_17 FROM user t0 WHERE t0.id = ?
Parameters:
[
"3"
]
|
2 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.published AS published_3, t0.image AS image_4, t0.ordre AS ordre_5, t0.color AS color_6, t0.description AS description_7 FROM category t0
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\Category | No errors. |
App\Entity\Subcategory | No errors. |