Would it be useful to add a filter on linked authors to my links page?
For example, the most linked author is currently @zachleat 😁
https://nicolas-hoizey.com/links/?query=Zach%2520Leatherman
Would it be useful to add a filter on linked authors to my links page?
For example, the most linked author is currently @zachleat 😁
https://nicolas-hoizey.com/links/?query=Zach%2520Leatherman
There is not enough interest from the entire ecosystem to continue experimenting with JPEG XL — https://bugs.chromium.org/p/chromium/issues/detail?id=1178058#c84
I can't believe this, #Chrome is really removing the support for JPEG XL we've been waiting for years! 😡
Any idea why there's so much TTFB difference on #Netlify for main vs branch deploys?
Here is TTFB for:
If you use #Eleventy and know how to add fetchpriority="high"
on your Largest Contenful Paint image, I made a plugin that adds a <link rel="preload"…>
for it, even it it's responsive: https://github.com/nhoizey/eleventy-plugin-auto-preload
Feedback welcome! 🙏
This is what happens when you preload
the heavy high definition pristine image instead of the responsive version… 😅
Thanks #SpeedCurve for noticing it! 🙏
There are now pages on my photography site about the cameras and lenses I used to shoot the photos you can see:
https://nicolas-hoizey.photo/gear/
Data are extracted from the photos' EXIF, and pages are still generated with #Eleventy! 😍
If you use the #Unsplash plugin in #Figma and search for the "athletics" keyword, one of my photos comes in the third position! 😲😊
we hope that our observations and support will help bring JPEG XL support to the web for all chrome users
— @colinbendell from Shopify
https://bugs.chromium.org/p/chromium/issues/detail?id=1178058#c79
YES, please! 🙏
width
and height
attributes on <img>
help prevent layout shifts (CLS). Values should be unitless integers.
But #Lighthouse sees 100%
as 100
, thanks parseInt()
…
Do you think it should be improved?
When an <img loading="lazy">
is hidden (in a menu for example) but above the fold, when exactly is it downloaded? 🤔
In all browsers?
Is JS-based lazy loading after the load
event better for above the fold CSS/JS optimization?
How do you deal with images that need to have a fluid width but fixed height?
I tend to start from the lowest width
/height
ratio and increase, knowing larger images will have hidden parts above and below… 😔
Anything better?