Query Metrics
6
Database Queries
6
Different statements
3.14 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.82 ms |
SELECT u0_.email AS email_0 FROM uv_api_access_credentials u1_ LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u1_.token = ? AND u1_.is_enabled = 1
Parameters:
[
"PSKTANSI8XIIFLXO0IV4GAVXQM7VUYVPB2FFOJKIKS0YAWWX4ZZK9MQNI63OOKDT"
]
|
| 2 | 1.42 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.mobile AS mobile_2, u0_.proxy_id AS proxy_id_3, u0_.password AS password_4, u0_.first_name AS first_name_5, u0_.last_name AS last_name_6, u0_.fcm_token AS fcm_token_7, u0_.is_enabled AS is_enabled_8, u0_.verification_code AS verification_code_9, u0_.timezone AS timezone_10, u0_.timeformat AS timeformat_11, u1_.id AS id_12, u1_.source AS source_13, u1_.skype_id AS skype_id_14, u1_.contact_number AS contact_number_15, u1_.designation AS designation_16, u1_.signature AS signature_17, u1_.profile_image_path AS profile_image_path_18, u1_.created_at AS created_at_19, u1_.updated_at AS updated_at_20, u1_.is_active AS is_active_21, u1_.is_verified AS is_verified_22, u1_.is_starred AS is_starred_23, u1_.ticket_access_level AS ticket_access_level_24, u1_.user_id AS user_id_25, u1_.supportRole_id AS supportRole_id_26 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON (u0_.id = u1_.user_id) LEFT JOIN uv_support_role u2_ ON u1_.supportRole_id = u2_.id WHERE u0_.email = ? AND u1_.is_active = ? AND (u2_.id = ? OR u2_.id = ? OR u2_.id = ?) LIMIT 1
Parameters:
[ "admin@mobil-solcare.com" 1 1 2 3 ] |
| 3 | 0.23 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.token AS token_3, t0.created_on AS created_on_4, t0.is_enabled AS is_enabled_5, t0.is_expired AS is_expired_6, t0.user_id AS user_id_7 FROM uv_api_access_credentials t0 WHERE t0.user_id = ? AND t0.token = ? LIMIT 1
Parameters:
[ 1 "PSKTANSI8XIIFLXO0IV4GAVXQM7VUYVPB2FFOJKIKS0YAWWX4ZZK9MQNI63OOKDT" ] |
| 5 | 0.29 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.mobile AS mobile_3, t0.proxy_id AS proxy_id_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.fcm_token AS fcm_token_8, t0.is_enabled AS is_enabled_9, t0.verification_code AS verification_code_10, t0.timezone AS timezone_11, t0.timeformat AS timeformat_12 FROM uv_user t0
Parameters:
[] |
| 6 | 0.16 ms |
SELECT * FROM uv_user where email = 'mohitsahu.yugasa@gmail.com'
Parameters:
[] |
global_auth connection
No database queries were performed.
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| global_auth | doctrine.dbal.global_auth_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| global_auth | doctrine.orm.global_auth_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
| Class | Mapping errors |
|---|---|
| Webkul\UVDesk\ApiBundle\Entity\ApiAccessCredential | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\User | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\UserInstance | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportRole | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\EmailTemplates | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SavedFilters | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportPrivilege | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportTeam | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportGroup | No errors. |
global_auth entity manager
No loaded entities.