1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Updated Reference answers to various topics seen in the wild (markdown)

Raymond Hill 2024-08-19 13:05:32 -04:00
parent afd30c5c63
commit c44af3bc25

@ -12,9 +12,9 @@
### Does uBO download filter lists at launch? ### Does uBO download filter lists at launch?
No, uBO does not download filter lists at launch, it just uses filter lists currently cached in its storage, and typically will even load from a memory snapshot created in the previous session to ensure quick readiness. No, uBO does not download filter lists at launch, it just uses filter lists currently cached in its storage, and typically will even load from a memory snapshot created in the previous session to ensure quick readiness, and uBO will be ready in a fraction of second after launch. You can see how long it took uBO to be ready after launch by going to the _Support_ tab in the dashboard, look up `allReadyAfter` in troubleshooting information.
Filter lists are updated in a lazy way in the background **after** launch. Once the filter lists have all been updated in the background, they are reloaded into memory. Subsequently a memory snapshot will be created to ensure fast load time next time uBO is launched. Filter lists are updated in a lazy way in the background **_after_** launch. Once the filter lists have all been updated in the background, they are reloaded into memory. Subsequently a memory snapshot will be created to ensure fast load time next time uBO is launched.
<sub>https://old.reddit.com/r/firefox/comments/1euljyd/comment/limy0jg/</sub> <sub>https://old.reddit.com/r/firefox/comments/1euljyd/comment/limy0jg/</sub>