Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 11, 2025 · Backend Development

Boost Spring Boot Performance with a Deflate Compression Filter

This article explains what Deflate compression is, why it improves performance, when to use it, and provides a step‑by‑step Spring Boot 3 implementation—including a custom filter, response wrapper, registration, testing, and optional GZIP configuration—to reduce response size and enhance user experience.

Deflate compressionHTTP CompressionJava filter
0 likes · 10 min read
Boost Spring Boot Performance with a Deflate Compression Filter
Programmer DD
Programmer DD
Nov 25, 2022 · Backend Development

How to Reduce API Payload Size with GZIP Compression in Spring Boot

Learn how to compress large JSON payloads in a Spring Boot advertising API using GZIP, implement a servlet filter and request wrapper to decompress on the server, and evaluate bandwidth, CPU trade‑offs, testing methods, and deployment steps to halve request size.

HTTP CompressionJavaServlet Filter
0 likes · 14 min read
How to Reduce API Payload Size with GZIP Compression in Spring Boot
BiCaiJia Technology Team
BiCaiJia Technology Team
Sep 25, 2017 · Frontend Development

30 Essential Front‑End Performance Hacks Every Developer Should Know

This article compiles a comprehensive checklist of front‑end performance techniques—ranging from reducing HTTP requests and using CDNs to caching Ajax, lazy loading, minimizing DOM size, avoiding redirects and iframes, and applying compression and caching headers—to help developers build faster, more responsive web pages.

CDNCachingHTTP Compression
0 likes · 28 min read
30 Essential Front‑End Performance Hacks Every Developer Should Know