GET https://www.dev.benibussac.com/blog/

Query Metrics

4 Database Queries
4 Different statements
4.58 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.88 ms
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog b0_
Parameters:
[]
2 0.66 ms
SELECT DISTINCT b0_.id AS id_0, b0_.create_date AS create_date_1 FROM blog b0_ ORDER BY b0_.create_date DESC LIMIT 9
Parameters:
[]
3 0.47 ms
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.url AS url_2, b0_.image_thumbnail AS image_thumbnail_3, b0_.image AS image_4, b0_.content AS content_5, b0_.tags AS tags_6, b0_.create_date AS create_date_7, b0_.update_date AS update_date_8, b0_.blog_category_id AS blog_category_id_9 FROM blog b0_ WHERE b0_.id IN (?) ORDER BY b0_.create_date DESC
Parameters:
[
  1
]
4 1.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.state AS state_3 FROM blog_category t0 WHERE t0.state = ?
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.

Entities Mapping

Class Mapping errors
Backend\Entity\Blog No errors.
Backend\Entity\BlogCategory No errors.