GET http://blog.iodapp.com/blog

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.38 ms
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
]
2 0.15 ms
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
]
3 0.14 ms
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.