Query Metrics
            3
            Database Queries
        
        
            3
            Different statements
        
        
            0.85 ms
            Query time
        
        
            0
            Invalid entities
        
            Grouped Statements
| Time▼ | Count | Info | 
|---|---|---|
| 0.34 ms (0.00%) | 1 | SELECT t0.access_token AS access_token_1, t0.refresh_token AS refresh_token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.refresh_token_expires_at AS refresh_token_expires_at_5, t0.user_id AS user_id_6 FROM access_tokens t0 WHERE t0.access_token = ? 
                                    Parameters:  [
  "007842cda15a0844a8bd74170256eb0c695c4f6229fd4afbc0ef032d0c4e6b0e"
] | 
| 0.26 ms (0.00%) | 1 | SELECT t0.user_id AS user_id_1, t0.email AS email_2, t0.password AS password_3, t0.reset_password_token AS reset_password_token_4, t0.reset_password_expires_at AS reset_password_expires_at_5 FROM users t0 WHERE t0.user_id = ? 
                                    Parameters:  [
  14
] | 
| 0.25 ms (0.00%) | 1 | SELECT t0.customer_area_id AS customer_area_id_1, t0.technical_direction AS technical_direction_2, t0.professional_license AS professional_license_3, t0.signature_filename AS signature_filename_4, t0.sign_report AS sign_report_5, t0.auto_send_report AS auto_send_report_6, t0.use_external_notification AS use_external_notification_7, t0.show_logo AS show_logo_8, t0.user_id AS user_id_9 FROM customer_area t0 WHERE t0.user_id = ? LIMIT 1 
                                    Parameters:  [
  14
] | 
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\User\AccessToken | No errors. | 
| App\Entity\User\User | No errors. | 
| App\Entity\Customer\CustomerArea | No errors. |