We are JPEG-compressing a large quantity of images on the fly.
This is a server-side process to interactively prepare images to be sent to the clients' browsers.
Using progressive compression would improve the user experience.
I know that this compression requires more computation for decompression, but that's not an issue.
I'd like to know if progressive compression is more costly too and how much (without running my own serie of tests and benchmarks).