Query Metrics
3
Database Queries
3
Different statements
1.77 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.62 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ WHERE p0_.status = ?
Parameters:
[
1
]
|
2 | 0.48 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM posts p0_ WHERE p0_.status = ? ORDER BY p0_.id DESC LIMIT 10
Parameters:
[
1
]
|
3 | 0.66 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.thumbnail AS thumbnail_2, p0_.video AS video_3, p0_.excerpt AS excerpt_4, p0_.status AS status_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7 FROM posts p0_ WHERE p0_.status = ? AND p0_.id IN (?) ORDER BY p0_.id DESC
Parameters:
[ 1 [ "92" "91" "89" "87" "86" "85" "84" "83" "82" "81" ] ] |
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\Post | No errors. |
App\Entity\PostContent | No errors. |