gzip responses from Apache
Since I'm talking about Apache, I figured I might as well make a note about how to enable gzip compression on files served by Apache. This »
Since I'm talking about Apache, I figured I might as well make a note about how to enable gzip compression on files served by Apache. This »
Does anyone still run Apache locally for web development? I do. I know there are other simpler, command line based options but I still like having »
Version 4.0.0 of D3 came out a little over a month ago. v4 is exciting because the library is now a collection of small »
A couple of months ago I wrote about parsing and loading ThreadEx data into SQLite. I also mentioned that I had a simple web app to »
One weird trick to reduce web server response size by 80-90%! Add: gzip on; gzip_types application/json; to the http block in your nginx.conf »