Extras
I’ve got a new extras area for some mini projects.
HAR Files
HAR files are JSON exports of the network tab in browser development tools. These network tabs will have an export function to give you a HAR file and you can then share this out to help develop a behavior or performance characteristic that might be unique to your environment.
Comparing performance
I made a small tool to compare two HAR files, something that already exists in other similar projects, but focuses on performance comparisons with the assumption that the two HAR files represent similar site activity. I wanted to see if there was a performance difference against a wide range of endpoints before and after a configuration change and this was the tool that did that for me.
