GET https://stgweb1.troskovi.com/blog

Query Metrics

3 Database Queries
3 Different statements
2.49 ms Query time
1 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 0.94 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.published AS published_8, t0.featured AS featured_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.meta_keywords AS meta_keywords_12, t0.no_index AS no_index_13, t0.no_follow AS no_follow_14, t0.hide_in_sitemap AS hide_in_sitemap_15 FROM blog t0 WHERE t0.published = ? AND t0.featured = ? ORDER BY t0.created_at DESC LIMIT 3
Parameters:
[
  true
  true
]
2 0.98 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_.published AS published_7, b0_.featured AS featured_8, b0_.meta_title AS meta_title_9, b0_.meta_description AS meta_description_10, b0_.meta_keywords AS meta_keywords_11, b0_.no_index AS no_index_12, b0_.no_follow AS no_follow_13, b0_.hide_in_sitemap AS hide_in_sitemap_14 FROM blog b0_ WHERE b0_.published = ? AND b0_.featured = ? ORDER BY b0_.created_at DESC LIMIT 10
Parameters:
[
  1
  0
]
3 0.58 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
Parameters:
[]

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 8
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.