POST http://dev-cleanfy.cozystay.com/graphql/

Query Metrics

5 Database Queries
4 Different statements
206.77 ms Query time
0 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 42.22 ms
SELECT t0.id AS id_1, t0.account_id AS account_id_2, t0.expires_in AS expires_in_3, t0.token AS token_4, t0.created_at AS created_at_5 FROM access_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODMxMjQyODIsImV4cCI6MTc4NDQyMDI4Miwicm9sZXMiOlsiUk9MRV9NRU1CRVIiXSwidXNlcm5hbWUiOiJ2aWN0b3Iuemhhb0Bjb3p5c3RheS5jb20ifQ.ff5Yb4L0uNXL22jNY3Iso3CBgB57w7x6tZY6-SdT77Y3bq7-US7iwFVpWuzsk7Xb9Rsg-OD4sxVKz3RuS7IVfMqKZT6JsmqJafjCEX9P_NHYLXr9jTO7jjS3kX3bX9sjrLyV9GnaKVEHmRkwvAosKHmbGQaf-DzC1uvU9rWPJujV3xhMNKDzVRRhQhJnx9CvTB1YsoJnI7u-oJjGNe4sq4BRt49UTAjntwU2YZPch6CzegxWOisSuud0xeS9GaV-kSBnxm5BgxMYhyuFZzOKgGggwO4IKDqE9Ft3hMBEIk795h_y8nWalzTvKjQxGvUomSKXVd23ZsmnI39wWVq54Q"
]
2 40.96 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.full_name AS full_name_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.contact_info AS contact_info_7, t0.timezone AS timezone_8, t0.current_company_id AS current_company_id_9, t0.current_team_id AS current_team_id_10 FROM account t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  4
]
3 40.39 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.full_name AS full_name_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.contact_info AS contact_info_7, t0.timezone AS timezone_8, t0.current_company_id AS current_company_id_9, t0.current_team_id AS current_team_id_10 FROM account t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  4
]
4 42.63 ms
SELECT
                COUNT(*) FILTER (WHERE t.status = 'COMPLETED') AS tasks_completed,
                AVG(EXTRACT(EPOCH FROM (t.completed_at - t.started_at)) / 60)
                    FILTER (WHERE t.status = 'COMPLETED' AND t.started_at IS NOT NULL AND t.completed_at IS NOT NULL)
                    AS avg_completion_minutes,
                COUNT(*) FILTER (WHERE t.inspection_status = 'PASSED') AS inspections_passed,
                COUNT(*) FILTER (WHERE t.inspection_status IN ('PASSED', 'FAILED')) AS inspections_total
            FROM task t
            WHERE t.assignee_id = ? AND t.is_deleted = false
Parameters:
[
  4
]
5 40.58 ms
SELECT COUNT(*) AS issues_reported
            FROM issue i
            WHERE i.reported_by = ?
Parameters:
[
  4
]

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\AccessToken 1
App\Entity\Account 1
App\Entity\Company 1
App\Entity\Team 1

Entities Mapping

Class Mapping errors
App\Entity\AccessToken No errors.
App\Entity\Account No errors.
App\Entity\Company No errors.
App\Entity\Team No errors.
App\Entity\AccountRole No errors.