With the current events of the world, it is hard to focus or care about work-related things… But I feel it is also critical to try to find other mental outlets, lest we spiral into complete and total despair… With that in mind, I will try re-route some of my attention to the world of web technologies. Please consider giving yourself a break, too, with the latest “Today’s Readings”. Today’s topics include Performance, CWV & INP, CSS animation, DevTools, responsive images and more. Happy reading! Continue reading
Category Archives: cwv
Total Blocking Time (TBT): Debugging and Fixing
Total Blocking Time (TBT) is the time between a user seeing something and being able to interact with it. In other words, it is the time that your code prevents a user from interacting with your page…. Happy reading! Continue reading
Using the User Timing API to Record Custom Performance Metrics
We have always had some form of testing metric. Back in the day we used things like the window.onload event or something similar. Then we started getting more sophisticated with TTFB, FCP, etc. Finally, along came CWVs, which continue to grow and evolve. But sometimes you just need to measure something that isn’t covered by all of these. And that’s where the User Timing API comes in. Happy reading! Continue reading
Add Scripts to Your WebPageTest Tests
Oh the heals of my “Getting to Know… WebPageTest” article, I present an add-on of sorts, showing how to add and use scripts to your tests. Happy scripting! Continue reading
Getting to Know… WebPageTest
The latest installment in my “Getting to Know…” series, where I “get to know” some tech and share resources, tips, tricks and notes that I collect along the way. This time around, let’s get to know… WebPageTest! Continue reading
Getting to Know… WPO (Web Performance Optimization)
The latest installment in my “Getting to Know…” series, where I “get to know” some tech and share resources, tips, tricks and notes that I collect along the way. This time around, let’s get to know… WPO (Web Performance Optimization)! Continue reading
Today’s Readings
The latest installment in my “Today’s Readings” series, including a lot of UI/UX, a bunch of WPO/CWV, Qwik, Priority Hints and more. Happy reading! Continue reading