Posts tagged with “web performance“ (6)
Third-party embeds: script embed vs iframe embed. Which should you choose?
I will compare the 2 main methods of embedding third-party content in a website and outline some best practices.
Responsive video - How can we reduce the size of video content served?
How can we reduce the size of video content served? How do you load the best fit video for a device - not too big, not too small?
YouTube embeds are bloated - use a lazy loading video or a facade instead
The average YouTube embed clocks in at over 1MB, and that does not involve loading a single byte of the video. Is there a better way?
Don’t sleep on native lazy loading iframes - now available in a browser near you
Lazy loading of iframes can significantly improve performance. Now there is native support for it in all browser engines. Don’t sleep on it!
How to preload fonts on Netlify (issue resolution)
On my personal website, I preload the fonts. I had noticed that FOUT was still happening sometimes on slower connections and wasn’t sure why.
Is Lighthouse a realistic and accurate performance tool?
It is a big challenge to get a top performance score in Lighthouse. Is Lighthouse realistic?