GET https://skylineit.de/api/v1/webauthn/credentials

Query Metrics

2 Database Queries
2 Different statements
3.21 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.93 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.nickname AS nickname_9, t0.phone_number AS phone_number_10, t0.birth_date AS birth_date_11, t0.gender AS gender_12, t0.strasse AS strasse_13, t0.hausnummer AS hausnummer_14, t0.plz AS plz_15, t0.stadt AS stadt_16, t0.bundesland AS bundesland_17, t0.profile_photo AS profile_photo_18, t0.totp_secret AS totp_secret_19, t0.is_totp_enabled AS is_totp_enabled_20, t0.preferred_locale AS preferred_locale_21, t0.profile_completed AS profile_completed_22, t0.failed_login_attempts AS failed_login_attempts_23, t0.account_locked_until AS account_locked_until_24 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "info@offlinesys.de"
]
2 1.28 ms
SELECT w0_.id AS id_0, w0_.credential_id AS credential_id_1, w0_.user_handle AS user_handle_2, w0_.source AS source_3, w0_.created_at AS created_at_4, w0_.label AS label_5, w0_.aaguid AS aaguid_6, w0_.transports AS transports_7, w0_.user_id AS user_id_8 FROM webauthn_credential w0_ WHERE w0_.user_id = ? ORDER BY w0_.created_at DESC
Parameters:
[
  1
]

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
App\Entity\WebauthnCredential 2
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\WebauthnCredential No errors.