Query Metrics
4
Database Queries
4
Different statements
1.62 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.62 ms (38.16%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.type AS type_7, t0.is_published AS is_published_8, t0.published_at AS published_at_9, t0.event_date AS event_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.hero_title AS hero_title_13, t0.hero_text AS hero_text_14, t0.event_title AS event_title_15 FROM news t0 WHERE t0.is_published = ? AND t0.type = ? ORDER BY t0.published_at DESC
Parameters:
[ 1 "news" ]
|
||||||||||||||||||||||||||||
|
0.44 ms (27.20%) |
1 |
SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.source AS source_2, p0_.url AS url_3, p0_.is_published AS is_published_4, p0_.sort_order AS sort_order_5, p0_.created_at AS created_at_6 FROM press_quote p0_ WHERE p0_.is_published = ? ORDER BY p0_.sort_order ASC, p0_.created_at DESC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.31 ms (19.11%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.type AS type_7, t0.is_published AS is_published_8, t0.published_at AS published_at_9, t0.event_date AS event_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.hero_title AS hero_title_13, t0.hero_text AS hero_text_14, t0.event_title AS event_title_15 FROM news t0 WHERE t0.is_published = ? AND t0.type = ? ORDER BY t0.created_at DESC
Parameters:
[ 1 "event" ]
|
||||||||||||||||||||||||||||
|
0.25 ms (15.53%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.type AS type_7, t0.is_published AS is_published_8, t0.published_at AS published_at_9, t0.event_date AS event_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.hero_title AS hero_title_13, t0.hero_text AS hero_text_14, t0.event_title AS event_title_15 FROM news t0 WHERE t0.is_published = ? ORDER BY t0.id ASC LIMIT 1
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\News | 5 |
| App\Entity\PressQuote | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\News | No errors. |
| App\Entity\PressQuote | No errors. |