Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Improve Service Worker reactivation time #3040

Open
SampeiNihira opened this issue Nov 18, 2024 · 0 comments
Open

Improve Service Worker reactivation time #3040

SampeiNihira opened this issue Nov 18, 2024 · 0 comments

Comments

@SampeiNihira
Copy link

SampeiNihira commented Nov 18, 2024

Issue Details

When the browser suspends the Service Worker its reactivation takes an inordinately long time.
In this time frame, which in my opinion is about 10 sec, the filtering ability of the extension is non-existent.
It is possible to verify this by following this procedure:

  1. Open only “edge (or name browser)://extensions/” so no other tabs open.
  2. Wait for the Service Worker to become suspended.
  3. Immediately open this website:

https://msfn.org/board/

that you had previously saved in your favorites bar and wait without doing anything for the warning at the bottom indicated by the red arrow in the image to filter out.

1
2

This procedure also highlights the lack of filtering when the browser is first opened

Proposed solution

A shorter time for reactivation of suspended Service Worker from the browser

Alternative solution

I did the same test with uBLock Origin Lite.
The problem does not appear to be present.

@adguard-bot adguard-bot changed the title Request Service Worker reactivation in less time than the current time (10 sec?). Improve Service Worker reactivation time Nov 19, 2024
@adguard-bot adguard-bot assigned maximtop and unassigned windwak3r Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants