Query Metrics
40
Database Queries
5
Different statements
10.45 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.42 ms (42.27%) |
17 |
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:
[
985
]
|
|
3.99 ms (38.21%) |
17 |
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:
[
985
]
|
|
1.14 ms (10.89%) |
4 |
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:
[
1038
]
|
|
0.52 ms (4.94%) |
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:
[
"0b05a889e1e0f68facf40adb1c78ac306ae31f15"
]
|
|
0.39 ms (3.69%) |
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:
[
117
]
|
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. |