Query Metrics
5
Database Queries
5
Different statements
3.02 ms
Query time
1
Invalid entities
1
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.48 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.email2 AS email2_3, t0.email3 AS email3_4, t0.email_verified AS email_verified_5, t0.password AS password_6, t0.salutation AS salutation_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.full_name AS full_name_10, t0.mobile AS mobile_11, t0.mobile2 AS mobile2_12, t0.plain_password AS plain_password_13, t0.company AS company_14, t0.birthday AS birthday_15, t0.web_page AS web_page_16, t0.notes AS notes_17, t0.job_title AS job_title_18, t0.linked_in AS linked_in_19, t0.business_phone AS business_phone_20, t0.business_street AS business_street_21, t0.business_city AS business_city_22, t0.business_postal_code AS business_postal_code_23, t0.business_country AS business_country_24, t0.home_phone AS home_phone_25, t0.home_phone2 AS home_phone2_26, t0.home_street AS home_street_27, t0.home_city AS home_city_28, t0.home_postal_code AS home_postal_code_29, t0.home_country AS home_country_30, t0.photo AS photo_31, t0.default_language_id AS default_language_id_32, t0.client_emails_sent_id AS client_emails_sent_id_33 FROM user t0 WHERE t0.id = ?
Parameters:
[
"6587"
]
|
2 | 0.85 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
6587
]
|
3 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
4 | 0.32 ms |
DELETE FROM user_role WHERE user_id = ?
Parameters:
[
6587
]
|
5 | 0.14 ms |
"COMMIT"
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\User | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User |
|
App\Entity\Languages | No errors. |
App\Entity\ClientEmailsSent | No errors. |
App\Entity\Role | No errors. |
App\Entity\Log | No errors. |