Blog speed up
I've implemented compression negotiation on the blogentis server, using lightweight gzip compression on all dynamic pages that generate HTML or XML.
So far the results are very impressive, as there is a noticeable speedup even on the same 100MBit Ethernet segment. Pages are compressed about 70%, taking an extra 7ms on my development machine (unoptimized, debug setup). I think it's worth it.
I've also updated the file upload handling, removing a dependency while at it. Should not affect users at all.



Comments