Roundcube Community Forum

 

Gmail imap performance

Started by wastedbrain, July 14, 2011, 10:34:57 AM

Previous topic - Next topic

wastedbrain

Hi,
I'm using roundcube to connect to some gmail accounts. It's ok when I use an account with few mails. If I use an account with lots of mails roundcube is very very very slow.

Is there a way speed up the client?

thanks,
Davide

SKaero


Carrot Cruncher

hi. i've noticed that as my gmail account is getting larger that rc seems to be getting slower. after turning on debugging and checking the logs it appears to be caused the number of imap calls and the varying time it takes to get a response. i've set both imap_cache and messages_cache to db thinking that this would reduce the number of imap calls required but i'm still seeing calls to retrieve messages that i've seen inserted into the messages table of the db. with these options set, shouldn't rc retrieve a message from cache if it is available rather than retrieving it from the imap server and thus i should see a select from the db rather that an imap fetch, or have i completely misunderstood ? cheers.

alec

You could try with svn-trunk version where caching has been improved. Keep in mind that Roundcube doesn't caches mail bodies only headers. In svn-trunk version bodies are cached up to 25kB in size.