Current post is continuation of the JavaScript Compression libraries overview. It contain performance tests for all libraries which able to perform compression. For more details about Test condition see starting post.
Idea of this post is not to compare performance of browsers. I included results of most fastest libraries in all major browsers to compare how they behave in different environments and to check if any library doesn't have serious performance gaps in any browsers. From results you will see that nothing really changes on different platforms.
Monday, October 24, 2011
Friday, October 21, 2011
JavaScript Compression libraries (compression ratio tests)
This post contain information how each library compressing the data. All libraries was trying to compress 5 html pages with different size. You will see how good they are.
JavaScript Compression libraries (libraries and test conditions)
Background:
I had a chance to perform investigation of JavaScript based compression. In this investigation I tried to
compare Compression, Decompression and Integration with other platforms (like Java) of all libraries I was able to find.
Current post contain libraries overview and test conditions. Next posts will contain actual result of compression, decompression and integration:
compare Compression, Decompression and Integration with other platforms (like Java) of all libraries I was able to find.
Current post contain libraries overview and test conditions. Next posts will contain actual result of compression, decompression and integration:
- Compression ratio
- Compression performance
- Integration of compression librearies with other platforms
- Decompression performance
- Decompression on other platforms
Subscribe to:
Posts (Atom)