Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

Firefox Duplicates

When opening Firefox, Duplicates open but are unseen. I may have 2 tabs open but my task manager tells me there are 14, sometimes 31. What can I do to stop or get rid of … (xem thêm)

When opening Firefox, Duplicates open but are unseen. I may have 2 tabs open but my task manager tells me there are 14, sometimes 31. What can I do to stop or get rid of the duplicates pages. if I can't I will have to remove Firefox.

Được hỏi bởi PrincessChris 1 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 tháng trước

  • Đã lưu trữ

Firefox's locally stored website data is abnormally large, causing some web pages to fail to load.

Firefox prompted me that my local storage space was insufficient. When I opened the data management page, I found that a particular website's local storage was abnormally… (xem thêm)

Firefox prompted me that my local storage space was insufficient. When I opened the data management page, I found that a particular website's local storage was abnormally large, and some websites were inaccessible or unable to log in. After restarting Firefox, the issue did not reoccur.

Được hỏi bởi 你什么都没看见 6 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 6 tháng trước

Browser has excessive programs running in the background

When I open one tab on Firefox, my task manager shows multiple programs running along side it. I know some extra processes are needed but this seems like an unusual amoun… (xem thêm)

When I open one tab on Firefox, my task manager shows multiple programs running along side it. I know some extra processes are needed but this seems like an unusual amount. I have included a screenshot of the tasks that appear. When I try to delete these, they reappear. I have tried various online solutions such as uninstalling and reinstalling, and checking various settings. It is affecting my computer's performance and I am not sure how to solve this. Thank you!

Được hỏi bởi mrbupp 4 tháng trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 4 tháng trước

High CPU Use

Firefox is creating very high CPU use with many WebThumbnailExtension Web Connect processes. The processes disappear after shutting down Firefox and other programs that a… (xem thêm)

Firefox is creating very high CPU use with many WebThumbnailExtension Web Connect processes. The processes disappear after shutting down Firefox and other programs that access the internet. Does anyone have an answer on how to prevent this from happening?

MacBook Pro M4 with MacOS Sequoia 15.3.1

Được hỏi bởi Dustyp103 3 tháng trước

Lần cuối trả lời bởi markwarner22 3 tháng trước

Firefox browser using huge amounts of CPU on Linux Mint 22.1 Xia base: Ubuntu 24.04 noble

I have been using Firefox for many years now and I have always been greatly satisfied with its stability, performance and features. However with the last couple of relea… (xem thêm)

I have been using Firefox for many years now and I have always been greatly satisfied with its stability, performance and features. However with the last couple of releases something has changed. The number of tabs I keep open and what they are connected to have changed very little over the years. The CPU utilization has never been much but now it has become huge - utilizing multiple CPU cores and running them at 100% whether I am using the browser or not. I have gone thru each individual tab/web page removing it, waiting for a period of time and them re-adding it assuming this was a website coding issue. Nothing changed. So I gave up and move 98% of my web browsing to another browser (Opera) - moving one website at a time until what was left on Firefox was 11 tabs. Finally the CPU utilization went away. I got the latest Firefox version update today, installed it and now Firefox has changed behavior yet again. Those same 11 tabs will not use any CPU as long as I keep Firefox open and visible on screen, but if I minimize the Firefox window it immediately jumps up in CPU utilization. This makes no sense to me.

What adds to all this frustration is I am running on a system76 Thelio desktop. While extremely fast they have a known issue with their somewhat loud CPU cooling fan kicking in too fast when high CPU utilization occurs. Firefox never used to cause the fans to run but now the latest couple of versions cause the fan to run continuously.

Here is a paste from "top" showing the top 2 cpu processes - both from Firefox and the browser is minimized:

