sorry-app / status-bar

Display your Sorry™ status updates on your website and helpdesk.
https://www.sorryapp.com/notifications/
Apache License 2.0
10 stars 4 forks source link

Cache headers #49

Closed SirRawlins closed 6 years ago

SirRawlins commented 6 years ago

I added some conservative cache headers to the files to help improve performance. Fine-grained version numbers such as x.x.x are running a maximum cache of a year, whereas dynamic builds like x.latest run a short 1-hour cache so we can reliably roll out patches without too much delay.

SirRawlins commented 6 years ago

This was a fix towards #47