Εμφάνιση ερωτήσεων για το θέμα:

Firefox tab RAM usage increases over time when repeatedly changing an image's "src"

Hi, Not sure if this is the right place but here goes: Firefox keeps increasing it's tab RAM usage when I change the "src" property of an image programmatically for exten… (διαβάστε περισσότερα)

Hi, Not sure if this is the right place but here goes:

Firefox keeps increasing it's tab RAM usage when I change the "src" property of an image programmatically for extended periods of time (1 hour or so).

I created a dummy project here: https://github.com/mvandermade/example-base64-image-memory-high-native

The code above swaps out the image "src" 20 times a second. However I seen buildups with lower frequencies but bigger images too...

Here some measurement of tab RAM usage:

Measurements Windows 10: Firefox 131 00.00h 37MB 01.15h 127MB 03.00h 228MB

Edge (latest) 00.00h 28MB 01.15h 30MB 03.00h 33MB

(Edge seems to have no memory buildup as much)

Here is a copy of the code if the repo ever goes down:

<html>
    <head>
        <script>
        function generateRandomBase64Image() {
            // Create a canvas element
            const canvas = document.createElement('canvas');
            const ctx = canvas.getContext('2d');

            // Set canvas dimensions
            canvas.width = 200;
            canvas.height = 200;

            if(ctx == null) return ""

            // Fill the canvas with a random color
            ctx.fillStyle = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
            ctx.fillRect(0, 0, canvas.width, canvas.height);

            // Draw some random shapes
            for (let i = 0; i < 10; i++) {
                ctx.fillStyle = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
                ctx.beginPath();
                ctx.arc(
                    Math.random() * canvas.width,
                    Math.random() * canvas.height,
                    Math.random() * 50,
                    0,
                    Math.PI * 2
                );
                ctx.fill();
            }

            // Convert the canvas to a Base64 string
            return canvas.toDataURL('image/png');
        }

        setInterval(() => {
            document.getElementById("swapper").src=generateRandomBase64Image()
        }, 50)

        </script>
    </head>
    <body>
        <img src="" id="swapper"/>
    </body>
</html>

Just a observation from my side, if I can help improve things please let me know!

Greetings,

Martijn

p.s. I also created a project in React which gives similar results: https://github.com/mvandermade/example-base64-image-memory-high

Επιλύθηκε Αρχειοθετήθηκε 2 120

rechapcha box

I watch Rakuten Viki, and suddenly a recapcha box is popping up on the bottom right, blocking the full screen button.... so annoying,,,, how can i get rid of it/ THANKS … (διαβάστε περισσότερα)

I watch Rakuten Viki, and suddenly a recapcha box is popping up on the bottom right, blocking the full screen button.... so annoying,,,, how can i get rid of it/ THANKS

Επιλύθηκε Αρχειοθετήθηκε 3 419

Google Messages stopped working on Firefox today

I've been using Android/google messages on web (messages.google.com/web) for years with Firefox with no issues. Starting today, the page will show the logo for about 10-2… (διαβάστε περισσότερα)

I've been using Android/google messages on web (messages.google.com/web) for years with Firefox with no issues. Starting today, the page will show the logo for about 10-20 seconds, then loads a blank page. I've tried unpairing, restarting my computer and phone, and restarting firefox. Was there a new update or something that might explain this? Any other thoughts?

Επιλύθηκε Αρχειοθετήθηκε 2 368

why my gmail inbox no longer is visible

Using Firefox, my gmail inbox is my home page - and has been for several years. As of yesterday, the page opens but the page is blank. I am not aware of any changes that … (διαβάστε περισσότερα)

Using Firefox, my gmail inbox is my home page - and has been for several years. As of yesterday, the page opens but the page is blank. I am not aware of any changes that I have made.

I do not have this problem using chrome on the same device or firefox on other devices.

Probably something simple, but I have no idea what.

Thank you

Επιλύθηκε Αρχειοθετήθηκε 3 239

Massive memory usage

I have a HUGE problem with Firefox memory usage. Some open instances of firefox are taking anywhere from 600mb to 2.8gb of memory. Since firefox opens MANY instances even… (διαβάστε περισσότερα)

I have a HUGE problem with Firefox memory usage. Some open instances of firefox are taking anywhere from 600mb to 2.8gb of memory. Since firefox opens MANY instances even with only ONE active window, this very quickly uses all available memory (4gb) causing a full laptop crash.

More concerning is that CLOSING the worst instance of memory usage STILL leaves the single open page/tab open, so what exactly was the memory eating instance actually doing ???

I have included a screengrab of the many remaining instances of firefox in windows task manager AFTER closing the main culprit.

I have also included a screengrab of all the adblockers I use which I believed would limit unnecessary memory usage, but does not seem to be effective.

Many Thanks

Επιλύθηκε Αρχειοθετήθηκε 4 5109

new tabs

Why does hitting my Home button open another tab? It's irritating and unnecessary. How do I make it stop? For that matter, Why can't I open a new tab with my home page al… (διαβάστε περισσότερα)

Why does hitting my Home button open another tab? It's irritating and unnecessary. How do I make it stop?

