Query Metrics
3
Database Queries
3
Different statements
16.13 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 15.07 ms |
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog_post b0_
Parameters:
[] |
| 2 | 0.60 ms |
SELECT DISTINCT b0_.id AS id_0, b0_.created_at AS created_at_1 FROM blog_post b0_ ORDER BY b0_.created_at DESC LIMIT 5 OFFSET 5
Parameters:
[] |
| 3 | 0.45 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.content AS content_2, b0_.created_at AS created_at_3 FROM blog_post b0_ WHERE b0_.id IN (?, ?, ?, ?) ORDER BY b0_.created_at DESC
Parameters:
[ 12 11 10 9 ] |
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\BlogPost | No errors. |