GET https://dev.hitthegrades.com/admin/question-bank/

Query Metrics

3 Database Queries
3 Different statements
9.67 ms Query time
0 Invalid entities
320 Managed entities

Queries

Group similar statements

# Time Info
1 0.44 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.id = ?
Parameters:
[
  1
]
2 1.19 ms
SELECT q0_.id AS id_0, q0_.question_text AS question_text_1, q0_.question_type AS question_type_2, q0_.correct_answer AS correct_answer_3, q0_.answer_prompt_html AS answer_prompt_html_4, q0_.answer_boxes AS answer_boxes_5, q0_.image_path AS image_path_6, q0_.is_active AS is_active_7, q0_.points AS points_8, q0_.explanation AS explanation_9, q0_.explanation_image_path AS explanation_image_path_10, q0_.created_at AS created_at_11, q0_.updated_at AS updated_at_12, q0_.topic_id AS topic_id_13, q0_.lesson_id AS lesson_id_14, q0_.sublesson_id AS sublesson_id_15 FROM question_bank q0_ ORDER BY q0_.created_at DESC, q0_.id DESC
Parameters:
[]
3 8.04 ms
SELECT q0_.id AS id_0, q0_.name AS name_1, q0_.description AS description_2, q0_.is_active AS is_active_3, q0_.created_at AS created_at_4, q0_.updated_at AS updated_at_5, q0_.subject_id AS subject_id_6 FROM question_bank_topic q0_ ORDER BY q0_.name ASC
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\QuestionBank 204
App\Entity\QuestionBankSublesson 78
App\Entity\QuestionBankLesson 21
App\Entity\QuestionBankTopic 13
App\Entity\QuestionBankSubject 3
App\Entity\User 1