416154 greeves   20   0 3796844 612012 260196 R 109.6   0.9 147:49.17 firefox-bin                             
416394 greeves   20   0 3537408 822456 130500 R  89.7   1.3 146:40.46 Web Content 
 My apologies if I have run on with too much info that is of no help.  If anyone has any ideas it would be appreciated and I would be happy to test.  FYI, my OS is up to date, Firefox is up to date, BIOS is up to date, I have restarted Firefox many times and I have rebooted several times.  I thought Mint might be the issue so I loaded Pop-Os and tried it with the same results.  Btw neither Opera or Brave shows the problem.  However I would prefer to use Firefox as I really like the features - especially how it handles tabs and grouping them.

Thanks in advance for any help!

Được hỏi bởi Gayle Reeves 3 tuần trước

Resources

Have any of you noticed how much resources Firefox use? Task Manager tells me Firefox requires 11 to function using 700 megs of memory. I have 32 megs on board and if I… (xem thêm)

Have any of you noticed how much resources Firefox use? Task Manager tells me Firefox requires 11 to function using 700 megs of memory. I have 32 megs on board and if I run auto-clicker on Firefox my fan needs to run to cool the processor... This doesn't happen on Chrome. Firefox is my browser of choice... (add-ons)

Được hỏi bởi Koy Z 3 tuần trước

Out of memory issue with Mozilla firefox v139 on riscv64

Hello Team, I'm working on building Mozilla FireFox on my riscv64 development platform on Ubuntu-22.04, Below is the source and branch from where i'm using the sources. … (xem thêm)

Hello Team,

I'm working on building Mozilla FireFox on my riscv64 development platform on Ubuntu-22.04, Below is the source and branch from where i'm using the sources.

https://github.com/mozilla-firefox/firefox.git (Branch: FIREFOX_139_0b10_RELEASE)

I'm following the below steps for build firefox:

Created a mozconfig file with the following contents:

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir mk_add_options AUTOCLOBBER=1

ac_add_options --enable-application=browser ac_add_options --disable-debug ac_add_options --enable-optimize ac_add_options --disable-tests ac_add_options --without-wasm-sandboxed-libraries

Installed dependencies:

apt-get install -y python3-dev curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh pip install -U pip ./mach bootstrap cargo install cbindgen apt-get install -y nodejs apt-get install -y llvm-14 llvm-dev clang libclang-dev libpango1.0-dev libx11-xcb-dev libxcomposite-dev libxdamage-dev libgtk-3-dev

Configured the build:

./mach configure

During the build, I encountered an error with Cairo version 1.16.0, so I updated Cairo to the latest version by doing the following:

tar -xvf cairo-1.18.4.tar.xz apt-get install -y meson mkdir build && cd build pip3 install --upgrade meson meson .. --prefix=/usr/local ninja sudo ninja install pkg-config --modversion cairo

After which I executed build:

./mach build

The build took ~14 hours and reached this step:

892:50.50 Compiling gkrust v0.1.0 (/root/firefox/toolkit/library/rust)

However, after about 30 hours, I ran into an Out of Memory issue. I am using a 64GB SD card for the build and have created a 10GB of swap space within the 64GB, but still encountered this error:

[189659.052881] Out of memory: Killed process 52440 (rustc) total-vm:14996824kB, anon-rss:5113116kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtab0 2811:13.62 error: could not compile gkrust (lib) 2811:14.39 Caused by: 2811:14.50 process didn't exit successfully: `/root/.rustup/toolchains/stable-riscv64gc-unknown-linux-gnu/bin/rustc --crate-name gkrust --e) 2813:03.10 gmake[4]: *** force-cargo-library-build Error 101 2813:03.15 gmake[3]: *** toolkit/library/rust/target-objects Error 2 2813:03.44 gmake[2]: *** compile Error 2 2813:03.70 gmake[1]: *** default Error 2 2813:03.90 gmake: *** [client.mk:60: build] Error 2 2813:04.19 W 271 compiler warnings present.

Could you please help me troubleshoot or suggest how to resolve the memory issue?

Any help & support is greatly appreciated!

Regards, saiteja

Được hỏi bởi Sai Teja 2 tuần trước

GPU Process hogs memory

Even with all media tabs closed, GPU process keeps hogging memory. Tried with extensions disabled, but no effect. The main culprit is this GPU process. screenshot attache… (xem thêm)

