
Using Screen Recordings to Identify Page Load Performance Issues
Updated
Sometimes a picture (or in this case a video) is worth a thousand words, and identifying page load performance issues is no exception.
Updated
Sometimes a picture (or in this case a video) is worth a thousand words, and identifying page load performance issues is no exception.
Updated
While it would be better in almost every way to host Lighthouse CI Server somewhere, running it locally can still be a useful way to to collect some baseline performance measurements. These are the steps I followed to run an instance locally and collect some initial data.
Updated
In cases where prism.js syntax highlighting isn't practical on my site, these tools to create a gist-like embed from any github file have come in handy.
Updated
11ty can handle pagination really well, but finding the right subset of the many pagination features can be a little difficult to figure out. Here's how I added simple previous and next links and post totals to the list pages on this blog.
Updated
I'll be spending time auditing web performance over the next couple of weeks, and wanted to start with some simple baseline measurement. Lighthouse CI was an easy entry point - here's how I set it up using Github actions.
Updated
There are a couple of ways to add excerpts to 11ty feeds, here is a look at the approach I ended up using for this site.
Updated
While I've done some development on my M1 MacBook, I had been procrastinating on doing any Docker based development. Decided to take the plunge today.
Updated
A few small configuration adjustments that can be used to create multiple filtered feeds using the 11ty RSS plugin.
Updated
A few useful links to configure server and client side debugging in Gatsby projects