Consumers increasingly rely on mobile to access digital content and services, and if you look at your site analytics, you’ll probably see this story playing out in your own data. Consumers are also more demanding than they’ve ever been, and when…
Browser-level image lazy loading for the web
Browser-level support for lazy loading images is now supported on the web! This video shows a demo of the feature: You can use the loading attribute to lazy-load images without the need to write custom lazy loading code or use a separate JavaScript library. Let’s…
Efficiently load third-party JavaScript
If a third-party script is slowing down your page load, you have two options to improve performance: Remove it if it doesn’t add clear value to your site. Optimize the loading process. This post explains how to optimize the loading process of third-party…