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.
- Host: GitHub
- URL: https://github.com/mgunawardhana/gzip-compression
- Owner: mgunawardhana
- Created: 2024-11-20T16:20:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:55:22.000Z (over 1 year ago)
- Last Synced: 2025-03-19T20:57:53.655Z (about 1 year ago)
- Topics: gzip-compression, spring-boot
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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