Query Metrics
28
Database Queries
5
Different statements
9.58 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.84 ms (50.59%) |
19 |
SELECT t0.user_image_id AS user_image_id_1, t0.updated AS updated_2, t0.updated_by AS updated_by_3, t0.user_id AS user_id_4, t0.user_image_type_code AS user_image_type_code_5, t0.image_metadata_uid AS image_metadata_uid_6, t7.image_metadata_uid AS image_metadata_uid_8, t7.name AS name_9, t7.width AS width_10, t7.height AS height_11, t7.mime_type AS mime_type_12, t7.replaced_by_image_metadata_uid AS replaced_by_image_metadata_uid_13 FROM `user_image` t0 LEFT JOIN image_metadata t7 ON t0.image_metadata_uid = t7.image_metadata_uid WHERE t0.user_id = ?
Parameters:
[
19
]
|
|
1.65 ms (17.20%) |
1 |
SELECT t0.department_code AS department_code_1, t0.name AS name_2, t0.description AS description_3, t0.updated AS updated_4, t0.updated_by AS updated_by_5 FROM department t0
Parameters:
[] |
|
1.13 ms (11.75%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.address AS address_7, t0.phone_no AS phone_no_8, t0.gender AS gender_9, t0.created_at AS created_at_10, t0.approved_at AS approved_at_11, t0.valid_at AS valid_at_12, t0.user_status_code AS user_status_code_13, t14.user_status_code AS user_status_code_15, t14.name AS name_16, t14.updated AS updated_17, t14.updated_by AS updated_by_18, t19.about AS about_20, t19.facebook AS facebook_21, t19.linkedin AS linkedin_22, t19.twitter AS twitter_23, t19.instagram AS instagram_24, t19.updated_by AS updated_by_25, t19.identification_number AS identification_number_26, t19.identification_type AS identification_type_27, t19.street AS street_28, t19.state AS state_29, t19.post_code AS post_code_30, t19.house_number AS house_number_31, t19.newsletter AS newsletter_32, t19.display_in_web AS display_in_web_33, t19.user_id AS user_id_34 FROM `user` t0 INNER JOIN user_status t14 ON t0.user_status_code = t14.user_status_code LEFT JOIN user_detail t19 ON t19.user_id = t0.id WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 19 17 133 82 10 6 223 98 205 129 225 172 121 21 152 219 104 215 232 ] |
|
1.02 ms (10.60%) |
6 |
SELECT t0.designation_code AS designation_code_1, t0.name AS name_2, t0.updated AS updated_3, t0.updated_by AS updated_by_4, t0.description AS description_5, t0.priority_order AS priority_order_6 FROM designation t0 WHERE t0.designation_code = ?
Parameters:
[
"PD"
]
|
|
0.94 ms (9.86%) |
1 |
SELECT t0_.team_member_id AS team_member_id_0, t0_.updated_by AS updated_by_1, t0_.user_id AS user_id_2, t0_.designation_code AS designation_code_3, t0_.department_code AS department_code_4 FROM team_member t0_ INNER JOIN designation d1_ ON t0_.designation_code = d1_.designation_code GROUP BY t0_.team_member_id ORDER BY d1_.priority_order 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Department | No errors. |
| App\Entity\TeamMember | No errors. |
| App\Entity\Designation | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserStatus | No errors. |
| App\Entity\UserDetail | No errors. |
| App\Entity\UserImage | No errors. |
| App\Entity\UserInvoice | No errors. |
| App\Entity\EmailArchive | No errors. |
| App\Entity\Payment | No errors. |
| App\Entity\PartyPillar | No errors. |
| App\Entity\Donation | No errors. |
| App\Entity\UserImageType | No errors. |
| App\Entity\ImageMetadata | No errors. |