Query Metrics
4
Database Queries
4
Different statements
11.35 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.94 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"bochra@yahoo.fr"
]
|
2 | 3.59 ms |
SELECT DISTINCT b0_.id AS id_0 FROM business_category_group b0_ LIMIT 20
Parameters:
[] |
3 | 0.50 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1 FROM business_category_group b0_ WHERE b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ] |
4 | 1.32 ms |
SELECT COUNT(b0_.id) AS sclr_0 FROM business_category_group b0_
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\BusinessCategoryGroup | No errors. |