Firefox is exceedingly slow!

Firefox has become exceedingly slow. I have used Firefox for the most part going back to the beginning save a 2 year stint when Mozilla fell behind and did not update the… (read more)

Firefox has become exceedingly slow. I have used Firefox for the most part going back to the beginning save a 2 year stint when Mozilla fell behind and did not update the product in the early years after ver 4. However, the slowness of Firefox is so bad now that I may have to find or use another browser! It is literally that bad! This problem is recent as in the last 45 days as far as my individual needs. I have already gone through the troubleshooting list and made the modifications. That seemed to work for a day or two but the slowness of Firefox is progressively getting worse with each passing day.

The speed is like 3 minutes to 10 minutes when just trying to open a known and commonly used bookmark. Checked against Edge which came with Win 11 and Edge loads within a second or two. So, the problem is not hardware or internet connection. I have one of the fastest speeds on the planet with a true fiber optic connection as I am close to the backbone location in my city. We are talking 2.1gig down and 820MB up. Tested against two different speed tests. The problem is with Firefox specific. Mozilla needs to address this issue as it seems to be an ongoing problem across several IOS platforms.

Asked by pablo222 1 day ago

Last reply by jonzn4SUSE 4 hours ago

mp4 replay

I have an mp4 (h264 AAC) video of 37MB which plays acceptably from my website in Safari, Chrome and Edge, but when played in Firefox (my default browser) the sound and pi… (read more)

I have an mp4 (h264 AAC) video of 37MB which plays acceptably from my website in Safari, Chrome and Edge, but when played in Firefox (my default browser) the sound and picture synch is significantly seperated. When the video is compressed to 26MB it suffers some expected loss of sound quality but plays with near perfect lip synch. What is the issue with playback ?

Asked by wwdjw 1 day ago

Last reply by jonzn4SUSE 4 hours ago

Firefox Extension Failed Connection

Greetings Customer Service @ Mozilla While attempting to Turn on Mozilla Firefox Extension to Intensify the Detection Technologies through my Kaspersky Premium Software, … (read more)

Greetings Customer Service @ Mozilla While attempting to Turn on Mozilla Firefox Extension to Intensify the Detection Technologies through my Kaspersky Premium Software, I received the following error message:

Secure Connection Failed

An error occurred during a connection to addons.mozilla.org. The OCSP response is not yet valid (contains a date in the future).

Error code: SEC_ERROR_OCSP_FUTURE_RESPONSE

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

I would appreciate any assistance or feedback on this to determine a solution for the problem!

Thank You Respectfully John Jablonsky sadisticsurfer@gmail.com

Asked by sadisticsurfer 11 hours ago

Last reply by jonzn4SUSE 4 hours ago

Can't connect on FF with NordVPN

Hi, I'm on OS Windows 11 and the latest version of FF (133). I also use NordVPN; I can access the web via Edge and Chrome with VPN, but for the last month, it doesn't wo… (read more)

Hi,

I'm on OS Windows 11 and the latest version of FF (133). I also use NordVPN; I can access the web via Edge and Chrome with VPN, but for the last month, it doesn't work with FF. What could be the problem?

Asked by Bill_Blackman 18 hours ago

Last reply by jonzn4SUSE 4 hours ago

  • Solved

Firefox 133 and Norton 360 - Secure Connection Failure

After upgrading to FIREFOX 133 everything became a mess !! Most pages will RANDOMLY not load and show “Security Connection Failed” message, indicating mostly one of… (read more)

After upgrading to FIREFOX 133 everything became a mess !!

Most pages will RANDOMLY not load and show “Security Connection Failed” message, indicating mostly one of this two errors Error code: PR_END_OF_FILE_ERROR Error code: SSL_ERROR_RX_RECORD_TOO_LONG Additionally and consistently trying to access Amazon makes it think I am a Robot, and shows a page with a Captcha but the images do not load (Image attached) 1Password fails in some pages (Such as CNN), the page shows an error message when userid & password are filled in, rendering it useless. NONE of this happen on previous versions of Firefox or on EDGE with the updated Norton360

I have tried: - Uninstalling, deleting all files and re-installing both Firefox and Norton 360 - Deleting the Firefox profile and starting from zero - Using Firefox without any Extension, it works for a while but then fails (memory overlay issue ?) - Loading a few extensions, again works for a while but then fails. If more trhan 4 or 5 extensions are loaded the problem is immediate (memory overlay issue ?) - Turning off Norton sometimes helps get to a page, and when turning it back on keeps working … Sometimes it does not - - Checked all indicaytions on support article https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect without any luck WHAT TO DO ?

