Query Metrics
43
Database Queries
5
Different statements
14.64 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
5.69 ms (38.86%) |
16 |
SELECT t0.sort AS sort_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.question_id AS question_id_5, t0.answer_id AS answer_id_6 FROM question_answer t0 WHERE t0.question_id = ? ORDER BY t0.sort ASC
Parameters:
[
206
]
|
|
4.89 ms (33.39%) |
16 |
SELECT t0.wording AS wording_1, t0.type AS type_2, t0.required AS required_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM question t0 WHERE t0.id = ?
Parameters:
[
206
]
|
|
2.59 ms (17.70%) |
9 |
SELECT t0.wording AS wording_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM answer t0 WHERE t0.id = ?
Parameters:
[
350
]
|
|
0.76 ms (5.18%) |
1 |
SELECT t0.sort AS sort_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.survey_id AS survey_id_5, t0.question_id AS question_id_6 FROM survey_question t0 WHERE t0.survey_id = ? ORDER BY t0.sort ASC
Parameters:
[
82
]
|
|
0.71 ms (4.86%) |
1 |
SELECT t0.uri AS uri_1, t0.title AS title_2, t0.description AS description_3, t0.status AS status_4, t0.type AS type_5, t0.valid_start AS valid_start_6, t0.valid_end AS valid_end_7, t0.refresh AS refresh_8, t0.result_myself AS result_myself_9, t0.notification_after_each AS notification_after_each_10, t0.notification_appointed_time AS notification_appointed_time_11, t0.notification_date AS notification_date_12, t0.system_date AS system_date_13, t0.result_filter_start_in_notification AS result_filter_start_in_notification_14, t0.result_filter_end_in_notification AS result_filter_end_in_notification_15, t0.timer AS timer_16, t0.timer_time AS timer_time_17, t0.id AS id_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.author_id AS author_id_21 FROM survey t0 WHERE t0.uri = ? LIMIT 1
Parameters:
[
"5afa020f7785b1ff860ab0d68380b383b78d15f3"
]
|
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\Survey\Survey | No errors. |
| App\Entity\User\User |
|
| App\Entity\Survey\SurveyQuestion | No errors. |
| App\Entity\Survey\SurveyResult |
|
| App\Entity\Survey\SurveyNotification | No errors. |
| App\Entity\Survey\Question | No errors. |
| App\Entity\Survey\QuestionAnswer | No errors. |
| App\Entity\Survey\SurveyResultData | No errors. |
| App\Entity\Survey\AnswerQuestion | No errors. |
| App\Entity\Survey\Answer | No errors. |