Performance/Addons/BestPractices: Difference between revisions

Remove suggestion to cache string bundles. They're cached automatically.
(Remove suggestion to cache string bundles. They're cached automatically.)
Line 137: Line 137:
This effectively means that javascript extensions cannot use the nsIThread API anymore to execute own jobs on different threads than the main thread.
This effectively means that javascript extensions cannot use the nsIThread API anymore to execute own jobs on different threads than the main thread.
Consider Web/ChromeWorker as a replacement, which are severely limited in what you can do with them, or just don't use threads.
Consider Web/ChromeWorker as a replacement, which are severely limited in what you can do with them, or just don't use threads.
==Cache Stringbundles==
Consider to cache stringbundles if you have lots and lots of strings in a bundle.
==Generators==
==Leaks==
Account confirmers, Confirmed users
126

edits