GET https://blog.iodapp.com/blog

Query Metrics

3 Database Queries
3 Different statements
1.26 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.67 ms
(53.31%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = ? ORDER BY t0.published_at DESC LIMIT 1
Parameters:
[
  1
]
0.32 ms
(25.14%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = ? ORDER BY t0.published_at DESC LIMIT 8
Parameters:
[
  0
]
0.27 ms
(21.55%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_sidebar = ? ORDER BY t0.published_at DESC LIMIT 5
Parameters:
[
  1
]

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\BlogPost 3

Entities Mapping

Class Mapping errors
App\Entity\BlogPost No errors.