Query Metrics
4
Database Queries
4
Different statements
1.06 ms
Query time
0
Invalid entities
25
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.31 ms (29.40%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4, t0.article_id AS article_id_5 FROM article_image t0 WHERE t0.article_id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||
|
0.29 ms (27.10%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.pub_date AS pub_date_2, a0_.updated AS updated_3, a0_.slug AS slug_4, a0_.status AS status_5, a0_.image_name AS image_name_6, a0_.content AS content_7, a0_.video AS video_8, a0_.author_id AS author_id_9 FROM article a0_ WHERE a0_.slug <> ? AND a0_.status = ? ORDER BY a0_.pub_date DESC LIMIT 3
Parameters:
[ "2-setkani-pratel-radu" "published" ]
|
||||||||||||||||||||||||||
|
0.24 ms (23.03%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.content AS content_4, t0.pub_date AS pub_date_5, t0.updated AS updated_6 FROM event t0 ORDER BY t0.event_date DESC LIMIT 3
Parameters:
[]
|
||||||||||||||||||||||||||
|
0.22 ms (20.47%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.pub_date AS pub_date_3, t0.updated AS updated_4, t0.slug AS slug_5, t0.status AS status_6, t0.image_name AS image_name_7, t0.content AS content_8, t0.video AS video_9, t0.author_id AS author_id_10 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"2-setkani-pratel-radu"
]
|
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\ArticleImage | 17 |
| App\Entity\Article | 4 |
| App\Entity\User | 2 |
| App\Entity\Event | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\User | No errors. |
| App\Entity\ArticleImage | No errors. |
| App\Entity\Album | No errors. |
| App\Entity\Event | No errors. |