jespersandal / drupal-fixer

Fixing common errors with character encoding and markdown in articles.
0 stars 0 forks source link

Scripts are cached in some browsers #4

Open jespersandal opened 7 years ago

jespersandal commented 7 years ago

Scripts seems to get cached for some users in some browsers, which can prevent users from getting fixes, when an error has been fixed.

It looks like there's at least two different approaches:

1) Some sort of versioning, where a script gets a version-number attached to it.

2) Set caching-rules on the HTTP server: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching