Query Metrics
71
Database Queries
10
Different statements
29.48 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.94 ms (26.91%) |
15 |
INSERT INTO survey_result_data (data, is_pasted, created_at, updated_at, survey_result_id, question_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "[1045]тестирование спецификации" 0 "2026-05-04 16:00:25" "2026-05-04 16:00:25" 903 1005 ] |
|
4.35 ms (14.74%) |
13 |
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.answer_id AS answer_id_5, t0.question_id AS question_id_6 FROM answer_question t0 WHERE t0.answer_id = ? ORDER BY t0.sort ASC
Parameters:
[
1045
]
|
|
4.33 ms (14.69%) |
15 |
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:
[
1005
]
|
|
3.69 ms (12.52%) |
13 |
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:
[
1045
]
|
|
3.46 ms (11.73%) |
10 |
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:
[
1005
]
|
|
3.42 ms (11.59%) |
1 |
INSERT INTO survey_result (user_ip, user_agent, email, travel_time, progress, created_at, updated_at, survey_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "176.194.240.96" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36" null null 100.0 "2026-05-04 16:00:25" "2026-05-04 16:00:25" 119 null ] |
|
0.66 ms (2.25%) |
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:
[
119
]
|
|
0.66 ms (2.25%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.61 ms (2.06%) |
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.id = ?
Parameters:
[
"119"
]
|
|
0.37 ms (1.24%) |
1 |
"START TRANSACTION"
Parameters:
[] |
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. |