For that matter, Why can't I open a new tab with my home page already open? I want Duckduckgo. You are bullying me into a blank page or a Firefox page. I used to have a choice.

Επιλύθηκε Αρχειοθετήθηκε 7 330

websites are not showing graphics after installing and uninstalling an add on

Hello. I installed the add on Tranquility Reader, found I did not like it, and uninstalled it. I have restarted my Firefox, as well as my PC, several times, but I still d… (διαβάστε περισσότερα)

Hello. I installed the add on Tranquility Reader, found I did not like it, and uninstalled it. I have restarted my Firefox, as well as my PC, several times, but I still do not have graphics back like they were before. Am I missing something? Or has my whole system just gone on to another world??? So Aggravated! TIA Christie

Επιλύθηκε Αρχειοθετήθηκε 4 140

Firefox performance issue

I am trying to fix Firefox performance issues. I recently changed to Firefox to escape forced ads on chrome and the lost support for the Ublock origin. But I am having di… (διαβάστε περισσότερα)

I am trying to fix Firefox performance issues. I recently changed to Firefox to escape forced ads on chrome and the lost support for the Ublock origin. But I am having difficulty performing tasks and pages That I used to be able to do on Chrome with no difficulty.

When I open multiple tabs at once the tabs freeze up when trying to load and already opened tabs freeze and anything streaming also freeze. It takes tons of time to load multiple tabs and even sometimes single tabs depending on the website. This never happened with Chrome and I understand Firefox is not as refined as Chrome and is far younger than Chrome is but I feel like it shouldn't be this bad. Is there any settings maybe or maybe settings/preferences in the config area area that might help with faster performance and increased multitasking ability in the Firefox browser?

I have tried

1. Updating Firefox - I am running the most up to date version 2. Updating Graphics Drivers- I am running the most up to date drivers(Updated yesterday 11/17/2024 3. Deleting Cache/History/Logs 4. removed or disables unneeded extensions that I don't use every day and only activate when I need them.

None of this has worked to increase performance.

P.S. I would also like to fix the problem where firefox is using too much RAM if possible.

Can anyone help me?

Κλειδωμένο Αρχειοθετήθηκε 1 339

Certificate error after router restart

I currently use firefox 133 (32 bit) on Windows 11. Every time my router resets (either due to power outage or xfinity server outage) firefox fails to connect to multiple… (διαβάστε περισσότερα)

I currently use firefox 133 (32 bit) on Windows 11. Every time my router resets (either due to power outage or xfinity server outage) firefox fails to connect to multiple websites after internet service resumes, for example, I cant get to twitter.com (x.com) or even the mozilla support page while on firefox. Screenshots of the error and associated stuff are in the attachments. Firefox currently can't even check for updates.

All the webpages that do not work firefox due to the issues highlighted in the screenshots load perfectly fine in other browsers like chrome and edge. These issues in firefox go away after a couple days without any intervention which I explains how I was able to use firefox for these webpages prior to my last network outage and have still not been able to solve this post network-outage issue.

Things I have tried so far: - Disabling proxy in firefox: Did not work so I re-enabled it since that is how it was before the issues happened. - Re-install firefox 133: Downloaded an installer from chrome to do this but this also did not fix the issue. Note that I first downloaded the mini installer which downloads files as part of the installation and that also failed to connect to mozilla. So I downloaded the full installer. - Cleared cookies and data: did not work - DNS over HTTPS: Swicthed it off, did it did not work, so I switched back to the default setting. - Logged in to the router from firefox using the router's IP address: Not sure why I thought this would work but it did not.

Any help would be appreciated to solve this issue once and for all.

Επιλύθηκε Αρχειοθετήθηκε 18 129

Can't log into Gmail

I've been using Firefox and Gmail on my PC and android phone for years. Today I can't log into my gmail account on my PC and instead it redirects to google support and go… (διαβάστε περισσότερα)

I've been using Firefox and Gmail on my PC and android phone for years. Today I can't log into my gmail account on my PC and instead it redirects to google support and goes on about clearing cache etc etc. I have cleared the cache but no different. I have restarted my pc and no different. PC is Windows 10.

I can log in to gmail using Google Chrome so I can't see that it is a Google problem. I can also log in ok on my Android phone.

Is this a Firefox issue?

Επιλύθηκε Αρχειοθετήθηκε 1 250

Cloudflare login widgets to "verify you're a human" no longer function

In the last few days, the common Cloudflare widget required to login to many web sites has abruptly stopped functioning in my browser. I'm trying to diagnose what's cause… (διαβάστε περισσότερα)

In the last few days, the common Cloudflare widget required to login to many web sites has abruptly stopped functioning in my browser. I'm trying to diagnose what's caused it. I'd appreciate any suggestions or advice.

I noticed the issue on nexusmods.com, but I've confirmed it's a universal problem on ANY site that uses Cloudflare protection. I've continued to use Nexus as my test case.

Observed behavior: 1) The Cloudflare widget loads 2) It displays a checkbox noted, "verify you are human." 3) I click the checkbox. 4) It immediately begins "thinking" (spinny circle and "verifying...") for about nine seconds. There is an "error" message that appears during this, but no details are offered (see screenshot) 5) The widget reloads. 6) Go to step 2

