Feature #5
optimize url querying
Start date:
07/01/2021
Due date:
% Done:
100%
Estimated time:
Description
Scripts are injected to pages with URLs matching specified patterns, like https://*.example.com/something/. Currently, when a page gets loaded, all possible patterns matching its URL are computed and looked for in settings. This can easily amount for several dozens patterns for longer URLs. This is a temporary solution that needs optimizing.
background/settings_query.js is where querying takes place. However, improvements will probably require the storage system to be modified as well.
Related issues
History
Updated by koszko over 1 year ago
- Status changed from New to In Progress
- Assignee set to koszko
- % Done changed from 0 to 50
For some time this has been partially implemented in common/patterns_query_tree.js
in koszko
branch
Updated by koszko over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
In master