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.
ChatGPT’s new search tool saves you from digging through old chats, files, and images
You can also filter ChatGPT search results by content type.
chatgpt-new-search

If you have ever lost a great ChatGPT answer somewhere in your endless chat history, that headache is finally over. OpenAI has rolled out a major search upgrade that lets you find old chats, projects, documents, and images all from one place.

Before this update, the sidebar search only pulled up past conversations, leaving uploaded files, projects, and generated images completely out of reach. The new search option is now available across web, iOS, and Android, on every ChatGPT plan, including free accounts.

Read more
You can now link your favorite apps to AI Mode in Google Search to get things done
AI Mode now works with Instacart, Canva, and YouTube Music inside Search.
google-search-ai-mode-connect-apps

Google is making AI Mode in Search more useful by letting you connect third-party apps. Starting this week in the US, you can securely connect some of your go-to apps directly to AI Mode, letting Search actually complete tasks for you instead of just answering questions.

This update builds on a similar trick Google already pulled off inside the Gemini app, and now it is landing in Search itself. The initial rollout includes three launch partners, Instacart, Canva, and YouTube Music, with Google saying more app integrations are on the way.

Read more
You can now edit videos in Google Vids by simply describing the changes
Gemini Omni powers Google Vids’ new editing tools, and personal avatars are joining too
Google Vids gets Gemini Omni

Google is bringing Gemini Omni and personal avatars to Google Vids, expanding the app’s AI-powered video creation tools for paid users. Gemini Omni can now generate and edit clips through natural language, while personal avatars let users appear in videos without recording themselves on camera.

Vids already offered Veo-powered video generation, AI presenters, screen recording, and tools for turning Slides presentations into narrated videos. Omni expands that setup into a more complete editing workflow, where users can keep refining a clip through conversation instead of rebuilding it after every change.

Read more