GET https://stgweb1.troskovi.com/blog/kako-postati-profesionalni-upravnik-u-srbiji

Query Metrics

7 Database Queries
4 Different statements
4.70 ms Query time
1 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.77 ms
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:
[
  "kako-postati-profesionalni-upravnik-u-srbiji"
]
2 0.78 ms
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:
[
  4
]
3 0.83 ms
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 2
Parameters:
[
  4
  1
]
4 0.81 ms
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:
[
  4
]
5 0.60 ms
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:
[
  1
]
6 0.50 ms
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:
[
  25
]
7 0.41 ms
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:
[
  24
]

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 4

Entities Mapping

Class Mapping errors
App\Entity\Blog
  • The field App\Entity\Blog#relatedBlogs is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Blog#relatedBlogs does not contain the required 'mappedBy="relatedBlogs"' attribute.
App\Entity\Tag No errors.