Even with all media tabs closed, GPU process keeps hogging memory. Tried with extensions disabled, but no effect. The main culprit is this GPU process. screenshot attached.

Được hỏi bởi Karam 2 tháng trước

GPU memory leak, probably related to HTML5 video (YT)

For little more than year I've been battling with an issue, where after watching Youtube for hour or two, and having 5-6 open tabs with videos, at some point Firefox woul… (xem thêm)

For little more than year I've been battling with an issue, where after watching Youtube for hour or two, and having 5-6 open tabs with videos, at some point Firefox would crawl to a stop with UI going down to 1-2 fps, and finally inability to click anything, until I restarted the browser.

Only today I have pieced together, that when it happens, task manager shows almost all of my GPU's VRAM (Dedicated GPU memory) is claimed by Firefox. It looks that there is a GPU memory leak somewhere.

How should I go on about this? If it's a bug, what I should include in a report?

Here is ~2 hrs of progress, PC and Firefox specs at the end:

This is after watching one ~20 minute video:

====================

GPU (pid 10124) Explicit Allocations

0.24 MB (100.0%) -- explicit └──0.24 MB (100.0%) -- gfx/webrender/gpu-cache

  ├──0.24 MB (100.0%) ── metadata
  └──0.00 MB (00.00%) ── cpu-mirror

Other Measurements

0.78 MB (100.0%) -- gfx └──0.78 MB (100.0%) ── webrender/textures/gpu-cache

 265.84 MB ── gpu-committed

1,246.20 MB ── gpu-dedicated

  11.72 MB ── gpu-shared

End of GPU (pid 10124)

====================

After second video, another 15 minutes later:

====================

GPU (pid 10124) Explicit Allocations

0.29 MB (100.0%) -- explicit └──0.29 MB (100.0%) -- gfx/webrender/gpu-cache

  ├──0.29 MB (100.0%) ── metadata
  └──0.00 MB (00.00%) ── cpu-mirror

Other Measurements

0.63 MB (100.0%) -- gfx └──0.63 MB (100.0%) ── webrender/textures/gpu-cache

 277.34 MB ── gpu-committed

1,737.74 MB ── gpu-dedicated

  16.55 MB ── gpu-shared

End of GPU (pid 10124)

====================

After opening and CLOSING several youtube tabs, withplaying 10-15 seconds of each video:

====================

GPU (pid 10124) Explicit Allocations

0.19 MB (100.0%) -- explicit └──0.19 MB (100.0%) -- gfx/webrender/gpu-cache

  ├──0.19 MB (100.0%) ── metadata
  └──0.00 MB (00.00%) ── cpu-mirror

Other Measurements

0.78 MB (100.0%) -- gfx └──0.78 MB (100.0%) ── webrender/textures/gpu-cache

 390.18 MB ── gpu-committed

4,339.20 MB ── gpu-dedicated

   4.27 MB ── gpu-shared

End of GPU (pid 10124)

================================

Here, I closed all tabs except about:memory. After another ~60 minutes of random browsing non-video pages (literally text pages and Google Docs):

====================

GPU (pid 10124) Explicit Allocations

0.25 MB (100.0%) -- explicit └──0.25 MB (100.0%) -- gfx/webrender/gpu-cache

  ├──0.25 MB (100.0%) ── metadata
  └──0.00 MB (00.00%) ── cpu-mirror

Other Measurements

0.94 MB (100.0%) -- gfx └──0.94 MB (100.0%) ── webrender/textures/gpu-cache

 324.99 MB ── gpu-committed

4,396.21 MB ── gpu-dedicated

   0.62 MB ── gpu-shared

End of GPU (pid 10124)

====================

It never goes down.

Then, I opened played for few seconds, stopped and closed (including tabs) ~15 youtube videos:

================================

GPU (pid 10124) Explicit Allocations

