Query Metrics
1
Database Queries
1
Different statements
1.26 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1.26 ms (100.00%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.excerpt AS excerpt_3, a0_.content AS content_4, a0_.image AS image_5, a0_.published_at AS published_at_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8, a0_.deleted_at AS deleted_at_9, a0_.is_active AS is_active_10, a1_.id AS id_11, a1_.name AS name_12 FROM article a0_ LEFT JOIN article_article_tag a2_ ON a0_.id = a2_.article_id LEFT JOIN article_tag a1_ ON a1_.id = a2_.article_tag_id WHERE a0_.slug = ? AND a0_.is_active = 1 AND ((a0_.published_at IS NULL OR a0_.published_at <= ?))
Parameters:
[ "test-de-l-article" "2025-09-24 04:40:24" ]
|
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\Article | No errors. |
App\Entity\ArticleTag | No errors. |