Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How do I actually disable plugins?

  • 2 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Giải pháp được chọn

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?

Đọc câu trả lời này trong ngữ cảnh 👍 3

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

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.