Author Topic: Help needed to improve performance of Roundcube  (Read 4781 times)

Offline usha

  • Newbie
  • *
  • Posts: 3
Help needed to improve performance of Roundcube
« on: August 04, 2016, 08:10:51 AM »
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.



Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Help needed to improve performance of Roundcube
« Reply #1 on: August 04, 2016, 09:04:58 AM »
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…

Offline usha

  • Newbie
  • *
  • Posts: 3
Re: Help needed to improve performance of Roundcube
« Reply #2 on: August 05, 2016, 09:27:27 AM »
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.


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Help needed to improve performance of Roundcube
« Reply #3 on: August 07, 2016, 02:52:07 AM »
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…