Query Metrics
7
Database Queries
4
Different statements
4.74 ms
Query time
1
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.20 ms (46.38%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM tag t0 INNER JOIN blog_tag ON t0.id = blog_tag.tag_id WHERE blog_tag.blog_id = ?
Parameters:
[
19
]
|
||||||||||||||||||||||||||||||||||
|
0.85 ms (18.01%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.image AS image_7, t0.hero_image AS hero_image_8, t0.published AS published_9, t0.featured AS featured_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.no_index AS no_index_14, t0.no_follow AS no_follow_15, t0.hide_in_sitemap AS hide_in_sitemap_16 FROM blog t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"profesionalni-upravnik-ili-upravnik-iz-redova-stanara"
]
|
||||||||||||||||||||||||||||||||||
|
0.84 ms (17.84%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.image AS image_7, t0.hero_image AS hero_image_8, t0.published AS published_9, t0.featured AS featured_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.no_index AS no_index_14, t0.no_follow AS no_follow_15, t0.hide_in_sitemap AS hide_in_sitemap_16 FROM blog t0 INNER JOIN related_blogs ON t0.id = related_blogs.related_id WHERE related_blogs.parent_id = ?
Parameters:
[
19
]
|
||||||||||||||||||||||||||||||||||
|
0.84 ms (17.77%) |
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.url AS url_2, b0_.content AS content_3, b0_.created_at AS created_at_4, b0_.updated_at AS updated_at_5, b0_.image AS image_6, b0_.hero_image AS hero_image_7, b0_.published AS published_8, b0_.featured AS featured_9, b0_.meta_title AS meta_title_10, b0_.meta_description AS meta_description_11, b0_.meta_keywords AS meta_keywords_12, b0_.no_index AS no_index_13, b0_.no_follow AS no_follow_14, b0_.hide_in_sitemap AS hide_in_sitemap_15 FROM blog b0_ WHERE b0_.id NOT IN (?) ORDER BY b0_.id DESC LIMIT 3
Parameters:
[
19
]
|
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\Blog | 4 |
| App\Entity\Tag | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Blog |
|
| App\Entity\Tag | No errors. |