Skip to main content
  1. Home
  2. Computing
  3. News

Google Chrome’s secret loading feature could speed up browsing for you

Add as a preferred source on Google
Google Chrome
Google Chrome Unsplash

If you’ve ever opened a webpage and wondered why it takes a second too long to settle, especially when it’s packed with videos and media, this upcoming change might finally fix that. For years, Chromium-based browsers — including Microsoft Edge and Vivaldi — have supported lazy loading. But only for images and iframes. That’s not quite the same for video and audio. But that’s about to change. Thanks to a proposal by independent developer Helmut Januschka, Chromium-based browsers are gearing up to support native lazy loading for video and audio elements as well. And while it sounds like a technical footnote, it could make browsing much smoother.

What lazy loading actually does (and why it matters)

Normally, when you open a webpage, your browser goes into overdrive trying to load everything at once: images, videos, audio, ads, the whole buffet. Unsurprisingly, that is not great for speed. Lazy loading takes a smarter approach. Instead of pulling in everything up front, the browser waits and loads content only when you are about to see it. So if a video or image sits further down the page, it will not load until you scroll near it, and if you never get there, it may not load at all. The result is faster page loads, lower data usage, and a smoother browsing experience.

Here is where it gets interesting. Websites already use lazy loading for videos and audio, but they mostly rely on JavaScript workarounds to implement it. It gets the job done, but it is far from elegant. Developers typically use tools like Intersection Observer to detect when media enters the viewport and then trigger loading manually. It is a bit clunky, can be error-prone, and does not always play nicely with the browser’s built-in optimizations. Januschka’s proposal aims to clean this up. Instead of all that extra scripting, developers can simply add the native HTML attribute loading="lazy" directly to video and audio elements, making the whole process much more streamlined.

Why native support is a big deal

When the browser takes over lazy loading, it simply does a better job:

  • It can time media loading based on your network conditions.
  • It skips the extra lag caused by running JavaScript first.
  • It works hand in hand with preload scanners and built-in optimizations.
  • It keeps the overall page load smooth instead of getting in the way.

Put simply, it is cleaner, faster, and more efficient. As Januschka highlighted, this also aligns video and audio with how images and iframes already behave, resulting in a more consistent and predictable experience across the web. This feature has been progressing through Chromium’s pipeline:

  • First implemented in January
  • Landed in builds by February
  • Entered the shipping phase in March
Recommended Videos

Now, a recent code change suggests it may be enabled by default in stable builds. If things continue as expected, it could roll out with Chrome 148.

Shimul Sood
Shimul is a contributor at Digital Trends, with over five years of experience in the tech space.
What makes a laptop good for both work and entertainment?
Computer, Electronics, Laptop

This post is brought to you in paid partnership with HP.

The HP OmniBook X Flip is designed as an all‑day AI PC that adapts seamlessly from productivity to entertainment without switching devices.

Read more
Your Windows 11 PC can now natively run AI workloads, even if it lacks the Copilot+ badge
Windows 11 laptop on a table

For the better part of a year, Microsoft has been telling us that the future of AI on Windows belongs to Copilot+ PCs. If you wanted Microsoft’s most advanced local AI features, you needed a machine with a dedicated Neural Processing Unit (NPU). That was the deal. Now, Microsoft appears to be rewriting the rules.

According to updated documentation, Windows 11’s local Language Model APIs can now run on non-Copilot+ PCs, provided they have an Nvidia GeForce RTX 30-series GPU (or newer) with at least 6GB of VRAM. On the surface, this sounds like a developer-focused update. In reality, it could be one of the most significant shifts in Microsoft’s AI PC strategy since Copilot+ PCs launched last year. More importantly, it raises a question that has been lingering ever since the AI PC era began: Did we really need NPUs for all of this in the first place?

Read more
The Windows 11 June update makes your Start menu and Search feel much more snappier
Low Latency Profile is the first targeted fix Microsoft has shipped for shell responsiveness, and the June update brings it to every eligible PC rather than just Insider preview testers.
Windows 11 Laptop

If you’ve ever clicked on the Start button and watched the menu appear after a second or two, you already understand the problem Microsoft is trying to solve with its June 2026 Windows 11 update. 

The update (KB5094126) rolled out on June 9, 2026, for WIndows 11 24H2 and 25H2, and targets the shell responsiveness issues that have quietly frustrated users since its launch in 2021. The headline change is the broad rollout of the Low Latency Profile.

Read more