Performance - ThunderbirdFrom MozillaZine Knowledge Base(Redirected from Performance (Thunderbird))
[edit] Problems
[edit] Why it's slower than the competitionMany Windows e-mail clients call the operating system (win32 API) to display the GUI, or call some wrapper that adds no significant overhead. Thunderbird uses XUL (Mozilla's XML-based User-interface Language) to display its GUI. This decreases performance but it allows users to write XUL extensions to extend the functionality, rather than having to write traditional plug-ins or ActiveX controls. There are hundreds of extensions available, most written by users. [edit] TweakingThere is a project to preload Firefox but there doesn't appear to be an equivalent for Thunderbird. [edit] Background processesGlobal search ( Tools -> Options -> Advanced -> General -> Enable Global Search and Indexer) uses a background process to create a search index. If you have a IMAP account Thunderbird creates offline folders (Tools -> Account Settings -> Synchronization & Storage -> Keep messages for this account on this computer) that it downloads copies of all of your remote folders to in the background. The offline folders are useful for backup or reading messages when working offline (File -> Offline -> Work Offline). If you are short of resources or Thunderbird doesn't respond quickly consider disabling both features. You can still search for messages without global search, you're just limited to searching within the current folder. Thunderbird 3 also added a optional disk cache. It mainly caches remote images. If you don't re-read many HTML messages with remote images consider setting the space used by it to zero in Tools -> Options -> Advanced -> Network & Disk Space -> Disk Space. It doesn't pre-fetch images for messages you haven't read yet. [edit] MemoryThunderbird 3.* uses approximately 50MB within a couple minutes under Windows. If it keeps increasing or uses more than 75MB you probably have a memory leak. Thunderbird 5 and later uses much more memory. If it uses more than 150MB you probably have a memory leak. These are ballpark figures, the exact value depends upon your configuration, what version you're using, what operating system etc. Try running Thunderbird in safe mode (not to be confused with Windows safe mode) to temporarily disable any added extensions and themes. If that works around the problem then try running Thunderbird normally, selectively disabling each extension/theme until you identify the culprit(s). If not, see Testing memory usage problems Setting config.trim_on_minimize to true will cause Thunderbird free most of its memory when you minimize it if you are running under Windows. It defaults to false, which speeds up restoring the window. If you make a connection using a anti-spam proxy such as the free version of MailWasher or use a anti-virus scanner consider disabling checking for new messages in Thunderbird, setting View -> Message Body As -> Plain Text, temporarily disabling those programs, and then restarting Thunderbird to see what effect not using those proxies has. Tools such as Process Explorer provide more detailed information than Task Manager, and can be useful when trying to figure out exactly what is going on. How many accounts you have, the number of messages in the current folder, whether Thunderbird is configured to open new messages in an existing window, and are you using POP or IMAP accounts has some effect, but typically shouldn't cause a major problem. However, reducing the number of messages you keep in your inbox folder should improve the startup speed, help reduce the chance for corruption (if you regularly compact your folders) and decrease your memory usage. [edit] See also
[edit] External links |
|