You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the existing/closed issues to ensure this issue has not already been reported.
I am using the latest supported version of the browser.
I have tried disabling all browser extensions/add-ons to rule out interference from these.
I have tried clearing the browser cache and cookies.
I have checked with a new profile and the issue still occurs.
I have provided detailed step-by-step instructions on how to reproduce the issue.
I have included relevant screenshots or console outputs.
I have checked that this problem is not occurring in the latest version of Firefox ESR.
This issue is specific to this browser and does not occur in other browsers.
Bug Summary
I checked official firefox nightly, mercury, floorp and zen and ran speedometer and also the about:buildconfig and floorp hardly seems to have compiler optimisations enabled as compared to other forks and is quite visible in speedometer tests.
I do understand that firefox base version is different from floorp but the compiler optimisation thing still holds.
Floorp clearly claims to be the fastest firefox fork and yet do not have AVX and similar things enabled.
I remember reading somewhere from the developers that they take performance seriously and some compiler optimisations are actually costing performance that's why it's not included but it seems floorp is missing way too many compiler optimisations as compared to mercury and zen.
Zen even provides different version optimised for newer CPUs and a generic version with zip, appimage and flatpaks for all of them.
Floorp is much more mature project than both Mercury and Zen with Mercury himself acknowledging that his thorium/codium projects will always get more priority than Mercury and yet he never fails to maximize the performance whenever he makes a release and despite of all these Floorp not using those compiler flags is strange.
Install Firefox release/nightly, Floorp, Mercury, Zen (zip, appimage,flatpak both specific and generic versions) and visit about:buildconfig and run speedometer.
Expected Behavior
Floorp should have similar if not much higher scores than zen and mercury.
Actual Behavior
Floorp is missing many compiler optimisation flags and performs low than zen and mercury in speedometer test.
Screenshots
Zen-specific Nightly Mercury Floorp
Browser Version
11.20
Operating System
Kubuntu 24.10
Additional Context
No response
The text was updated successfully, but these errors were encountered:
In the screenshot Nightly is 134.xx and Zen is 132.xx and yet Zen manages to beat it. Mercury is 129 based.
I'm not asking to improve Floorp 11 only and I've already mentioned about different bases; I'm simply mentioning that floorp is not using compiler optimisations like others.
Whether it's 11 or 12, the optimisations need to be used like all other forks and that is something which can be applied to any release.
With the present compiler flags even if floorp 12 bases on a nightly, it'll still perform lower than some other fork using optimisations like avx. That's the point.
These optimization flags need to be carefully considered as they can affect compatibility.
Additionally, it is important to consider that providing optimized binaries separately could double the build cost.
typeling1578
added
P3
Not a priority, but something that can be worked on.
and removed
unconfirmed
Developer has not yet confirmed.
P5
Developers do not respond, only patches are welcome
labels
Nov 17, 2024
Pre-Submission Checklist
Bug Summary
I checked official firefox nightly, mercury, floorp and zen and ran speedometer and also the about:buildconfig and floorp hardly seems to have compiler optimisations enabled as compared to other forks and is quite visible in speedometer tests.
I do understand that firefox base version is different from floorp but the compiler optimisation thing still holds.
Floorp clearly claims to be the fastest firefox fork and yet do not have AVX and similar things enabled.
I remember reading somewhere from the developers that they take performance seriously and some compiler optimisations are actually costing performance that's why it's not included but it seems floorp is missing way too many compiler optimisations as compared to mercury and zen.
Zen even provides different version optimised for newer CPUs and a generic version with zip, appimage and flatpaks for all of them.
Floorp is much more mature project than both Mercury and Zen with Mercury himself acknowledging that his thorium/codium projects will always get more priority than Mercury and yet he never fails to maximize the performance whenever he makes a release and despite of all these Floorp not using those compiler flags is strange.
Some recent discussion about compiler optimisation from both Mercury and Zen developers about both of them committing some flags to each other's base: https://github.com/Alex313031/Mercury/releases/tag/v.129.0.2, Update mozconfigs with -mavx2 -mfma, and correct issue in windows mozconfig rustflags zen-browser/desktop#1216 (comment)
Reproduction Steps
Expected Behavior
Floorp should have similar if not much higher scores than zen and mercury.
Actual Behavior
Floorp is missing many compiler optimisation flags and performs low than zen and mercury in speedometer test.
Screenshots
Zen-specific
Nightly
Mercury
Floorp
Browser Version
11.20
Operating System
Kubuntu 24.10
Additional Context
No response
The text was updated successfully, but these errors were encountered: