Retina compression
-
Hi @nevma
Your plugin offers some excellent functionality. I saw in one of your other retina support threads how you mentioned you personally would still prefer to have HiDPI support disabled so as to provide users with better speed. And I agree that speed is very important, particularly on mobile.
I’m quite tempted to use the Adaptive Images plugin on a highly customized site where srcset has been poorly used as its excellent in that scenario. My only problem is trying to also support retina and do so without significantly impacting page speeds.
But I don’t think that retina images (at least 2x ones) actually need to have massively bigger file sizes than non-retina ones. This being mostly because you can be a LOT more aggressive with image compression with images for retina displays than you can for non-retina displays.
Just as an example using a specific image:
For non-retina:
480×296 quality:60 = 40.16KFor 2x retina:
960×592 quality:19 = 47.26K
or
960×592 quality:10 = 43.9K
or
960×592 quality:0 = 32.38KWhen doing it manually we have sometimes gone down to as low as 0 quality with an excellent end result, but I would say ~19 is a pretty safe average quality for 2x retina images. Bit more on this here: https://alidark.com/responsive-retina-image-mobile/
I think if adaptive images was able to offer different compression settings for retina and non-retina and create and serve different files based on those then your HiDPI support setting would make a lot more sense?
- The topic ‘Retina compression’ is closed to new replies.