> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Firefox 155 Adds 2 New Changes for Faster Web Browsing
- URL: https://itsfoss.com/news/firefox-155-faster-page-loads/
- Published: 2026-09-01T08:05:29.000Z
- Updated: 2026-09-01T08:05:29.000Z
- Description: Apart from being faster, Firefox 155 is also the only non-Chromium browser that supports uBlock Origin, as Google removed it entirely yesterday.
- Author: Sourav Rudra
- Tags: News

In a very low-key manner, [Firefox 155](https://www.firefox.com/en-US/firefox/155.0/releasenotes/?ref=itsfoss.com) has arrived as the latest stable release for the popular privacy-focused web browser.

While there are a range of refinements with this release, we will be focusing on two technical ones that change how Firefox handles webpage loading. *Happy Eyeballs v3* and *QUIC v2 support for HTTP/3*.

## Happy Eyeballs v3

Instead of testing one path and hoping it works, **Firefox now tries a handful of ways to reach a website side by side** and goes with whichever one answers first. There's nothing to turn on and nothing to configure. You'll just notice fewer pages that sit there loading while Firefox figures out how to actually get through to the site.

You see, every time Firefox loads a page, it first has to decide how to reach the server behind it.

And there's often more than one option. An IPv4 address, an IPv6 address, sometimes both, and depending on the site, a choice between HTTP/2 and the newer HTTP/3\. Older Firefox versions picked one option and waited to see if it worked before trying the next, so a slow or broken first guess meant the page just sat there without loading.

[Happy Eyeballs v3](https://datatracker.ietf.org/doc/draft-ietf-happy-happyeyeballs-v3/?ref=itsfoss.com) is what changes that. Firefox fires off connection attempts down several of these paths at once and runs with whichever one lands first, instead of committing to a single guess at the beginning.

Officially, Happy Eyeballs v3 is **still an IETF draft** rather than a finished RFC, authored by engineers at Apple and Google. Mozilla's own developer notes for this release describe the feature as **currently supported on some platforms only**, without naming which ones.

## QUIC v2 for HTTP/3

[QUIC](https://developer.mozilla.org/en-US/docs/Glossary/QUIC?ref=itsfoss.com) is one of the pieces of tech behind how fast a website loads today, and Firefox 155 adds support for [a slightly newer version](https://www.rfc-editor.org/rfc/rfc9369.html?ref=itsfoss.com) of it.

What actually matters isn't the new version itself. It's that Firefox [can switch to it instantly](https://www.rfc-editor.org/rfc/rfc9368.html?ref=itsfoss.com), skipping the back and forth that normally happens when two computers don't immediately agree on which version to use.

That back-and-forth used to cost an extra trip across the internet and back. Now it doesn't.

[HTTP/3](https://en.wikipedia.org/wiki/HTTP/3?ref=itsfoss.com) is the newest version of the protocol that moves data between your browser and a website, and runs on QUIC rather than the older [TCP](https://en.wikipedia.org/wiki/Transmission%5FControl%5FProtocol?ref=itsfoss.com). Setting up a secure connection over QUIC takes one round trip instead of several, which is a big part of why HTTP/3 feels quicker on shaky connections.

## This is the right time to switch

![the about dialog of firefox 155 (deb package) is shown here, with ublock origin extension also shown as being installed (top-right)](https://itsfoss.com/content/images/2026/09/firefox-155-about-dialog.png)

**Firefox with uBlock Origin installed.*

Might I add, **this is the best time to switch to Firefox**. uBlock Origin's full version has been broken on Chrome since [Google disabled Manifest V2](https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline?ref=itsfoss.com) back in July 2025, and yesterday Google [kicked it out](https://github.com/gorhill/uBlock/releases/tag/1.74.0?ref=itsfoss.com) from the Chrome Web Store entirely.

Now, only [uBlock Origin Lite](https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh?ref=itsfoss.com) remains.

Of course Firefox was never really affected by what Google did, consistently supporting the full uBlock Origin experience without any nerfs in its ad-blocking abilities. You can get its latest release via the [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/?ref=itsfoss.com) portal.

That is not all; **the 155 release also has many other new additions**, like the [Smart Window](https://www.firefox.com/en-US/smart-window/?ref=itsfoss.com) rollout (*limited to users residing in the US, Canada, or France*), blocked tracker counts in the address bar, and the ability to reorder containers.

Any of which could cajole you further into [switching away](https://itsfoss.com/firefox-based-browsers/) from Chrome or any other Chromium-based browser.

## Get Firefox 155

Binaries for Firefox 155 are available already, though [the official download page](https://www.firefox.com/download/?ref=itsfoss.com) hasn't caught up with the new build yet; it should get there shortly. If you can't wait and would rather get this release now, although I would advise waiting.

🚧

Your Linux distribution should offer you the new version pretty soon. It is better to get updates via the official distro method.

Mozilla's [FTP mirror](https://ftp.mozilla.org/pub/firefox/releases/155.0/?ref=itsfoss.com) already has the 155.0 builds for **Linux**, **Windows**, and **macOS**. Remember to select the correct platform and language options to get the package relevant for your computer's specs.

On my Ubuntu setup, I went with: `linux-x86_64 > en-US > firefox-155.0.deb`

[Firefox 155 (FTP)](https://ftp.mozilla.org/pub/firefox/releases/155.0/?ref=itsfoss.com)