w3b3 / angular-demo

Demo application with purpose of showcasing Angular and modern web platform features
https://angular-pwa-repo.firebaseapp.com/
0 stars 0 forks source link

Implement ANY caching strategies for static assets #8

Closed w3b3 closed 5 years ago

w3b3 commented 5 years ago

Start by implemeting Cache-Control: max-age=31536000

w3b3 commented 5 years ago

That's ok because we already invalidate cache on builds:

/vendor.23b5e96….js

w3b3 commented 5 years ago

Updated Cloudflare setup to impose 1h for static resources. However I am not sure if this should be set instead inside Angular code.

w3b3 commented 5 years ago

✔CLOUDFLARE✔