RabbitLoader has built-in image optimizer that converts all legacy PNG and JPEG images to the modern web AVIF and WebP formats on the fly.
Content Distribution
Automatic Resizing for Screens
We resize and optimize images for each screen size to improve the render time. Serving the image with right dimensions maintains the quality of the image.
Resource Size
Caching Images with CDN
All optimized images are cached on CDN nodes for faster downloads. Caching images and serving them through CDN greatly improves the latency.
Asset Loading
Lazy Loading Images
Images that are outside the visible viewport and appears later in the page are lazy loaded. Doing so ensures that we are keeping the browser free to render items.