Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How do I actually disable plugins?

  • 2 réponses
  • 3 ont ce problème
  • 1 vue
  • Dernière réponse par gohanman

more options

How do I actually disable plugins?

I have all plugins set to "Never Activate". After restarting Firefox, I observe the following: 1) plugin-container.exe still runs 2) plugin-container.exe is using absurd CPU and RAM resources 3) killing plugin-container.exe crashes the single active tab

What do I have to set beyond "Never Activate" to ensure plugins really don't run?

Installed plugins OpenH264, Primetime, and Widevine. If it's possible to just remove them entirely that would work too as I do not need this system to playback any video.

How do I actually disable plugins? I have all plugins set to "Never Activate". After restarting Firefox, I observe the following: 1) plugin-container.exe still runs 2) plugin-container.exe is using absurd CPU and RAM resources 3) killing plugin-container.exe crashes the single active tab What do I have to set beyond "Never Activate" to ensure plugins really don't run? Installed plugins OpenH264, Primetime, and Widevine. If it's possible to just remove them entirely that would work too as I do not need this system to playback any video.

Solution choisie

Hi gohanman, Firefox is rolling out a new feature to separate the user interface and tab content into separate processes. This may cause you to see more than one firefox.exe or a larger than normal plugin-container.exe. (I'm not sure why some users see one and other users see the other.) So probably that's the situation -- especially based on what happened when you killed the process -- rather than plugins running when they're disabled.

The performance impact of multi-process (e10s) can vary a lot between systems: many users find it faster, some find it slower, for many it's neutral. If your Firefox seems to be running fine despite the extra process, I suggest letting it run that way to see whether any problems develop. That's how we'll shake out the bugs!

If you think Firefox is not performing well or is using an unreasonable amount of resources now, you could evaluate whether e10s is causing this problem by turning it off as follows:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste autos and pause while the list is filtered

(3) Double-click the browser.tabs.remote.autostart.2 preference to switch the value from true to false

Note: the exact name of the preference may vary, but it will start with browser.tabs.remote.autostart

At your next Firefox startup, it should run in the traditional way. Any difference?

Lire cette réponse dans son contexte 👍 3

Toutes les réponses (2)

more options

Solution choisie

Hi gohanman, Firefox is rolling out a new feature to separate the user interface and tab content into separate processes. This may cause you to see more than one firefox.exe or a larger than normal plugin-container.exe. (I'm not sure why some users see one and other users see the other.) So probably that's the situation -- especially based on what happened when you killed the process -- rather than plugins running when they're disabled.

The performance impact of multi-process (e10s) can vary a lot between systems: many users find it faster, some find it slower, for many it's neutral. If your Firefox seems to be running fine despite the extra process, I suggest letting it run that way to see whether any problems develop. That's how we'll shake out the bugs!

If you think Firefox is not performing well or is using an unreasonable amount of resources now, you could evaluate whether e10s is causing this problem by turning it off as follows:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste autos and pause while the list is filtered

(3) Double-click the browser.tabs.remote.autostart.2 preference to switch the value from true to false

Note: the exact name of the preference may vary, but it will start with browser.tabs.remote.autostart

At your next Firefox startup, it should run in the traditional way. Any difference?

more options

Thanks, that helps quite a bit. Disabling this "e10s" functionality reduces CPU usage by about 50% and memory usage by about 10 fold (i.e., 1,000%). As an end-user, I think it would be helpful if Firefox didn't have a process named "plugin-container.exe" that had nothing whatsoever to do with plugins. This is quite misleading in understanding what is causing abysmal performance.