52.08 MB (100.0%) -- explicit ├──23.07 MB (44.29%) -- gfx │ ├──23.07 MB (44.29%) -- webrender │ │ ├──10.00 MB (19.20%) ── upload-stagin-memory │ │ ├───6.74 MB (12.95%) ── texture-cache/structures │ │ ├───3.69 MB (07.08%) -- interning │ │ │ ├──1.48 MB (02.84%) -- clip │ │ │ │ ├──0.78 MB (01.50%) ── interners │ │ │ │ └──0.70 MB (01.34%) ── data-stores │ │ │ ├──1.24 MB (02.39%) -- text_run │ │ │ │ ├──0.92 MB (01.77%) ── interners │ │ │ │ └──0.32 MB (00.62%) ── data-stores │ │ │ └──0.96 MB (01.85%) ++ (15 tiny) │ │ ├───0.95 MB (01.83%) ++ (6 tiny) │ │ ├───0.89 MB (01.71%) ── shader-cache │ │ └───0.79 MB (01.52%) -- resource-cache │ │ ├──0.79 MB (01.52%) ── fonts │ │ └──0.00 MB (00.00%) ++ (3 tiny) │ └───0.00 MB (00.00%) ++ (3 tiny) ├──19.94 MB (38.30%) ── heap-unclassified ├───4.00 MB (07.68%) ── ac2d/heap-resources ├───3.25 MB (06.25%) -- threads │ ├──2.29 MB (04.40%) ++ stacks │ └──0.96 MB (01.85%) -- overhead │ ├──0.91 MB (01.76%) ── kernel │ └──0.05 MB (00.09%) ++ (2 tiny) ├───1.35 MB (02.59%) -- phc │ ├──1.35 MB (02.59%) ── metadata │ └──0.00 MB (00.00%) ── fragmentation └───0.46 MB (00.89%) ++ (9 tiny)

Other Measurements

134,217,727.94 MB (100.0%) -- address-space ├──132,114,625.34 MB (98.43%) ── free(segments=370) ├────2,101,793.05 MB (01.57%) -- reserved │ ├──2,097,077.34 MB (01.56%) ── mapped(segments=14) │ └──────4,715.70 MB (00.00%) ── private(segments=550) └────────1,309.55 MB (00.00%) ++ commit

72.73 MB (100.0%) -- decommitted └──72.73 MB (100.0%) -- heap

  ├──61.39 MB (84.41%) ── decommitted
  └──11.34 MB (15.59%) -- unused-pages
     ├──11.34 MB (15.59%) ── fresh
     └───0.00 MB (00.00%) ── madvised

304.62 MB (100.0%) -- gfx └──304.62 MB (100.0%) -- webrender

  ├──302.79 MB (99.40%) -- textures
  │  ├──192.00 MB (63.03%) ── render-targets
  │  ├───44.00 MB (14.44%) -- texture-cache
  │  │   ├──44.00 MB (14.44%) ── atlas
  │  │   └───0.00 MB (00.00%) ── standalone
  │  ├───32.00 MB (10.51%) ── depth-targets
  │  ├───18.93 MB (06.21%) ── swap-chains
  │  ├───11.25 MB (03.69%) ── upload-staging-textures
  │  └────4.61 MB (01.51%) ++ (5 tiny)
  └────1.83 MB (00.60%) ++ images/mapped_from_owner

128.00 MB (100.0%) -- heap ├───72.73 MB (56.82%) -- decommitted │ ├──61.39 MB (47.96%) ── unmapped │ └──11.34 MB (08.86%) -- unused-pages │ ├──11.34 MB (08.86%) ── fresh │ └───0.00 MB (00.00%) ── madvised └───55.27 MB (43.18%) -- committed

   ├──48.27 MB (37.71%) ── allocated
   ├───3.95 MB (03.09%) -- bin-unused
   │   ├──2.35 MB (01.84%) ++ (44 tiny)
   │   └──1.60 MB (01.25%) ── bin-1024
   ├───1.96 MB (01.53%) ── bookkeeping
   └───1.09 MB (00.85%) ── unused-pages/dirty

