Query Metrics
1
Database Queries
1
Different statements
0.53 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.53 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.extract AS extract_2, p0_.description AS description_3, p0_.type AS type_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.published_date AS published_date_7, p0_.is_public AS is_public_8, p0_.is_active AS is_active_9, p0_.image AS image_10, p0_.view AS view_11, p0_.slug AS slug_12, p0_.is_slide AS is_slide_13, p0_.user_id AS user_id_14, p0_.post_updated_by_id AS post_updated_by_id_15, p0_.parent_id AS parent_id_16 FROM post p0_ WHERE p0_.published_date <= ? AND p0_.is_slide = ? ORDER BY p0_.published_date DESC LIMIT 5
Parameters:
[ "2026-04-03 11:22:29" 1 ] |
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\Post | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Post | No errors. |
| App\Entity\User | No errors. |
| App\Entity\TypeData | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Media | No errors. |