Query Metrics
3
Database Queries
3
Different statements
5.45 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.96 ms (54.24%) |
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:
[ "2022-05-01 00:00:00" "2022-05-31 00:00:00" "2026-04-04 17:46:34" "2026-04-04 17:46:34" "2026-04-04 17:46:34" "2026-04-04 17:46:34" ] |
|
1.71 ms (31.44%) |
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.78 ms (14.31%) |
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:
[ "2022-05-01 00:00:00" "2022-05-31 00:00:00" "2026-04-04 17:46:34" "2026-04-04 17:46:34" "2026-04-04 17:46:34" "2026-04-04 17:46:34" ] |
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. |