Query Metrics
2
Database Queries
2
Different statements
0.64 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.41 ms (64.31%) |
1 |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description AS description_3, t0.maximum_number_of_participants AS maximum_number_of_participants_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.registration_open_date AS registration_open_date_7, t0.registration_deadline AS registration_deadline_8, t0.link_image AS link_image_9, t0.enable AS enable_10, t0.allow_visitors AS allow_visitors_11, t0.pin AS pin_12, t0.show_in_carousel AS show_in_carousel_13, t0.carousel_content AS carousel_content_14, t0.id AS id_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM event t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
|
0.23 ms (35.69%) |
1 |
SELECT t0.api_key AS api_key_1, t0.active AS active_2, t0.type AS type_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM credential t0 WHERE t0.active = ? AND t0.type = ? LIMIT 1
Parameters:
[ 1 0 ] |
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\Credential | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\EventRate | No errors. |
| App\Entity\EventOption | No errors. |
| App\Entity\EventSubscription | No errors. |