POST https://dev.hitthegrades.com/api/question-bank/validate-answer/203

Query Metrics

8 Database Queries
7 Different statements
1.87 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.36 ms
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"
]
2 0.28 ms
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
]
3 0.22 ms
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
]
4 0.11 ms
"START TRANSACTION"
Parameters:
[]
5 0.26 ms
UPDATE user_sessions SET last_activity_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-06-02 12:39:49"
  "2026-06-02 12:39:49"
  475
]
6 0.15 ms
"COMMIT"
Parameters:
[]
7 0.27 ms
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:
[
  203
]
8 0.22 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.user_id AS user_id_4, t0.question_bank_id AS question_bank_id_5 FROM user_missed_question t0 WHERE t0.user_id = ? AND t0.question_bank_id = ? LIMIT 1
Parameters:
[
  35
  203
]

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\User 1
App\Entity\UserSession 1
App\Entity\QuestionBank 1
App\Entity\QuestionBankTopic 1
App\Entity\QuestionBankLesson 1
App\Entity\QuestionBankSublesson 1