How to make performance benchmark 530% worse by relying on web app automation defaults?
Let's start with a necessary definitions: what are DOMContentLoaded and load events in the web browser? DOMContentLoaded According to docs when browser fires this event it means DOM has been…
How to use percentile rank to measure performance
If you want to have a simple yet meaningful criteria that answers the question Is my product fast enough? this blog post is for you. First things first. What's the…