Query Metrics
2
Database Queries
2
Different statements
1.45 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.71 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, t0.is_active AS is_active_6, t0.father_name AS father_name_7, t0.mother_name AS mother_name_8, t0.gender AS gender_9, t0.blood_group AS blood_group_10, t0.marital_status AS marital_status_11, t0.dob AS dob_12, t0.birth_place AS birth_place_13, t0.address1 AS address1_14, t0.address2 AS address2_15, t0.city AS city_16, t0.state AS state_17, t0.phone AS phone_18, t0.mobile AS mobile_19, t0.media_experience AS media_experience_20, t0.family AS family_21, t0.camera_type AS camera_type_22, t0.pan AS pan_23, t0.aadhar AS aadhar_24, t0.occupation AS occupation_25, t0.expity_date AS expity_date_26, t0.status AS status_27, t0.pincode AS pincode_28, t0.photo AS photo_29, t0.is_photo_ok AS is_photo_ok_30, t0.joining_date AS joining_date_31, t0.sys AS sys_32, t0.ip AS ip_33, t0.designation AS designation_34, t0.parent_id AS parent_id_35, t0.country AS country_36, t0.file_data AS file_data_37, t0.file_type AS file_type_38, t0.file_name AS file_name_39, t0.is_image_verified AS is_image_verified_40, t0.old_id AS old_id_41, t0.r_key AS r_key_42, t0.qualification AS qualification_43, t0.password_reset_key AS password_reset_key_44, t0.auto_login_key AS auto_login_key_45, t0.document_uploaded AS document_uploaded_46, t0.json AS json_47 FROM reporter t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"1"
]
|
||||||||||||||||||||||
| 2 | 0.74 ms |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.file_data AS file_data_3, t0.file_mime AS file_mime_4, t0.doc_name AS doc_name_5, t0.created_on AS created_on_6, t0.reporter_id AS reporter_id_7 FROM reporter_docs t0 WHERE t0.reporter_id = ? AND t0.doc_name = ? LIMIT 1
Parameters:
[ 1 "photo" ]
|
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\Reporter | No errors. |
| App\Entity\News | No errors. |
| App\Entity\ReporterDocs | No errors. |