codeforsanjose / disaster-response-sj

Exploration of adding civic tech component to San Jose disaster response
MIT License
7 stars 12 forks source link

[Web Perf] Compression & Caching #93

Open sunnymui opened 4 years ago

sunnymui commented 4 years ago

Not really important right now with the amount of assets we're serving, but enabling gzip/brotli compression and browser caching would be a nice small speed boost on the server side. I've configured on Apache sites before, but not on nginx.

Should just be some configuration and module installs from the minimal amount of googling I've done.