Recently I've been researching ways to improve server performance, reducing its load and consequently increasing its speed. I found several types of compacts and benchmarks comparing the different types of compressed files, but all tests carried out years ago, I would like to know at the moment:
- In a basic comparison, several references cite the gzip as a standard, would it be the best? Why?
- Taking into account not only the compressed final file, but other parameters such as its compression / decompression time, used memory and compression ratio (initial / final size). What would be the advantage over the others?
- What more resources / techniques could be applied to improve server response time than code minimizations, SQL query improvements, and application of a new form of compression?