POST http://api.solar-boost.feelity.dev/token

Query Metrics

9 Database Queries
5 Different statements
18.41 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 8.27 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 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "Hzuee9xn51cZvhPJuQB4"
]
2 0.52 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 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "Hzuee9xn51cZvhPJuQB4"
]
3 0.77 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 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "Hzuee9xn51cZvhPJuQB4"
]
4 0.51 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 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "Hzuee9xn51cZvhPJuQB4"
]
5 1.79 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:
[
  "a0d31eda12b8c5af6ba27ebe9c9196defd7ea3a513aa0d40f066d44a266ce2d6059106cfca2b5b0b"
]
6 0.61 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 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "Hzuee9xn51cZvhPJuQB4"
]
7 0.25 ms
"START TRANSACTION"
Parameters:
[]
8 1.10 ms
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "a0d31eda12b8c5af6ba27ebe9c9196defd7ea3a513aa0d40f066d44a266ce2d6059106cfca2b5b0b"
  "2026-05-01 02:00:09"
  null
  "PRODUCT"
  0
  "Hzuee9xn51cZvhPJuQB4"
]
9 4.60 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
League\Bundle\OAuth2ServerBundle\Model\Client 1
League\Bundle\OAuth2ServerBundle\Model\AccessToken 1