41 (100.0%) -- ipc-channels ├───7 (17.07%) ── PCompositorManagerParent ├───7 (17.07%) ── PImageBridgeParent ├───7 (17.07%) ── PVRManagerParent ├───6 (14.63%) ── PRemoteDecoderManagerParent ├───5 (12.20%) ── PAPZInputBridgeParent ├───4 (09.76%) ── PCanvasManagerParent ├───2 (04.88%) ── PVideoBridgeParent ├───1 (02.44%) ── PGPUParent ├───1 (02.44%) ── PProfilerChild └───1 (02.44%) ── PVsyncBridgeParent

78 (100.0%) -- ipc-channels-peak ├──14 (17.95%) ── PCompositorManagerParent ├──14 (17.95%) ── PImageBridgeParent ├──14 (17.95%) ── PVRManagerParent ├──13 (16.67%) ── PRemoteDecoderManagerParent ├──10 (12.82%) ── PCanvasManagerParent ├───8 (10.26%) ── PAPZInputBridgeParent ├───2 (02.56%) ── PVideoBridgeParent ├───1 (01.28%) ── PGPUParent ├───1 (01.28%) ── PProfilerChild └───1 (01.28%) ── PVsyncBridgeParent

25 (100.0%) -- observer-service └──25 (100.0%) -- referent

  ├──22 (88.00%) ── strong
  └───3 (12.00%) -- weak
      ├──3 (12.00%) ── alive
      └──0 (00.00%) ── dead

1 (100.0%) -- preference-service └──1 (100.0%) -- referent

  ├──1 (100.0%) ── strong
  └──0 (00.00%) ++ weak
               1 ── ac2d-context-count
               0 ── ac2d-target-count
         4.00 MB ── ac2d-texture-memory
         0.00 MB ── gfx-d2d-vram-draw-target
         0.00 MB ── gfx-d2d-vram-source-surface
       462.87 MB ── gpu-committed
     6,829.63 MB ── gpu-dedicated
         0.62 MB ── gpu-shared
        48.27 MB ── heap-allocated
         1.00 MB ── heap-chunksize
       686.68 MB ── private
       558.20 MB ── resident
       481.14 MB ── resident-unique
        44.44 MB ── system-heap-allocated
 2,103,102.59 MB ── vsize

129,414,503.44 MB ── vsize-max-contiguous

               0 ── webgl-buffer-count
         0.00 MB ── webgl-buffer-memory
               0 ── webgl-context-count
               0 ── webgl-renderbuffer-count
         0.00 MB ── webgl-renderbuffer-memory
               0 ── webgl-shader-count
               0 ── webgl-texture-count
         0.00 MB ── webgl-texture-memory

End of GPU (pid 10124)

====================

This just continues, when gpu-dedicated hits ~7.8 GB, Firefox becomes unusable, and rest of the system appears a bit sluggish.

I can't say if this is regression, since I haven't been watching YT at all until recently.

Windows 10 Pro 22H2 Firefox Nightly 64 bit EN, 139.0a1 build 20250405211119 Checked in my normal everyday profile and with new clean one. GPU acceleration enabled, all video codecs installed.

Hardware: Core i7 9750H, 32 GB DDR4, GeForce 4060 8 GB. this is NOT a RAM issue, RAM usage never goes above ~19 GB on this PC.

It happens a tad bit slower than before, when I had 1060 6 GB.

I also noticed it on my laptop with integrated Intel GPU, but I don't have it anymore, so can't really check.

Được hỏi bởi tcobalt 2 tháng trước

processes

