QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Cache filter requests #2170

Open hudson-newey opened 4 days ago

hudson-newey commented 4 days ago

At the moment we are caching GET and HEAD requests

However, we can improve the performance quite a lot if we start caching filter requests (which are not cached by default because we abuse http semantics to send queries with a POST method and the filter parameters in the body).