An open API service indexing awesome lists of open source software.

https://github.com/mgunawardhana/gzip-compression

Using Gzip compression in Spring Boot offers several advantages: Improved Performance: Gzip compression reduces the size of HTTP responses sent from the server to the client. This results in faster page load times and reduced bandwidth consumption, which improves overall application performance and responsiveness.
https://github.com/mgunawardhana/gzip-compression

gzip-compression spring-boot

Last synced: about 1 month ago
JSON representation

Using Gzip compression in Spring Boot offers several advantages: Improved Performance: Gzip compression reduces the size of HTTP responses sent from the server to the client. This results in faster page load times and reduced bandwidth consumption, which improves overall application performance and responsiveness.

Awesome Lists containing this project

README

          

## 1 Lack Employee Records without G Zip Compression

- time - 203ms
- size of resp - 18.73MB
- records - 1 lack

## 1 Lack Employee Records with G Zip Compression

- time - 348ms
- size of resp - 1.82MB
- records - 1 lack