Firefox is running too many processes in the background. You have eliminated access to the user settings to be able to reduce that number. It is using so much memory (two… (xem thêm)

Firefox is running too many processes in the background. You have eliminated access to the user settings to be able to reduce that number. It is using so much memory (two tabs, one window, 1400 MB) it is becoming a nuisance rather than an asset. How do I reduce the number of processes. Thanks

Được hỏi bởi keepitsimple1 2 tháng trước

High memory usage

Firefox uses too much memory, with 1 tab 1GB+, and with 4 tabs all 3GB+, this is not normal, the forum topic did not help, reinstalled and did not help, there are no more… (xem thêm)

Firefox uses too much memory, with 1 tab 1GB+, and with 4 tabs all 3GB+, this is not normal, the forum topic did not help, reinstalled and did not help, there are no more than 6 extensions, and they consume only 160mb.

Được hỏi bởi mkkorzhovsky 1 tháng trước

Firefox has been using too much cpu, gpu and ram lately.

i noticed that my laptop is getting too hot, when i opened task manger i found that Firefox is using a lot of ressources every time, i have a decent ram of 24GB and i7 7t… (xem thêm)

i noticed that my laptop is getting too hot, when i opened task manger i found that Firefox is using a lot of ressources every time, i have a decent ram of 24GB and i7 7th gen plus an gtx1050, i don't think it's my work flow because i've been always using too much tabs without any problem, i suspect an update issue, what do you think ?

Được hỏi bởi mflaiki 1 tháng trước

Firefox is killing my iMac

Power consumption of Firefox is so high that it nearly killed the display of my iMac. My screen started flickering with horizontal lines across the display. When i touche… (xem thêm)

Power consumption of Firefox is so high that it nearly killed the display of my iMac. My screen started flickering with horizontal lines across the display. When i touched the screen, it was so hot that I could boil water using it. I did not realize that it was Firefox that was killing my PC until I looked at the power consumption (see the attached screenshot). I hope there is a solution to this since I really love Firefox and have been using it for well over a decade.

Được hỏi bởi Vikram Singh 1 tháng trước

THIS memory usage IS ridiculous, is it not?

One page of Firefox 115.21 opened and Task manager memory usage for Firefox reports-: 1) 9,956 K 2) 46,288 K 3) 11,564 K 4) 55,268 K 5) 21,560 K 6… (xem thêm)

One page of Firefox 115.21 opened and Task manager memory usage for Firefox reports-:

1) 9,956 K 2) 46,288 K 3) 11,564 K 4) 55,268 K 5) 21,560 K 6) 9,996 K 7) 5,516 K 8) 302,924 K 9) 40,272 K

These are ALL marked Firefox and in order on my Task Manager, the Page 'opened' was Firefox help forum ,,,, some memory usage here, is this right????

Dave

Được hỏi bởi EF80 1 tháng trước

Massive Memory and CPU usage while playing videos on youtube

Hi, there are massive performance issues while playing videos on Youtube while using Firefox. This does not happen with the same video while using edge. The attached vid… (xem thêm)

Hi,

there are massive performance issues while playing videos on Youtube while using Firefox. This does not happen with the same video while using edge. The attached video shows the used memory and CPU of the youtube tab from the firefox process manager. This was taken after playing the video for 30s. Letting it run longer resulted in firefox taking up 20GB of RAM.

I think this happens since I installed 138.0 of firefox.

Could you please take a look.

Thanks.

Best regards

Được hỏi bởi miracle152004 1 tháng trước

high memory usage - contentproc -isforbrowser -prefshandle (firefox 138.0.1)

firefox 138.0.1 is eating up memory, specifically; -contentproc -isforbrowser -prefshandle theres over 20 of them requiring 200mb each please tell me how to turn this … (xem thêm)

firefox 138.0.1 is eating up memory, specifically;

-contentproc -isforbrowser -prefshandle

theres over 20 of them requiring 200mb each

please tell me how to turn this off

thx

Được hỏi bởi at-the-space 1 tháng trước

Firefox consuming too much Memory, ranging from 1800 MB up to 2000 MB

Firefox consuming too much Memory, ranging from 1800 MB up to 2000 MB, causing my other programs (most notably Corel WordPerfect) to constantly crash. How do we resolve t… (xem thêm)

Firefox consuming too much Memory, ranging from 1800 MB up to 2000 MB, causing my other programs (most notably Corel WordPerfect) to constantly crash. How do we resolve this?

Được hỏi bởi Hon Peter J Wirs 1 tháng trước