/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fantinel.dev
| | benmyers.dev
4.1 parsecs away

Travel
| | I spent some time seeing if I could get my Lighthouse performance score up. Here's how I fared.
| | shortdiv.com
4.1 parsecs away

Travel
| | [AI summary] The article discusses strategies for optimizing images on the web to improve performance and user experience, covering file formats, techniques like srcset and lazy loading, and tools for compression.
| | www.industrialempathy.com
2.2 parsecs away

Travel
| | In this post I'll outline 8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the...
| | jfhr.me
16.2 parsecs away

Travel
| If you have a website, you probably want it to be fast. One common reason why websites aren't fast is because they have a lot of images. Images take time to load. Generally, the browser will load your website, find out that it contains a bunch of images, and start loading those as well. You can optimize that with HTTP/2 Server Push. Another optimization is to simply make your images smaller, without sacrificing quality - that's what this post is about.