Closed amogusussy closed 10 months ago
thank you
im removing this because it also caches the results in the browser and it results in bugs etc
its a really bad idea to cache results in the browser or client it can result in lots of bugs
also some image links expire etc so things are just going to break
font caching and stuff is fine stuff it needs for the interface and javascript but anything that cashes results or result urls are bad
i did not test or know that the pr cached results
When you refresh araa, the browser grabs everything (such as fonts, and css files). This PR changes it so that the browser will only request the data once every hour. I've chosen once an hour to allow for changes to the files.
This will make the experience with switching search types a lot nicer, and also decrease server load.