Query Metrics
81
Database Queries
5
Different statements
19.76 ms
Query time
0
Invalid entities
143
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
12.73 ms (64.41%) |
71 |
SELECT t0.id AS id_1, t0.author AS author_2, t0.text AS text_3, t0.date_time AS date_time_4, t0.event_id AS event_id_5 FROM note t0 WHERE t0.event_id = ?
Parameters:
[
2
]
|
|
2.91 ms (14.73%) |
7 |
SELECT t0.id AS id_1, t0.start AS start_2, t0.end AS end_3, t0.show_time AS show_time_4, t0.block AS block_5, t0.patron AS patron_6, t0.author AS author_7, t0.description AS description_8, t0.color AS color_9, t0.status AS status_10, t0.conference_id AS conference_id_11, t0.day_id AS day_id_12 FROM event t0 WHERE t0.conference_id = ? AND t0.day_id = ? ORDER BY t0.start ASC
Parameters:
[ 1 1 ] |
|
1.91 ms (9.64%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.clone AS clone_4, t0.clone_name AS clone_name_5, t0.clone_note AS clone_note_6 FROM conference t0 ORDER BY t0.id DESC LIMIT 1
Parameters:
[] |
|
1.50 ms (7.60%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM setting t0
Parameters:
[] |
|
0.71 ms (3.61%) |
1 |
SELECT t0.id AS id_1, t0.text AS text_2, t0.conference_id AS conference_id_3 FROM day t0 WHERE t0.conference_id = ? ORDER BY t0.id 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Event | 71 |
| App\Entity\Note | 54 |
| App\Entity\Setting | 10 |
| App\Entity\Day | 7 |
| App\Entity\Conference | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Conference | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Day | No errors. |
| App\Entity\Note | No errors. |
| App\Entity\Setting | No errors. |