code-atlantic / content-control

GNU General Public License v3.0
20 stars 8 forks source link

Optimize rule search fields for slow request handling #94

Open danieliser opened 1 year ago

danieliser commented 1 year ago

Per this users complaint we need to optimize for sites with slow hosting or large datasets:

We have already changed to load as many as possible during initial query, and debouncing more requests. We have also cut number of initial requests in half.