Query Metrics
12
Database Queries
10
Different statements
26.01 ms
Query time
0
Invalid entities
11
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
22.11 ms (85.02%) |
1 |
SELECT t0_.id AS id_0, t0_.due_date AS due_date_1, t0_.status AS status_2, t0_.created_at AS created_at_3, t0_.updated_at AS updated_at_4, t0_.worksheet_id AS worksheet_id_5, t0_.assigned_to_id AS assigned_to_id_6, t0_.assigned_by_id AS assigned_by_id_7 FROM task t0_ WHERE t0_.assigned_to_id = ? ORDER BY t0_.updated_at DESC
Parameters:
[
35
]
|
|
0.86 ms (3.33%) |
2 |
SELECT t0.id AS id_1, t0.question_text AS question_text_2, t0.question_type AS question_type_3, t0.correct_answer AS correct_answer_4, t0.answer_prompt_html AS answer_prompt_html_5, t0.answer_boxes AS answer_boxes_6, t0.image_path AS image_path_7, t0.is_active AS is_active_8, t0.points AS points_9, t0.explanation AS explanation_10, t0.explanation_image_path AS explanation_image_path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.topic_id AS topic_id_14, t0.lesson_id AS lesson_id_15, t0.sublesson_id AS sublesson_id_16 FROM question_bank t0 WHERE t0.id = ?
Parameters:
[
136
]
|
|
0.77 ms (2.98%) |
2 |
SELECT t0.id AS id_1, t0.jti AS jti_2, t0.ip_address AS ip_address_3, t0.user_agent AS user_agent_4, t0.expires_at AS expires_at_5, t0.is_active AS is_active_6, t0.last_activity_at AS last_activity_at_7, t0.terminated_at AS terminated_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.user_id AS user_id_11 FROM user_sessions t0 WHERE t0.jti = ? AND t0.is_active = ? LIMIT 1
Parameters:
[ "3dfdd5707cfee9c0fae39c7d2fba1627" 1 ] |
|
0.47 ms (1.79%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.username AS username_6, t0.name AS name_7, t0.address AS address_8, t0.phone_number AS phone_number_9, t0.profile_pic AS profile_pic_10, t0.oauth_provider AS oauth_provider_11, t0.oauth_id AS oauth_id_12, t0.oauth_access_token AS oauth_access_token_13, t0.oauth_refresh_token AS oauth_refresh_token_14, t0.oauth_token_expires_at AS oauth_token_expires_at_15, t0.referral_code AS referral_code_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"webrivals@gmail.com"
]
|
|
0.45 ms (1.72%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.created_by_id AS created_by_id_6, t0.topic_id AS topic_id_7 FROM worksheet t0 WHERE t0.id = ?
Parameters:
[
72
]
|
|
0.44 ms (1.68%) |
1 |
SELECT t0.id AS id_1, t0.sort_order AS sort_order_2, t0.worksheet_id AS worksheet_id_3, t0.question_bank_id AS question_bank_id_4 FROM worksheet_question t0 WHERE t0.worksheet_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
72
]
|
|
0.36 ms (1.40%) |
1 |
UPDATE user_sessions SET last_activity_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-06-02 12:40:28" "2026-06-02 12:40:28" 475 ] |
|
0.25 ms (0.96%) |
1 |
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.is_correct AS is_correct_3, t0.submitted_at AS submitted_at_4, t0.task_id AS task_id_5, t0.question_bank_id AS question_bank_id_6 FROM task_progress t0 WHERE t0.task_id = ?
Parameters:
[
86
]
|
|
0.15 ms (0.60%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.14 ms (0.54%) |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\WorksheetQuestion | 2 |
| App\Entity\QuestionBank | 2 |
| App\Entity\User | 1 |
| App\Entity\UserSession | 1 |
| App\Entity\Task | 1 |
| App\Entity\Worksheet | 1 |
| App\Entity\QuestionBankTopic | 1 |
| App\Entity\QuestionBankLesson | 1 |
| App\Entity\QuestionBankSublesson | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\PurchagedProducts | No errors. |
| App\Entity\UserSession | No errors. |
| App\Entity\Task | No errors. |
| App\Entity\Worksheet | No errors. |
| App\Entity\TaskProgress | No errors. |
| App\Entity\QuestionBankTopic | No errors. |
| App\Entity\WorksheetQuestion | No errors. |
| App\Entity\QuestionBank | No errors. |
| App\Entity\QuestionBankLesson | No errors. |
| App\Entity\QuestionBankSublesson | No errors. |
| App\Entity\QuestionBankOption | No errors. |