Roundcube Community Forum

 

Help needed to improve performance of Roundcube

Started by usha, August 04, 2016, 08:10:51 AM

Previous topic - Next topic

usha

Hi All,

I am a newbie to the forum so please be kind to me..

I am using Roundcube - 1.0.1 and I am facing problem page load..
more time is lapsing for fetching the mails from the mail server.

My question is, does Roundcube has any option to store the IMAP messages into the MYSQL database.
something like caching the messages so that we can decrease the page load time.

Note:
I cannot upgrade my version to the latest as I have customized my code for system usage.



JohnDoh

Roundcube can cache message headers in its database. Take a look at imap_cache and message_cache in the roundcube config file
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

usha

Hi John,


Thank you for the prompt reply..

I have modified the config variables as below,
$config['imap_cache'] = db;
$config['messages_cache'] = true;

But I couldn't find any improvement in the page load for the messages.

Can you please suggest what else I am missing.


JohnDoh

are you sure the slowdown is coming from your imap server? may be turn on imap_debug in your roudcube config and then check the response times in the log.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...