---
title: "Improving image rendering speed"
url: https://daily.dev/posts/improving-image-rendering-speed-o7d09znw7
source_url: https://blog.openreplay.com/improving-image-rendering-speed
type: article
source: "asayer"
published: 2022-07-29T01:59:15.806Z
updated: 2022-07-29T01:59:15.805Z
tags: ["css", "google-chrome", "browsers"]
reading_time: 12
upvotes: 20
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Improving image rendering speed

**[asayer](https://daily.dev/sources/asayer)** · 12 min read · 20 upvotes · 0 comments

## Summary

The HTML image takes up to 889 KB and has a load time of over 4.91 seconds. The image takes an impressive 31.1 KB and 687 milliseconds on load time. In the HTML, it uses a WebPformat, having both lossy and loss-less compression to the original image format. To render images in Next.js, you have to: Copy the picture and put it in the public folder.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.openreplay.com/improving-image-rendering-speed>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#css](https://daily.dev/tags/css), [#google-chrome](https://daily.dev/tags/google-chrome), [#browsers](https://daily.dev/tags/browsers)

[View this post on daily.dev](https://daily.dev/posts/improving-image-rendering-speed-o7d09znw7)
