GET https://nw-flow.cloud/api/screen-time-extension-requests

Query Metrics

4 Database Queries
4 Different statements
11.74 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 4.73 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.expires_at AS expires_at_5, t0.is_revoked AS is_revoked_6, t0.client_id AS client_id_7 FROM oauth_access_token t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "76bbc84de07b7fd890dd64bbf2a8ea98cfd1ea5a5c6b87056eb1d38285347725036abef856b60b54"
]
2 1.61 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.is_email_verified AS is_email_verified_5, t0.is_active AS is_active_6, t0.failed_login_attempts AS failed_login_attempts_7, t0.locked_until AS locked_until_8, t0.pending_email AS pending_email_9, t0.pending_email_requested_at AS pending_email_requested_at_10, t0.scheduled_for_deletion_at AS scheduled_for_deletion_at_11, t0.age_verified_at AS age_verified_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  "019e1fdf-3da9-71cb-b195-c6c4c6513e7f"
]
3 3.93 ms
SELECT s0_.id AS id_0, s0_.app_identifier AS app_identifier_1, s0_.granted_minutes AS granted_minutes_2, s0_.status AS status_3, s0_.created_at AS created_at_4, s0_.decided_at AS decided_at_5, s0_.device_id AS device_id_6 FROM screen_time_extension_request s0_ INNER JOIN device d1_ ON s0_.device_id = d1_.id WHERE d1_.parent_id = ? ORDER BY s0_.created_at DESC
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#726
    __toString(): "019e1fdf-3da9-71cb-b195-c6c4c6513e7f"
  }
]
4 1.47 ms
SELECT t0.id AS id_1, t0.app_identifier AS app_identifier_2, t0.app_name AS app_name_3, t0.app_icon AS app_icon_4, t0.category AS category_5, t0.play_store_url AS play_store_url_6, t0.descriptions AS descriptions_7, t0.fetched_at AS fetched_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM app_catalog_cache t0 WHERE t0.app_identifier = ? LIMIT 1
Parameters:
[
  "com.google.android.apps.maps"
]

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\OAuth\Entity\OAuthAccessToken 1
App\OAuth\Entity\OAuthClient 1
App\Entity\User 1
App\Entity\ScreenTimeExtensionRequest 1
App\Entity\Device 1
App\Entity\AppCatalogCache 1

Entities Mapping