oczki / inspiracje

One-click word generator for improv exercises.
http://inspirac.je
Other
3 stars 0 forks source link

Cache busting #16

Closed oczki closed 6 years ago

oczki commented 6 years ago

Add a ?v=2 or something like that to each resource's path in index.php, forcing the browser to load a new version.

To prevent unnecessary loading, the actual value could be taken from the given file's last modification time.

Also, consider disabling eTags. See https://github.com/phanan/htaccess for details.