Query Metrics
2
Database Queries
2
Different statements
0.69 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.48 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.content AS content_3, n0_.visibility AS visibility_4, n0_.published_at AS published_at_5, n0_.expires_at AS expires_at_6, n0_.deleted_at AS deleted_at_7, n0_.created_at AS created_at_8, n0_.updated_at AS updated_at_9, n0_.author_id AS author_id_10 FROM news_post n0_ WHERE n0_.visibility = ? AND n0_.published_at IS NOT NULL AND n0_.published_at <= ? AND n0_.deleted_at IS NULL AND ((n0_.expires_at IS NULL OR n0_.expires_at > ?)) ORDER BY n0_.published_at DESC
Parameters:
[ "public" "2026-03-20 05:41:21" "2026-03-20 05:41:21" ]
|
||||||||||||||||||||||||||||
| 2 | 0.22 ms |
SELECT n0_.published_at AS published_at_0 FROM news_post n0_ WHERE n0_.visibility = ? AND n0_.published_at IS NOT NULL AND n0_.published_at <= ? AND n0_.deleted_at IS NULL AND ((n0_.expires_at IS NULL OR n0_.expires_at > ?))
Parameters:
[ "public" "2026-03-20 05:41:22" "2026-03-20 05:41:22" ]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\NewsPost | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\NewsPost | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Organization | No errors. |