
Discover more from Stack Snacks
The Weekly Snack Links #31
We are back again this week with the best links that we have found across the web.
First up, we have a walkthrough of running an A/B Testing system leveraging Cloudflare Workers. I love Workers and learning new ways to use it and leverage it.
Performant A/B Testing with Cloudflare Workers — Philip Walton
Core Web Vitals
CSS Wizardry has one of the better explainer of Largest Contetful Paint(LCP). The examples and the stats that are pulled helped me make a few tweaks to my sites to help get a few scores up.
Optimising Largest Contentful Paint – CSS Wizardry
Web.dev explains Priority Hints. It is another way to tell the browser how important certain content is. Now, you can do something like this fetchpriority='high'
Optimizing resource loading with Priority Hints
These next two articles are just great recaps and reminders of some of the things you can do with HTML/JS. They are nice refresher pieces.
Modern Javascript: Everything you missed over the last 10 years