Query Metrics
3
Database Queries
3
Different statements
6.33 ms
Query time
0
Invalid entities
17
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.81 ms |
SELECT t0.user_id AS user_id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.display_name AS display_name_6, t0.info AS info_7, t0.last_login AS last_login_8, t0.last_login_from AS last_login_from_9, t0.state AS state_10 FROM tbl_users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"mads@gartneriet.dk"
]
|
2 | 2.51 ms |
SELECT count(*) AS sclr_0 FROM tbl_plant_groups t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 2 27 3 4 5 6 7 71 93 9 10 11 12 13 14 ] |
3 | 2.01 ms |
SELECT t0_.id AS id_0, t0_.navn AS navn_1, t0_.code AS code_2, t0_.alias AS alias_3, t0_.parent_id AS parent_id_4 FROM tbl_plant_groups t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t0_.id ASC LIMIT 16
Parameters:
[ 1 2 27 3 4 5 6 7 71 93 9 10 11 12 13 14 ] |
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\PlantGroups | 16 |
App\Entity\Users | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
App\Entity\JwtRefreshTokens | No errors. |
App\Entity\Users | No errors. |
App\Entity\Basket | No errors. |
App\Entity\PlantGroups | No errors. |
App\Entity\Planter | No errors. |