Query Metrics
            7
            Database Queries
        
        
            7
            Different statements
        
        
            17.89 ms
            Query time
        
        
            0
            Invalid entities
        
            Grouped Statements
| Time▼ | Count | Info | 
|---|---|---|
| 
                                    
                                    6.87 ms (38.39%)  | 
                                1 | 
                                INSERT INTO oauth_access_token (identifier, user_identifier, expiry, client_id, user_id) VALUES (?, ?, ?, ?, ?) 
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            [ 1 => "6c371d141fcba02f60b32c3914df7ee049cee0affc843a69a31ec7ad134b268f25fe961052c8f1b6" 2 => null 3 => "2025-11-03 08:41:30" 4 => "6463b10f4a11c" 5 => null ]  | 
                        
| 
                                    
                                    4.58 ms (25.61%)  | 
                                1 | 
                                "COMMIT"
                                
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            []  | 
                        
| 
                                    
                                    4.02 ms (22.45%)  | 
                                1 | 
                                SELECT t0.identifier AS identifier_1, t0.user_identifier AS user_identifier_2, t0.expiry AS expiry_3, t0.client_id AS client_id_4, t0.user_id AS user_id_5 FROM oauth_access_token t0 WHERE t0.identifier = ? 
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            [
  "6c371d141fcba02f60b32c3914df7ee049cee0affc843a69a31ec7ad134b268f25fe961052c8f1b6"
]
                                 | 
                        
| 
                                    
                                    1.28 ms (7.15%)  | 
                                1 | 
                                SELECT t0.identifier AS identifier_1, t0.expiry AS expiry_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.revoked AS revoked_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = ? 
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            [
  "6c371d141fcba02f60b32c3914df7ee049cee0affc843a69a31ec7ad134b268f25fe961052c8f1b6"
]
                                 | 
                        
| 
                                    
                                    0.52 ms (2.90%)  | 
                                1 | 
                                SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.customer_id AS customer_id_4, t0.client_id AS client_id_5, t0.oauth_access_token_identifier AS oauth_access_token_identifier_6 FROM cart t0 WHERE t0.oauth_access_token_identifier = ? LIMIT 1 
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            [
  "6c371d141fcba02f60b32c3914df7ee049cee0affc843a69a31ec7ad134b268f25fe961052c8f1b6"
]
                                 | 
                        
| 
                                    
                                    0.36 ms (2.02%)  | 
                                1 | 
                                "START TRANSACTION"
                                
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            []  | 
                        
| 
                                    
                                    0.27 ms (1.48%)  | 
                                1 | 
                                SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8, t0.activation_url AS activation_url_9, t0.confirm_email_url AS confirm_email_url_10, t0.reset_password_url AS reset_password_url_11, t0.google_client_id AS google_client_id_12, t0.application_client_id AS application_client_id_13 FROM oauth_client t0 WHERE t0.identifier = ? 
                                    Parameters:  
                                
                                
                                                                    
                                
                                                                    
                                
                                                            [
  "6463b10f4a11c"
]
                                 | 
                        
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 | 
|---|---|
| League\Bundle\OAuth2ServerBundle\Model\AccessToken | No errors. | 
| League\Bundle\OAuth2ServerBundle\Model\AbstractClient | No errors. | 
| App\Entity\OAuth\Client | No errors. | 
| App\Entity\OAuth\AccessToken | No errors. | 
| App\Entity\Cart | No errors. | 
| App\Entity\CartItem | No errors. | 
| App\Entity\Person | No errors. | 
| App\Entity\CourseOccurrence | No errors. | 
| Menke\UserBundle\Entity\User | No errors. | 
| Menke\UserBundle\Entity\Client | No errors. | 
| League\Bundle\OAuth2ServerBundle\Model\RefreshToken | No errors. | 
| App\Entity\OAuth\RefreshToken | No errors. |