Query Metrics
2
Database Queries
2
Different statements
5.51 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.49 ms (63.23%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.intro AS intro_3, t0.date AS date_4, t0.post_file_name AS post_file_name_5, t0.post_file_size AS post_file_size_6, t0.post_file_updated_at AS post_file_updated_at_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.slug AS slug_10, t0.is_published AS is_published_11 FROM post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"natus-esse-in-except"
]
|
|
2.03 ms (36.77%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.legend AS legend_3, t0.paragraph_file_name AS paragraph_file_name_4, t0.paragraph_file_size AS paragraph_file_size_5, t0.paragraph_file_updated_at AS paragraph_file_updated_at_6, t0.position AS position_7, t0.post_id AS post_id_8 FROM paragraph t0 WHERE t0.post_id = ? ORDER BY t0.position ASC
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 |
|---|---|
| App\Entity\Post | No errors. |
| App\Entity\Paragraph | No errors. |