|
You are here |
ericmurphy.xyz | ||
| | | | |
werat.dev
|
|
| | | | | It's a good practice to always include width and height attributes on images and video elements. Without them the browser has no way of knowing how large the image is going to be and cannot reserve the space in advance when rendering the page. This often leads to the content moving around during the page load, since images take extra time to fetch. This is called Layout Shift and I find it extremely annoying! | |
| | | | |
shortdiv.com
|
|
| | | | | [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. | |
| | | | |
jfhr.me
|
|
| | | | | 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. | |
| | | | |
speakerdeck.com
|
|
| | | A talk I gave at PyCon 2012 about code generation and how Jinja2 works internally. | ||