nglaeser / CybersecSite

Website for the USC Cybersecurity Club
1 stars 0 forks source link

Compress pages #28

Closed jyn514 closed 6 years ago

jyn514 commented 6 years ago

Problem description

We send nearly half a meg of CSS and JS. We could save most of that by using GZIP.

Resources

Tutorial on digital ocean Nginx docs

jyn514 commented 6 years ago

Moving this to the server-side repo, Nginx has good built-in support for this.