We have at Img.vision a speed triangle to speed up your images:
Table of Contents
1️⃣ WebP image format

The WebP version of the image will be delivered to users when their browser supports it. WebP images are on average 26% smaller than the original. WebP was developed by Google to speed up the internet, more info can be found on the website of WebP.
2️⃣ Lossless compression

Meta data is removed from the image, reducing the file size (PNG, GIF, JPEG). Typical meta data is for example GPS coordinates, or the camera model. Usually the people viewing your images don’t need this information. Plus this information can only be viewed through a cumbersome process.
3️⃣ Lossy compression

We compress jpg files in realtime to remove data from the image that a human cannot see. The image that is delivered to the viewer looks exactly the same as the original, but is smaller in filesize, so loads faster. Our system is smart enough to detect whether compressing and sending the compressed file to the viewer, will take longer than just sending the uncompressed file, in which case it will stick to sending the uncompressed file.