Actions
Feature #953
closedSplit BlocklistHelper
Start date:
01/06/2023
Due date:
% Done:
0%
Estimated time:
Description
The goal is to speed up loading of Privacy Browser.
Splitting BlocklistHelper into ParseBlocklistHelper and CheckBlocklistHelper can prevent initialization of a large block of unneeded code when populating the blocklists and another large block of unneeded code when initializing the WebViews.
The initialization of CheckBlocklistHelper should also be moved to the finishedPopulatingBlocklists() to prevent it from being initialized each time a tab is created.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
Actions