Query Metrics
2
Database Queries
2
Different statements
0.81 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 0.41 ms |
SELECT t0.id AS id_1, t0.post_id AS post_id_2, t0.date AS date_3, t0.modified_date AS modified_date_4, t0.title AS title_5, t0.content AS content_6, t0.text AS text_7, t0.tag_id AS tag_id_8, t0.tag_name AS tag_name_9, t0.media_id AS media_id_10, t0.media_source_url AS media_source_url_11, t0.link AS link_12 FROM blog_post t0 WHERE t0.id = ?
Parameters:
[
"318"
]
|
2 | 0.40 ms |
SELECT t0.id AS id_1, t0.category_id AS category_id_2, t0.name AS name_3, t0.description AS description_4, t0.count AS count_5 FROM blog_category t0 INNER JOIN blog_post_blog_category ON t0.id = blog_post_blog_category.blog_category_id WHERE blog_post_blog_category.blog_post_id = ?
Parameters:
[
318
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
internal | doctrine.dbal.internal_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
internal | doctrine.orm.internal_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
App\Entity\BlogPost | No errors. |
App\Entity\BlogCategory | No errors. |
App\Entity\NewsletterSubscription | No errors. |
internal entity manager
No loaded entities.