2
Recently I have been researching ways to improve the server performance, decreasing its load and consequently increasing its speed. I found several types of compression and benchmarks comparing the different types of compressed files, but all tests done years ago, I would like to know, currently:
- In a basic comparison, several references cite the gzip by default, would he be the best? Why?
- Taking into account not only the final compressed file, but other parameters such as its compression/decompression time, memory used and compression ratio (initial/final size). Which one would have an advantage over the others?
- What more resources/techniques could be applied(as) to improve a server’s response time beyond code minimizations, query enhancements SQL and application of a new form of compaction?
Compression where? To what file type?
– Maniero
Server compression for all types of files (I imagine, or the most important as images, js and css, it would be interesting to take into account the two scenarios), I merged in the concept of various sources recommend the use of gzip to compress the files to optimize the speed.
– Darlei Fernando Zillmer