Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How completely disable firefox activity in background?

  • 10 ответов
  • 1 имеет эту проблему
  • 30 просмотров
  • Последний ответ от Terry

Firefox consumes a lot of processor time in background. How to disable it?

Following options do nothing: Use recommended performance settings - dasabled Use hardware acceleration when available - disabled browser.tabs.remote.autostart = false

Firefox consumes a lot of processor time in background. How to disable it? Following options do nothing: Use recommended performance settings - dasabled Use hardware acceleration when available - disabled browser.tabs.remote.autostart = false
Приложенные скриншоты

Все ответы (10)

Only Firefox running in background

If you run with native Wayland (MOZ_ENABLE_WAYLAND=1), it will avoid rendering occluded windows.

Nothing has changed formally In fact, the processor fan stopped turning on, which means that part of the load was turned off. This is a good step in the right direction. Anything else I can do? That do you think about "safe mode"?

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to see if it behaves differently.

You can create a new profile as a quick test to see if your current profile is causing the problem.

See "Creating a profile":

If the new profile works, you can transfer files from a previously used profile to the new profile, but be careful not to copy corrupted files to avoid carrying over problems.

Open Firefox Task Manager (Shift+Esc) to see the processes using CPU. You can also show threads by changing toolkit.aboutProcesses.showThreads to true in about:config. Record a performance profile to get even more details and a sharable link.

Using Wayland really help to decrease processor load. But there are number of processes working in background. I do not need it. Absolutely. How to disable any activity on inactive tabs and unfocused windows?

Изменено Andrey Sherstobitov

Does anyone know a working browser that does not load the processor with a bunch of background tasks and supports some kind of adblock? Opera?

Изменено Andrey Sherstobitov

Close processes in about:processes (Shift+Esc) to free up memory.

Reduce the number of processes per site by changing dom.ipc.processCount.webIsolated to 1 in about:config.

Unload tabs automatically by changing browser.tabs.unloadOnLowMemory to true in about:config and increase browser.low_commit_space_threshold_percent to make it more aggressive.

Install an extension like Offline when Minimized or Auto Tab Discard.