Query Metrics
2
Database Queries
2
Different statements
52.64 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1.82 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.enabled AS enabled_6, t0.last_login AS last_login_7, t0.confirmation_token AS confirmation_token_8, t0.lastname AS lastname_9, t0.firstname AS firstname_10, t0.password_reset_at AS password_reset_at_11, t0.password_reset_token AS password_reset_token_12, t0.civility AS civility_13, t0.created_at AS created_at_14, t0.address AS address_15, t0.postal_code AS postal_code_16, t0.city AS city_17, t0.phone AS phone_18, t0.divers AS divers_19, t0.note AS note_20, t0.calendar_default_view AS calendar_default_view_21, t0.calendar_slot_duration AS calendar_slot_duration_22, t0.calendar_min_time AS calendar_min_time_23, t0.calendar_max_time AS calendar_max_time_24, t0.has_online AS has_online_25, t0.customer_type AS customer_type_26, t0.notif_sms_rdv AS notif_sms_rdv_27, t0.notif_sms_before AS notif_sms_before_28, t0.notif_email_rdv AS notif_email_rdv_29, t0.notif_email_before AS notif_email_before_30, t0.show_weekend AS show_weekend_31, t0.notif_push_new_mess AS notif_push_new_mess_32, t0.notif_mail_new_mess AS notif_mail_new_mess_33, t0.notif_push_wait_mess AS notif_push_wait_mess_34, t0.notif_mail_wait_mess AS notif_mail_wait_mess_35, t0.mobile AS mobile_36, t0.new_customer_online AS new_customer_online_37, t0.office_id AS office_id_38 FROM user t0 WHERE t0.id = ?
Parameters:
[
48
]
|
||||||||||||||||||||||||||||
2 | 50.82 ms |
SELECT n0_.id AS id_0, n0_.created_at AS created_at_1, n0_.is_read AS is_read_2, n0_.content AS content_3, n0_.to_admin AS to_admin_4, n0_.user_id AS user_id_5 FROM notifications n0_ WHERE (n0_.user_id = ? OR n0_.to_admin = 1) AND n0_.is_read = ? ORDER BY n0_.created_at DESC
Parameters:
[ 48 0 ]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
oldb | doctrine.dbal.oldb_connection |
logging | doctrine.dbal.logging_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\User | No errors. |
App\Entity\Office | No errors. |
App\Entity\Specialties | No errors. |
App\Entity\UserCategories | No errors. |
App\Entity\Notifications | No errors. |