33
5
Do disabled Firefox extensions make Firefox slower?
I know that extensions make browsing slower, but what about extensions that are disabled and not in use?
33
5
Do disabled Firefox extensions make Firefox slower?
I know that extensions make browsing slower, but what about extensions that are disabled and not in use?
23
No.
Firefox doesn't load extensions that are disabled. If it's not loaded, it causes no loss of performance.
An extension is disabled for one of these reasons:
Loading a disabled extension can cause errors, or undesired / unsecure behavior. It makes sense that the developer would not load the disabled extensions in any fashion for these and performance reasons.
Consider:
As mentioned in the comments, I have not sought out any official documentation regarding this, so take the answer with a pinch of salt. However, any other behavior concerning extensions would detract from the user experience, which I bet is the last thing that Mozilla wants to do.
1Is there any documentation to back this up? – Travis Northcutt – 2009-08-27T18:18:25.657
Not that I am aware of, but I'm willing to bet that this is the behaviour, especially when considered from a programming perspective. See my edit for details. – EvilChookie – 2009-08-27T18:37:39.783
1An extension can also be disabled because you disabled it. I disable extensions that I haven't used in a while all the time, while leaving them installed, just so when I do need them later, they're there but not slowing down the browser in the mean time. – Will Eddins – 2009-08-27T18:52:01.267
@Guard: Thanks for reminding me. There was a 5th one, but I couldn't figure it out. – EvilChookie – 2009-08-27T18:58:08.197
11
From the addons.mozilla.org FAQ:
Can add-ons make Firefox slower?
In most cases, add-ons do not cause a perceivable slowdown in Firefox. However, since they are applications some may affect the performance of Firefox depending on your system configuration. If you suspect that an add-on is affecting the way Firefox runs on your machine try disabling it.
The final sentence there implies that disabling an extension will prevent it from having any noticeable effect on Firefox.
True, but it is conceivable that disable extensions could still cause some performance loss, especially with numerous extensions disabled but still installed. – Travis Northcutt – 2009-08-27T18:17:53.583
7
Firefox will still look for updates of disabled add-ons. This probably causes some additional background work and delay during start-up, but hardly noticeable unless you have dozens of add-ons installed.
Semi-related, but I found IPv6 caused firefox to run twice as slow. I think it's a DNS thing not a firefox thing. You can disable IPv6 in about:config https://wikimatze.de/making-firefox-as-fast-as-chrome/
– Jonathan – 2019-08-09T07:51:19.160