Skip to content

Reference answers to various topics seen in the wild

Raymond Hill edited this page Mar 7, 2024 · 6 revisions

Back to Wiki Home



Is a manually-installed uBO better and more performant?

No. Placebo-effect.

uBO with the same exact configuration will behave the same whether manually-installed or webstore-installed.

Whoever wants to argue about this can prove it using your browser's profiling tools, otherwise it's just an uninformed opinion.

https://old.reddit.com/r/uBlockOrigin/comments/1b8ryuz/is_this_true/

Should I disable "Suspend network activity until all filter lists are loaded" in uBO for Firefox/Firefox for Android?

No.

Doing so will prevent uBO from properly filtering the first webpage loaded at launch time because this tells uBO to let all network requests through before the filter lists are loaded into memory. If this setting was of no importance, it would not be enabled by default.

Waiting for filter lists to be loaded in memory is a one-time event when uBO launches, and this may cause a delay when loading the first webpage at launch time. Once the filter lists are all loaded in memory, the setting has no effect on how fast webpages load.

Do not follow random advice of people suggesting that you disable this setting, especially when they do not provide information on the adverse effects of doing so, they most likely lack the technical knowledge behind the setting, and are failing to ensure you are making an informed choice.

You can find out how long it takes for uBO to be fully ready by opening the Support pane in the dashboard and by finding the allReadyAfter entry at the bottom of the troubleshooting information section. Work is being done to reduce that initial delay.

https://old.reddit.com/r/firefox/comments/1b4n48c/firefox_on_android_runs_much_better_after/


Does uBO use service workers?

No.

uBO doesn't use service workers, it uses dedicated workers -- and just for the time it needs it -- to avoid blocking the user interface while performing CPU-intensive tasks. For examples:

  • To search strings in asset viewer
  • To reverse-lookup lists in logger
  • To apply patches in differential updater
  • To serialize/deserialize/compress/decompress large lists downloaded from remote servers and memory snapshots

https://old.reddit.com/r/uBlockOrigin/comments/1b36y1l/service_workers_should_i_continue_to_block/


Does uBO open tabs on its own?

No.

If a tab opens and uBO tells you that it blocked navigation to some URLs, something else than uBO opened the tab, and uBO merely blocked the navigation because of a filter from one of the filter lists matched.

Tabs can be created by websites or other extensions, uBO never ever creates a tab, except to its own internal pages and only when you specifically ask for it (for example when you click the "gear" icon in the popup panel.

https://old.reddit.com/r/uBlockOrigin/comments/1b3anva/why_is_ublock_origin_creating_pinned_tabs_in/


Clone this wiki locally