How WebP compression works at this target
WebP is a VP8-derived format that ships in two modes: lossy (≈25-35% smaller than JPG at the same visual quality) and lossless (≈26% smaller than PNG). Our compressor uses lossy mode by default and tunes the quality parameter downward to hit the target. The quality-vs-size curve is smoother than JPG — going from quality 90 to 60 in WebP typically produces less visible degradation than the equivalent JPG drop. All modern browsers (Chrome, Firefox, Safari 14+, Edge) support WebP natively.