Redirect 302 redirect from GET @connect_github_check (a7fc16)

GET https://status.well-done.com/my-account

Query Metrics

7 Database Queries
6 Different statements
2.62 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.74 ms
(28.38%)
2
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, sent_at_5 FROM (SELECT n0_.id AS id_0, n0_.channel AS channel_1, n0_.target AS target_2, n0_.result AS result_3, n0_.error_message AS error_message_4, n0_.sent_at AS sent_at_5, i1_.id AS id_6, i1_.title AS title_7, i1_.message AS message_8, i1_.severity AS severity_9, i1_.status AS status_10, i1_.created_at AS created_at_11, i1_.resolved_at AS resolved_at_12, i1_.notified_at AS notified_at_13, i1_.scheduled_start_at AS scheduled_start_at_14, i1_.scheduled_end_at AS scheduled_end_at_15 FROM notification n0_ INNER JOIN incident i1_ ON n0_.incident_id = i1_.id WHERE n0_.user_id = ?) dctrn_result_inner ORDER BY sent_at_5 DESC) dctrn_result LIMIT 25
Parameters:
[
  6
]
0.57 ms
(21.81%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.channel AS channel_1, n0_.target AS target_2, n0_.result AS result_3, n0_.error_message AS error_message_4, n0_.sent_at AS sent_at_5, i1_.id AS id_6, i1_.title AS title_7, i1_.message AS message_8, i1_.severity AS severity_9, i1_.status AS status_10, i1_.created_at AS created_at_11, i1_.resolved_at AS resolved_at_12, i1_.notified_at AS notified_at_13, i1_.scheduled_start_at AS scheduled_start_at_14, i1_.scheduled_end_at AS scheduled_end_at_15 FROM notification n0_ INNER JOIN incident i1_ ON n0_.incident_id = i1_.id WHERE n0_.user_id = ? ORDER BY n0_.sent_at DESC) dctrn_result) dctrn_table
Parameters:
[
  6
]
0.39 ms
(14.95%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.roles AS roles_4, t0.password AS password_5, t0.active AS active_6, t0.channels_enabled AS channels_enabled_7, t0.totp_secret AS totp_secret_8, t0.is_totp_enabled AS is_totp_enabled_9, t0.recovery_codes AS recovery_codes_10, t0.created_at AS created_at_11, t0.password_reset_token AS password_reset_token_12, t0.password_reset_expires_at AS password_reset_expires_at_13, t0.password_reset_requested_at AS password_reset_requested_at_14, t0.parent_id AS parent_id_15 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  6
]
0.39 ms
(14.95%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.target AS target_3, t0.active AS active_4, t0.verified AS verified_5, t0.verification_token AS verification_token_6, t0.token_expires_at AS token_expires_at_7, t0.severity_filter AS severity_filter_8, t0.muted AS muted_9, t0.created_at AS created_at_10, t0.user_id AS user_id_11 FROM contact_channel t0 WHERE t0.user_id = ?
Parameters:
[
  6
]
0.27 ms
(10.18%)
1
SELECT c0_.id AS id_0, c0_.user_id AS user_id_1, c0_.user_name AS user_name_2, c0_.channel_type AS channel_type_3, c0_.target_display AS target_display_4, c0_.reason AS reason_5, c0_.removed_at AS removed_at_6 FROM channel_removal_log c0_ WHERE c0_.user_id = ? ORDER BY c0_.removed_at DESC LIMIT 10
Parameters:
[
  6
]
0.26 ms
(9.73%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.enabled AS enabled_3 FROM channel_setting t0 WHERE t0.enabled = ?
Parameters:
[
  0
]

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\ChannelSetting 5
App\Entity\User 2

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\ContactChannel No errors.
App\Entity\OAuthIdentity No errors.
App\Entity\Notification No errors.
App\Entity\Incident No errors.
App\Entity\ChannelSetting No errors.
App\Entity\ChannelRemovalLog No errors.