Query Metrics
3
Database Queries
3
Different statements
3.81 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 1.43 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM Post p0_ WHERE p0_.publishedAt <= ?
Parameters:
[
"2025-09-21 22:13:29"
]
|
2 | 1.09 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.publishedAt AS publishedAt_1 FROM Post p0_ WHERE p0_.publishedAt <= ? ORDER BY p0_.publishedAt DESC LIMIT 10
Parameters:
[
"2025-09-21 22:13:29"
]
|
3 | 1.30 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.summary AS summary_3, p0_.content AS content_4, p0_.authorEmail AS authorEmail_5, p0_.author AS author_6, p0_.publishedAt AS publishedAt_7, p0_.effective_url AS effective_url_8, p0_.topimage AS topimage_9 FROM Post p0_ WHERE p0_.publishedAt <= ? AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.publishedAt DESC
Parameters:
[ "2025-09-21 22:13:29" 9 8 7 6 5 4 3 1 ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
bbp | doctrine.dbal.bbp_connection |
housemaster | doctrine.dbal.housemaster_connection |
Entity Managers
Name | Service |
---|---|
inertia | doctrine.orm.inertia_entity_manager |
default | doctrine.orm.default_entity_manager |
bbp | doctrine.orm.bbp_entity_manager |
housemaster | doctrine.orm.housemaster_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
inertia entity manager
No loaded entities.
default entity manager
Class | Mapping errors |
---|---|
App\AppBundle\Entity\Post | No errors. |
bbp entity manager
No loaded entities.
housemaster entity manager
No loaded entities.