Progressive JPEGs seem pretty useful for performance purposes. I've found: https://github.com/gruntjs/grunt-contrib-imagemin, which has an option to progressive'ify your jpegs. It is using http://libjpeg-turbo.virtualgl.org/ under the hood. This is great; however, it seems like my images load top down still.
Questions:
- Do pjpegs have their own file extension?
- Do pjpegs have their own mime types?
- What is a good way to test that the pjpeg is doing what it needs to do?