Thunderbird 17.0.6, running on Xubuntu 12.04, Webmail 1.5.1, Webmail - 
Yahoo 1.5.7, using a single yahoo account with one domain.
Thunderbird startup is very slow, up to two minutes. Disable the Webmail 
extension and TB starts in a second or two.
Machine is a quad Athlon II X4 620 processor, 8GB RAM, so not really slow.

I found out it is due to some SQL update statements in nsDomainManager.js.
Here is part of the log (Domainlog):

> 22:14:53--nsDomainManager.js - newDomain -  START
> 22:14:53--nsDomainManager.js - newDomain -   address yahoo.com Content 
> [object Object] protocol POP default true
> 22:14:53--nsDomainManager : newDomain - sql REPLACE INTO pop_domains 
> (id,domain,content_id, default_domain) VALUES ((SELECT id FROM pop_domains 
> WHERE domain LIKE ?1),?2,?3,?4);
> 22:14:54--nsDomainManager.js - newDomain -  END


And two minutes later it is still updateing:

22:16:20--nsDomainManager.js - newDomain -  START
> 22:16:20--nsDomainManager.js - newDomain -   address btopenworld.com 
> Content @mozilla.org/YahooSMTP;1 protocol SMTP default true
> 22:16:21--nsDomainManager : newDomain - sql REPLACE INTO smtp_domains 
> (id,domain,content_id, default_domain) VALUES ((SELECT id FROM smtp_domains 
> WHERE domain LIKE ?1),?2,?3,?4);
> 22:16:22--nsDomainManager.js - newDomain -  END


During all this time TB is not very responsive, and i get a lot of disk 
activity (probably DB syncing).
Terrible performance for a database that is only 8kB on disk :-)
Tried changing some ext4 mount options but no luck.
Any ideas how to fix it?


-- 
You received this message because you are subscribed to the Google Groups 
"Thunderbird Webmail Extension" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to