Query Metrics
9
Database Queries
5
Different statements
6.90 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.30 ms |
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 = ? LIMIT 1
Parameters:
[
"65c6366c620f9"
]
|
| 2 | 0.63 ms |
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 = ? LIMIT 1
Parameters:
[
"65c6366c620f9"
]
|
| 3 | 0.22 ms |
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 = ? LIMIT 1
Parameters:
[
"65c6366c620f9"
]
|
| 4 | 0.19 ms |
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 = ? LIMIT 1
Parameters:
[
"65c6366c620f9"
]
|
| 5 | 1.52 ms |
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:
[
"d8c92a9b939dd7b98cfc7be25d588eeaf185f138a501e4da7b3074cb792222c051c9df3e5f1d5b92"
]
|
| 6 | 0.22 ms |
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 = ? LIMIT 1
Parameters:
[
"65c6366c620f9"
]
|
| 7 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 0.94 ms |
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "d8c92a9b939dd7b98cfc7be25d588eeaf185f138a501e4da7b3074cb792222c051c9df3e5f1d5b92" 2 => "2026-02-02 17:25:03" 3 => null 4 => "user" 5 => 0 6 => "65c6366c620f9" ] |
| 9 | 1.72 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| Menke\UserBundle\Entity\User | No errors. |
| App\Entity\OAuth\AccessToken | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Person | No errors. |
| App\Entity\CartItem | No errors. |
| League\Bundle\OAuth2ServerBundle\Model\AbstractClient | No errors. |
| App\Entity\OAuth\Client | No errors. |
| Menke\UserBundle\Entity\Client | No errors. |
| League\Bundle\OAuth2ServerBundle\Model\RefreshToken | No errors. |
| App\Entity\OAuth\RefreshToken | No errors. |
| League\Bundle\OAuth2ServerBundle\Model\AccessToken | No errors. |
| App\Entity\CourseProvider | No errors. |
| App\Entity\OccurrenceProvider | No errors. |
| App\Entity\VenueProvider | No errors. |