Query Metrics
3
Database Queries
3
Different statements
16.50 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
15.34 ms (92.98%) |
1 |
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog_post b0_
Parameters:
[] |
|
0.64 ms (3.89%) |
1 |
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:
[ 22 21 20 17 13 ] |
|
0.52 ms (3.13%) |
1 |
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
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\BlogPost | No errors. |