Query Metrics
3
Database Queries
3
Different statements
2.01 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.80 ms (39.93%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM my_user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
0.80 ms (39.91%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.address AS address_4, t0.degree AS degree_5, t0.current_position AS current_position_6, t0.division AS division_7, t0.application_form AS application_form_8, t0.personal AS personal_9, t0.cv AS cv_10, t0.usmle AS usmle_11, t0.dean_letter AS dean_letter_12, t0.med_school_d AS med_school_d_13, t0.ref1_name AS ref1_name_14, t0.ref1_email AS ref1_email_15, t0.ref1_letter AS ref1_letter_16, t0.ref2_name AS ref2_name_17, t0.ref2_email AS ref2_email_18, t0.ref2_letter AS ref2_letter_19, t0.ref3_name AS ref3_name_20, t0.ref3_email AS ref3_email_21, t0.ref3_letter AS ref3_letter_22, t0.phone AS phone_23, t0.status AS status_24, t0.notes AS notes_25, t0.ref_lt_num AS ref_lt_num_26 FROM applicant t0 WHERE t0.id = ?
Parameters:
[
"116"
]
|
0.41 ms (20.16%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.affiliation AS affiliation_4, t0.job_title AS job_title_5, t0.phone AS phone_6, t0.address AS address_7, t0.ref_letter AS ref_letter_8, t0.applicant_id AS applicant_id_9 FROM refrence t0 WHERE t0.applicant_id = ?
Parameters:
[
116
]
|
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\MyUser | No errors. |
App\Entity\Applicant | No errors. |
App\Entity\Refrence | No errors. |