Query Metrics
3
Database Queries
3
Different statements
1.22 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.75 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM category c0_ ORDER BY c0_.id DESC LIMIT 20
Parameters:
[] |
| 2 | 0.25 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1 FROM category c0_ WHERE c0_.id IN (?, ?, ?) ORDER BY c0_.id DESC
Parameters:
[ 3 2 1 ] |
| 3 | 0.22 ms |
SELECT count(c0_.id) AS sclr_0 FROM category c0_
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\Category | No errors. |
| App\Entity\Article | No errors. |