This is an infinite loop.

Fixes attempted: - Disabling all extensions (uBlock, NoScript, Privacy Badger, Decentraleyes) - Clearing cache - Updating to the most recent FF build - Accessing in a private window - Changing DNS settings from Cloudflare to NextDNS - Disabling DNS over HTTPS altogether - Disabling HTTPS-only mode

Επιλύθηκε Αρχειοθετήθηκε 7 673

Distorted text in canvases

For some reason text rendered in canvases (used by Minecraft hostings to display console) is distorted. I'm not getting this behavior in other browsers (including Zen – F… (διαβάστε περισσότερα)

For some reason text rendered in canvases (used by Minecraft hostings to display console) is distorted. I'm not getting this behavior in other browsers (including Zen – Firefox fork). The issue persists in both stable and nightly versions, with and without hardware acceleration, in safe mode too. Any clues?

Επιλύθηκε Αρχειοθετήθηκε 1 100

addons stopped working

please forgive me for asking again, but I REALLY need my addons to work. Firefox disabled my addons, forcing me to upgrade to a version of firefox that I don't need, sinc… (διαβάστε περισσότερα)

please forgive me for asking again, but I REALLY need my addons to work. Firefox disabled my addons, forcing me to upgrade to a version of firefox that I don't need, since the old one was working just fine. The new version does not seem to appear to have downloaded properly, and neither version is allowing my addons to work or be re-installed. Please explain it to me like I am 5 years old, and help me to get this fixed without losing any of my info that might be stored in the addons.

 Thank you.
Κλειδωμένο Αρχειοθετήθηκε 1 100

Google Drive says it is offline since latest Firefox update

I tried in another browser and Google Drive is online. Not on Firefox since the latest update. Thanks in advance for any tip to troubleshoot. Internet connection is check… (διαβάστε περισσότερα)

I tried in another browser and Google Drive is online. Not on Firefox since the latest update.

Thanks in advance for any tip to troubleshoot. Internet connection is checked and okay. All the other google products are functioning as expected.

Επιλύθηκε Αρχειοθετήθηκε 4 170

firefox 116.0.1 peacock tv error message --system configuration not supported

This is a recent problem. I used to watch Peacock on Firefox with my ad blocking extension. Now I cannot watch Peacock videos. The page My Stuff displays but once I click… (διαβάστε περισσότερα)

This is a recent problem. I used to watch Peacock on Firefox with my ad blocking extension. Now I cannot watch Peacock videos. The page My Stuff displays but once I click on a program or episode to watch, I get the error screen. (see words below) Even with no ad blocker, I get as far as an ad beginning, and then the error. I have already refreshed my browser. This did not help. I can watch Peacock on Edge. (PC windows 10)

ERROR MESSAGE: Something went wrong. Sorry, your system configuration is not compatible with Peacock. Please check the supported devices in our Help Center (6007).

Επιλύθηκε Αρχειοθετήθηκε 5 911

Firefox 131 and Billpay no longer compatible

Since the recent update to Firefox 131, I can no longer use the Billpay option of my TD Bank account. I am able to log into my account without any problems and use all of… (διαβάστε περισσότερα)

Since the recent update to Firefox 131, I can no longer use the Billpay option of my TD Bank account. I am able to log into my account without any problems and use all of the options except for Billpay. I want to add that I know I am not alone with this problem as I have seen several others with the same problem but with different banks. It is the Billpay option which no longer works.

As I said, the bank site is fine until I click on "Billpay", Then I get this: begin quote: "Why can't I access Bill Pay?

You might have cookies blocked or cross-site tracking prevented. Depending on what browser you're using, check your settings for these terms:

   Block third party cookies
   Cookie tracking
   Cross-site tracking

Make sure cookies are not blocked and cross-site tracking is enabled. Follow any additional instructions in your browser once you have adjusted these settings.

Copyright © 2024, TD Bank, N. A.. All rights reserved." end quote.

I have disabled uBlock Origin, Enhanced Tracking, tried Private Mode, Troubleshooting Mode to no avail.

I have also cleared cookies & data. This appears specific to v131. Any suggestions??

Επιλύθηκε Αρχειοθετήθηκε 22 579

Youtube and other webpages EXTREMELY SLOW started today after 1 1/2 years of usage

As the subject says Firefox very suddenly started giving me terrible loading times, despite all the sites working perfectly fine on other devices and browsers. Issue cont… (διαβάστε περισσότερα)

As the subject says Firefox very suddenly started giving me terrible loading times, despite all the sites working perfectly fine on other devices and browsers. Issue continued with troubleshooting mode, not sure where to go from here. I will open youtube, it won't load about 5 thumbnails, I click on a video and it sets it to 140p and then it still lags the entire video as if I was using 1kbps internet. I tested my wifi connection and its having no problems. Something similar happened when I used to use Opera GX, it was fine for a long time and then one day terrible performance. Please let me know where to go from here. Windows 11 Pro.

Επιλύθηκε Αρχειοθετήθηκε 2 50