Asked by abombaci 21 hours ago

Answered by abombaci 4 hours ago

Scrolling with touchpad lags

Hi I am using firefox 132.0.2 (64-Bit) and experiencing the following issue: As long as a site is loading I can hardly scroll through the already loaded parts of the site… (read more)

Hi I am using firefox 132.0.2 (64-Bit) and experiencing the following issue: As long as a site is loading I can hardly scroll through the already loaded parts of the site by using two fingers on the touchapd. If I instead use the scrollbar I have no issues at all. But when using the touchpad, firefox is not responsive. The scrolling delays several seconds or does not even work at all. I am using PiHole and probably firefox still tries to load ads which are blocked by PiHole. But as I am not interested in ads, I would like to be able to scroll throught the page while firefox still tries to load the ads. That is perfectly possible without any delay by dragging the scrollbar. But it's not possible without lags using the touchpad. There is no issue using chrome or edge. BR Ralf

Asked by ablp 5 hours ago

Issue with Ultimate Addon Image Gallery Loading in Mozilla Browser

I am encountering an issue with the Ultimate Addon Image Gallery when viewed in the Mozilla browser. On the user's first visit to the page, the image gallery fails to loa… (read more)

I am encountering an issue with the Ultimate Addon Image Gallery when viewed in the Mozilla browser. On the user's first visit to the page, the image gallery fails to load promptly, often taking a long time to display. During this delay, a black screen appears instead of the intended images, and the images do not retain their original sizes.

This issue is specific to the Mozilla browser and impacts the user experience. I would greatly appreciate any guidance or troubleshootinghttps://globalstep.com/art-page-revised-v6-33/

Asked by Suryakant Meshram 6 hours ago

CORS Configuration Issue in Firefox – Works in Chrome

Hi, I'm developing a website that needs to authenticate with an external endpoint. Once authenticated, the website receives a session cookie that it uses for subsequent … (read more)

Hi,

I'm developing a website that needs to authenticate with an external endpoint. Once authenticated, the website receives a session cookie that it uses for subsequent API requests.

I've configured the CORS headers on both Apache and Nginx, but I can't get it to work in Firefox. Interestingly, the same setup works perfectly in Google Chrome.

Here's an example of the headers I receive using a curl call:

curl -X OPTIONS https://crlliria.moval.es/web/session/authenticate \ -H "Origin: https://gis.moval.es" \ -H "Access-Control-Request-Method: POST" -I -k

HTTP/1.1 204 No Content Server: nginx Date: Wed, 04 Dec 2024 10:23:24 GMT Connection: keep-alive Access-Control-Allow-Origin: https://gis.moval.es Access-Control-Allow-Credentials: true Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range Access-Control-Max-Age: 1728000 Content-Type: text/plain; charset=utf-8 Content-Length: 0

Despite these headers appearing correct, Firefox throws the following error:

"Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’."

