Query Metrics
12
Database Queries
5
Different statements
0.77 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.12 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.status AS status_6, b0_.published_at AS published_at_7, b0_.created_at AS created_at_8, b0_.updated_at AS updated_at_9, b0_.author_id AS author_id_10 FROM blog b0_ WHERE b0_.status = ? AND b0_.published_at <= ? ORDER BY b0_.published_at DESC LIMIT 9
Parameters:
[ "published" "2025-10-09 20:59:56" ] |
2 | 0.07 ms |
SELECT COUNT(b0_.id) AS sclr_0 FROM blog b0_ WHERE b0_.status = ? AND b0_.published_at <= ?
Parameters:
[ "published" "2025-10-09 20:59:56" ] |
3 | 0.10 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.created_at AS created_at_3, COUNT(b1_.id) AS sclr_4 FROM blog_tag b0_ LEFT JOIN blog_blog_tag b2_ ON b0_.id = b2_.blog_tag_id LEFT JOIN blog b1_ ON b1_.id = b2_.blog_id WHERE b1_.status = ? GROUP BY b0_.id ORDER BY sclr_4 DESC
Parameters:
[
"published"
]
|
4 | 0.07 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM blog_tag t0 INNER JOIN blog_blog_tag ON t0.id = blog_blog_tag.blog_tag_id WHERE blog_blog_tag.blog_id = ?
Parameters:
[
7
]
|
5 | 0.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bio AS bio_3, t0.avatar AS avatar_4, t0.email AS email_5, t0.created_at AS created_at_6 FROM blog_author t0 WHERE t0.id = ?
Parameters:
[
5
]
|
6 | 0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM blog_tag t0 INNER JOIN blog_blog_tag ON t0.id = blog_blog_tag.blog_tag_id WHERE blog_blog_tag.blog_id = ?
Parameters:
[
8
]
|
7 | 0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bio AS bio_3, t0.avatar AS avatar_4, t0.email AS email_5, t0.created_at AS created_at_6 FROM blog_author t0 WHERE t0.id = ?
Parameters:
[
4
]
|
8 | 0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM blog_tag t0 INNER JOIN blog_blog_tag ON t0.id = blog_blog_tag.blog_tag_id WHERE blog_blog_tag.blog_id = ?
Parameters:
[
9
]
|
9 | 0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bio AS bio_3, t0.avatar AS avatar_4, t0.email AS email_5, t0.created_at AS created_at_6 FROM blog_author t0 WHERE t0.id = ?
Parameters:
[
6
]
|
10 | 0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM blog_tag t0 INNER JOIN blog_blog_tag ON t0.id = blog_blog_tag.blog_tag_id WHERE blog_blog_tag.blog_id = ?
Parameters:
[
10
]
|
11 | 0.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM blog_tag t0 INNER JOIN blog_blog_tag ON t0.id = blog_blog_tag.blog_tag_id WHERE blog_blog_tag.blog_id = ?
Parameters:
[
11
]
|
12 | 0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4 FROM blog_tag t0 INNER JOIN blog_blog_tag ON t0.id = blog_blog_tag.blog_tag_id WHERE blog_blog_tag.blog_id = ?
Parameters:
[
12
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Blog | No errors. |
App\Entity\BlogAuthor | No errors. |
App\Entity\BlogTag | No errors. |