cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Set Expires header for static resources #51

Closed swissspidy closed 10 months ago

swissspidy commented 7 years ago

Right now, Apache in Appflow does not set any Expires HTTP headers for resources like images, SVGs, etc. In my opinion this is basic 101 of performance optimization and easy to achieve at the same time.

Docs: http://httpd.apache.org/docs/current/mod/mod_expires.html

ivomarino commented 7 years ago

There's also to consider expirement related to Varnish.