I know the Access-Control-Allow-Origin value is not * (it's set to https://gis.moval.es), so this message might not reflect the real issue. However, I can't figure out how to debug it further.

Questions:

Is there anything specific about Firefox's handling of CORS and credentials that might cause this issue? Are there tools or techniques I can use to diagnose the actual problem? Could there be a subtle discrepancy in the request or response that Firefox is stricter about compared to Chrome? Any help or suggestions would be greatly appreciated!

Thanks in advance.

Asked by Salvador Sánchez Aroca 7 hours ago

Last reply by Draven Locke 6 hours ago

Internet only fulfills website connection after the next request

Here's an example of the scenario I'm suffering: - You want to go do something on a website, say Bacefook (as a demonstration). So you go search up "Bacefook", and enter.… (read more)

Here's an example of the scenario I'm suffering: - You want to go do something on a website, say Bacefook (as a demonstration). So you go search up "Bacefook", and enter. - You use the Google search engine, as it does the job. However, you notice it has been taking a few seconds longer than anticipated. - Your internet times out and says it's having trouble connecting to the website. - You refresh, and suddenly the website perfectly loads.

Sometimes it even takes more than one refresh to get it to load normally! And this is not limited to the google search engine. It happens on all sorts of websites. There is no clear pattern to when a website actually loads or not. This problem is limited to my 2 WiFi routers, as other WiFi routers load all websites perfectly.

I decided to check the network tab in the inspect element for more information. I get "NS_ERROR_UNKNOWN_HOST" which is clearly false because the target website clearly exists. And the timings tab in the faulty request shows that every timing took 0 milliseconds to fulfill, so it may be the case that no data has been sent. (Seen in image below)

Chrome doesn't really have an issue with this. YouTube may have taken a long time to load in a test experiment though but it loaded successfully all along.

This also seems to be appearing elsewhere for a lot of internet request my computer makes, so it may be an internet setting that exists from one application from another. But it's been bugging me a lot with Firefox specifically.

This problem started happening about 1-2 months ago, and I use Firefox 131.0.3, the latest version of Firefox.

Asked by notUniqueNotLolNotOwo 2 days ago

Last reply by TyDraniu 8 hours ago

Stutter on Videos on Firefox 133.0 (aarch64)

YouTube only on Firefox has terrible stutter/frame pacing issues, most prevalent when watching 4k/60 content. "Stats for nerds" shows a healthy buffer and minimal dropped… (read more)

YouTube only on Firefox has terrible stutter/frame pacing issues, most prevalent when watching 4k/60 content. "Stats for nerds" shows a healthy buffer and minimal dropped frames. This issue is not present when watching local videos or on Microsoft Edge. The issue can be alleviated by watching in 1080p60 but stutter/judder is still present. The issue is not resolved no matter what power or performance options I choose in my laptop's settings. Any help is super appreciated, as I really don't want to open Edge every time I need to use YouTube. Thanks!

Specs: Samsung Galaxybook4 Edge Snapdragon X Elite X1E-84-100 16GB RAM 60 / 120hz screen Firefox Hardware Acceleration on

Asked by Ergonomic Pizza 6 days ago

Last reply by TyDraniu 8 hours ago

Vertical Tabs Customizable Sidebar

I just got the update and love the sidebar customization. The only caveat is that there is no easy way to close a tab (not counting key shortcuts) without having to open … (read more)

I just got the update and love the sidebar customization. The only caveat is that there is no easy way to close a tab (not counting key shortcuts) without having to open the sidebar and click X that way. When it is a horizontal tab, the X is very upfront and easy to click. I was wondering if there would be any patch that would add a "close tab" button either to the right of the refresh button in the top left, or to the right of the "Open a new tab" button in the top right.

If there is already an easier way to close tabs, then I am all ears; the less clicks the better, and a more simple browser to operate!

Asked by MokkingJay 11 hours ago

Last reply by TyDraniu 8 hours ago

After password recover all my data for sync are gone WTF !!!!!

after reinstalling my system i culd not login to my account i have like 9 passwords and your stopid system blecked my attempts like after second attepmt so i did password… (read more)

after reinstalling my system i culd not login to my account i have like 9 passwords and your stopid system blecked my attempts like after second attepmt so i did password recovery and changed it but after that all my sync data are gon WTF!!!!! It makes the sync function pointless and usless for its specially for that purpose !!!!!!!

Asked by xXPredzioXx 1 day ago

Last reply by TechHorse 9 hours ago

Firefox needs to stop with this update notification prompt that is every few hours, cant seem to deactivate this

Hi, using Mac OS. Have tried the about:config set the auto update configs to false, still it keeps prompting every day or a few hours . There is also a timer setting. T… (read more)

Hi, using Mac OS. Have tried the about:config set the auto update configs to false, still it keeps prompting every day or a few hours . There is also a timer setting. They dont seem to work, and these update notifications are very irritating, keep popping up every 8 hours or so.

Not sure the necessity for these incessive updates every day or hours, it uses a lot of system resources and hdd space, can Firefox put back the option when we can just tick 'update only when we want them' , in these, no background timer required they use system resources and there are many of us do not want them.

Asked by kawadoc25211 10 hours ago

Last reply by kawadoc25211 10 hours ago

Pinterest Secure Connection Failed

Dear Mozilla Support Team, I am writing to you today to report a persistent issue I am having while trying to access Pinterest (www.pinterest.com). Whenever I attempt to… (read more)

Dear Mozilla Support Team,

I am writing to you today to report a persistent issue I am having while trying to access Pinterest (www.pinterest.com). Whenever I attempt to visit the website, I encounter the following error message:

Pinterest Secure Connection Failed An error occurred during a connection to www.pinterest.com. PR_CONNECT_RESET_ERROR

I have tried troubleshooting this issue by:

Clearing my browser cache and cookies. Restarting my computer. Trying a different web browser. Disabling any ad-blockers or extensions. Unfortunately, none of these solutions have resolved the problem. I am using Windows 11 and have attached a screenshot of the error message for your reference.

I would greatly appreciate it if you could provide me with some guidance on how to resolve this issue. I am unable to access Pinterest, which is causing significant inconvenience.

Thank you for your time and assistance.

Sincerely, Hatice Bozkurt

Asked by Hatice Bozkurt 10 hours ago