Skip to content

Caching and compression

These two commits make the website load a lot faster using standard optimization techniques. I tested them on https://staging.f-droid.org:

  • include Cache-Control headers on all files so the browsers will cache them
  • enable HTTP compression on all files where it is safe to do so
  • add octopress-minify-html plugin to reduce HTML file size
Edited by Hans-Christoph Steiner

Merge request reports