Implications of Going Serverless
As I have previously mentioned, I recently moved this site to GitHub Pages. This post will investigate the performance impacts of that decision.
As I have previously mentioned, I recently moved this site to GitHub Pages. This post will investigate the performance impacts of that decision.
What is caching, how does it relate to (and differ from) static content and how can you use it to increase the performance of your websites?
Let’s examine the difference to your users (and your server bill) between various image loading strategies. We’ll compare “standard” synchronous loading vs. asynchronous vs. lazy loading with the new IntersectionObserver
API.
You may have heard of static content, but what difference does it really make to web performance? Let’s find out...
How much does server location influence the performance and response time of your website?
A lot...