Query Metrics
2
Database Queries
2
Different statements
1.59 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.77 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t6.id AS id_7, t6.name AS name_8, t6.school_name AS school_name_9, t6.city AS city_10, t6.state AS state_11, t6.class AS class_12, t6.section AS section_13, t6.roll_number AS roll_number_14, t6.created_at AS created_at_15, t6.updated_at AS updated_at_16, t6.quiz_id AS quiz_id_17, t6.first_name AS first_name_18, t6.last_name AS last_name_19, t6.email_address AS email_address_20, t6.phone_no AS phone_no_21, t6.can_relogin AS can_relogin_22, t6.level_of_teaching AS level_of_teaching_23, t6.school_id AS school_id_24, t6.user_id AS user_id_25 FROM user t0 LEFT JOIN student t6 ON t6.user_id = t0.id WHERE t0.id = ?
Parameters:
[
2
]
|
2 | 0.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_registered AS is_registered_4, t0.school_id AS school_id_5, t0.city AS city_6, t0.district AS district_7, t0.state AS state_8, t0.country AS country_9, t0.state_wise AS state_wise_10, t0.employee_name AS employee_name_11, t0.su_code AS su_code_12, t0.priority AS priority_13, t0.school_contact_email AS school_contact_email_14, t0.principal_name AS principal_name_15, t0.principal_email AS principal_email_16, t0.school_contact AS school_contact_17, t0.school_email AS school_email_18, t0.coordinator_name AS coordinator_name_19, t0.coordinator_email AS coordinator_email_20, t0.coordinator_contact AS coordinator_contact_21, t0.participating_class AS participating_class_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.quiz_start_date AS quiz_start_date_25, t0.quiz_end_date AS quiz_end_date_26 FROM school t0 WHERE t0.id = ?
Parameters:
[
"7507"
]
|
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\User | No errors. |
App\Entity\Student | No errors. |
App\Entity\School | No errors. |