Query Metrics
20
Database Queries
10
Different statements
6.15 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.43 ms (23.31%) |
6 |
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:
[
1047
]
|
|
1.27 ms (20.69%) |
6 |
INSERT INTO survey_result_data (data, is_pasted, created_at, updated_at, survey_result_id, question_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "Соболев Михаил Сергеевич" 0 "2025-12-08 17:49:13" "2025-12-08 17:49:13" 787 1047 ] |
|
0.93 ms (15.05%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.62 ms (10.08%) |
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:
[
"120"
]
|
|
0.48 ms (7.82%) |
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:
[
120
]
|
|
0.38 ms (6.26%) |
1 |
INSERT INTO survey_result (user_ip, user_agent, email, travel_time, progress, created_at, updated_at, survey_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "109.127.129.161" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" null null 100.0 "2025-12-08 17:49:13" "2025-12-08 17:49:13" 120 null ] |
|
0.31 ms (5.08%) |
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.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:
[
1052
]
|
|
0.27 ms (4.34%) |
1 |
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:
[
1085
]
|
|
0.26 ms (4.23%) |
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.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:
[
1085
]
|
|
0.19 ms (3.14%) |
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. |