Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Perf] Collecting Brave.Rewards.CustomNotificationPosition hangs browser startup #43964

Closed
atuchin-m opened this issue Feb 13, 2025 · 1 comment · Fixed by brave/brave-core#27649
Assignees
Labels

Comments

@atuchin-m
Copy link
Contributor

The main issue that getting the notification status (via NotificationHelper) is synchronously and takes a lot of time:
We're going to move them from UI here: #43712

Anyway calling a lot of blocking platform API is a thing that we always want to postpone if possible.

Image Image
@atuchin-m
Copy link
Contributor Author

The PR fixes the issue with the first navigation delay on the window perf agent:
Image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants