Query Metrics

3 Database Queries
3 Different statements
2.76 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.20 ms
(43.46%)
1
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog_post b0_ WHERE (b0_.publish_date >= ? AND b0_.publish_date <= ?) AND (((b0_.date_from IS NULL OR (b0_.date_from <= ? AND b0_.date_to >= ?)) AND (b0_.date_to IS NULL OR (b0_.date_to >= ? AND b0_.date_from <= ?)))) AND b0_.enabled = 1
Parameters:
[
  "2020-11-01 00:00:00"
  "2020-11-30 00:00:00"
  "2026-04-04 08:08:20"
  "2026-04-04 08:08:20"
  "2026-04-04 08:08:20"
  "2026-04-04 08:08:20"
]
0.91 ms
(32.84%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.unique_name AS unique_name_3, t0.slug AS slug_4, t0.created AS created_5, t0.updated AS updated_6, t0.enabled AS enabled_7 FROM blog_category t0 WHERE t0.enabled = ?
Parameters:
[
  1
]
0.65 ms
(23.70%)
1
SELECT DISTINCT b0_.id AS id_0, b0_.publish_date AS publish_date_1 FROM blog_post b0_ WHERE (b0_.publish_date >= ? AND b0_.publish_date <= ?) AND (((b0_.date_from IS NULL OR (b0_.date_from <= ? AND b0_.date_to >= ?)) AND (b0_.date_to IS NULL OR (b0_.date_to >= ? AND b0_.date_from <= ?)))) AND b0_.enabled = 1 ORDER BY b0_.publish_date DESC LIMIT 9
Parameters:
[
  "2020-11-01 00:00:00"
  "2020-11-30 00:00:00"
  "2026-04-04 08:08:20"
  "2026-04-04 08:08:20"
  "2026-04-04 08:08:20"
  "2026-04-04 08:08:20"
]

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
App\Entity\Blog\Post No errors.
App\Entity\Blog\Category No errors.