esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 236 forks source link

Leverage browser caching #357

Closed tvb closed 10 years ago

tvb commented 10 years ago

Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network. Leverage browser caching for the following cacheable resources:

https://www.xyz.nl/uploads/avatars/1.png (expiration not specified)
https://www.xyz.nl/uploads/avatars/2.png (expiration not specified)
https://www.xyz.nl/uploads/logo.png (expiration not specified)
https://www.google-analytics.com/analytics.js (2 hours)
tobyzerner commented 10 years ago

This is more about how your server is set up, not esoTalk's responsibility.

tvb commented 10 years ago

Ah you are right, sorry about that.