Project

General

Profile

Feature #5

optimize url querying

Added by koszko about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
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

Related to Hydrilla - Feature #57: Optimize URL queryingClosed07/22/2021

Actions

History

#1

Updated by koszko about 2 years ago

#2

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

#3

Updated by koszko over 1 year ago

  • Status changed from In Progress to Closed
  • % Done changed from 50 to 100

In master

Also available in: Atom PDF