Query Metrics
3
Database Queries
3
Different statements
3.26 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.38 ms |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.name AS name_3, t0.color AS color_4, t0.position AS position_5, t0.created_at AS created_at_6 FROM la_base_category t0 WHERE t0.enabled = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
2 | 0.95 ms |
SELECT COUNT(DISTINCT t0_.id) AS sclr_0 FROM tuto t0_ WHERE t0_.active = ? AND t0_.category_id = ?
Parameters:
[ 1 11 ] |
3 | 0.93 ms |
SELECT DISTINCT t0_.id AS id_0, t0_.created_at AS created_at_1 FROM tuto t0_ WHERE t0_.active = ? AND t0_.category_id = ? ORDER BY t0_.created_at DESC LIMIT 6
Parameters:
[ 1 11 ] |
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\LaBaseCategory | No errors. |
App\Entity\Tuto | No errors. |