Query Metrics
23
Database Queries
3
Different statements
11.91 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.78 ms (65.35%) |
17 |
SELECT t0.id AS id_1, t0.original AS original_2, t0.filename AS filename_3, t0.size AS size_4, t0.type AS type_5, t0.handle AS handle_6, t0.mime_type AS mime_type_7, t0.title AS title_8, t0.alt AS alt_9, t0.description AS description_10, t0.custom AS custom_11, t0.created_at AS created_at_12, t0.position AS position_13, t0.studio_id AS studio_id_14, t0.news_id AS news_id_15 FROM studio_media t0 WHERE t0.news_id = ?
Parameters:
[
156
]
|
|
2.16 ms (18.13%) |
1 |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.quelle AS quelle_2, n0_.type AS type_3, n0_.content AS content_4, n0_.active AS active_5, n0_.news_date AS news_date_6, n0_.created_at AS created_at_7, n0_.cover_id AS cover_id_8, n0_.category_id AS category_id_9, n0_.studio_id AS studio_id_10 FROM news n0_ WHERE n0_.type = ? AND n0_.active = ? ORDER BY n0_.news_date DESC LIMIT 999999
Parameters:
[ "all" "1" ] |
|
1.97 ms (16.52%) |
5 |
SELECT t0.id AS id_1, t0.bezeichnung AS bezeichnung_2, t0.beschreibung AS beschreibung_3, t0.position AS position_4, t0.created_at AS created_at_5 FROM news_category t0 WHERE t0.id = ?
Parameters:
[
5
]
|
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\News | No errors. |
| App\Entity\NewsCategory | No errors. |
| App\Entity\Studio | No errors. |
| App\Entity\StudioMedia | No errors. |