stronglink icon indicating copy to clipboard operation
stronglink copied to clipboard

Compression and minification of web resources

Open btrask opened this issue 9 years ago • 0 comments

  • We should build gzip versions of static files, and the static file server should prefer them if the request accepts gzip encoding
  • We should consider compressing dynamic responses (which would also have the side effect of coalescing syscalls, which we currently don't do very well)
  • We should minify our CSS and JS (although commonmark.js is by far the largest of these and it's already minified)

btrask avatar Mar 30 '15 22:03 btrask