Query Metrics
1
Database Queries
1
Different statements
0.24 ms
Query time
1
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.24 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.caption AS caption_4, t0.upload_date AS upload_date_5, t0.deleted_date AS deleted_date_6, t0.views AS views_7, t0.type AS type_8, t0.video_guid AS video_guid_9, t0.video_duration AS video_duration_10, t0.video_thumbnail AS video_thumbnail_11, t0.likes AS likes_12, t0.slug AS slug_13, t0.redgif_id AS redgif_id_14, t0.rating AS rating_15, t0.image_hash AS image_hash_16, t0.user_id AS user_id_17 FROM post t0 WHERE t0.image = ? LIMIT 1
Parameters:
[
"693b3cefe95b2.png"
]
|
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 |
|
| App\Entity\PostLike | No errors. |
| App\Entity\Comment | No errors. |
| App\Entity\Tag | No errors. |