Slow Loading in Roundcube

Christian Hügel christian.huegel at stonebyte.de
Wed Jun 18 10:14:52 CEST 2014


Am 18-06-2014 09:51, schrieb Pasi Kärkkäinen:
> On Tue, Jun 17, 2014 at 10:49:52AM +0200, Christian Hügel wrote:
>> Am 16-06-2014 10:42, schrieb dsp3:
>> >Have you tried disabling kolab_files plugin in Roundcube? Just comment
>> >it out in /etc/roundcubemail/config.inc.php
>> >May be worth a try. Worked for me on CentOs. My Roundcube
>> >=highly_useable
>> >
>> >
>> >On 2014-06-16 12:36, Pasi Kärkkäinen wrote:
>> >>On Mon, Jun 16, 2014 at 07:31:33AM +0200, Hügel, Christian wrote:
>> >>>Am 26-02-2014 18:40, schrieb Christian Hügel:
>> >>>>Any news on this issue?
>> >>>>
>> >>>>Regards,
>> >>>>
>> >>>>Christian
>> >>>>
>> >>>
>> >>>Since the latest updates from the yum repositories didn??t solve
>> >>>this problem, I??ll raise this issue again.
>> >>>At this point the webmail/calendar/addressbook aren??t usable at
>> >>>all: switching from mail to calendar takes almost 40 secs. This
>> >>>leads to a very poor user experience dropping the overall
>> >>>acceptance.
>> >>>Please notice that I??m not the only one having this issue [1]
>> >>>I would provide more debug information so please advise what
>> >>>information might help resolving this issue. Thank you.
>> >>>
>> >>>[1] http://marc.info/?t=138608478000004&r=1&w=2
>> >>>
>> >>
>> >>Yep, I can confirm, roundcube is VERY slow (=unusable) with the latest
>> >>kolab 3.2 updates on centos6.
>> >>
>> >>-- Pasi
>> >>
>> 
>> It turned out that caching wasn??t configured properly. Thanks to
>> dsp3 for pointing me in the right direction.
>> 
> 
> Can you tell more about that? what caching, where?
> 
>> Also, disabling kolab_files plugin didn??t made any difference so I
>> think this must be another issue?!
>> 
> 
> OK.
> 
> Thanks,
> 
> -- Pasi



My cache was set to apc but I forgot that my PHP version didn´t 
supported anymore so I´ve changed the configuration options accoringly:

   // Caching and storage settings
      $config['imap_cache'] = 'db';
     //$config['imap_cache'] = null;
     $config['imap_cache_ttl'] = '10d';
     $config['messages_cache'] = 'db';
     $config['message_cache_ttl'] = '10d';
     $config['session_storage'] = 'db';


Chris


More information about the users mailing list