Hi folks,
I just installed from cvs current version of roundcube. I use it with
mysql4.1 but it is terribly slow. Any howtos to improve speed?
Running top -u shows imapd up to 15% and that's it. Logging in takes
forewer and switching between folders as well.
Any ideas?
Robert
On Wed, 14 Dec 2005 08:59:24 +0100, Codefritters dev@codefritters.com wrote:
Hi folks, I just installed from cvs current version of roundcube. I use it with mysql4.1 but it is terribly slow. Any howtos to improve speed? Running top -u shows imapd up to 15% and that's it. Logging in takes forewer and switching between folders as well.
There must be some other issue - do you get any errors in /var/log/messages /var/log/maillog? Do you have the host setup correctly within roundcube/main.php.inc? Lastly, "has this ever worked?"; does this work fine in other mail apps like Squirrelmail on the same box?
I'm running FreeBSD 6.0, mySQL 4.x with Dovecot and it's very fast - I suspect some config on your box is off. Check your logs, the main.php.inc file and test it with another client if possible. Let me know if I can help with any specific freebsd stuff, but I suspect you've got something else up.
http://fak3r.com - you don't have to kick it
I've got some real speed issues on RHL 9 with a Dell 2650 (I think).
It runs Horde/Imp super-fast, both accessing the same external IMAP
server - I'm looking into it here. Am looking into whether it might
be a cache or a packet-shaper issue... But if anyone else has the
problem, I'd love some ideas. I was hoping to use the demo to compare!
J-dawg On Dec 14, 2005, at 10:02 AM, phil wrote:
On Wed, 14 Dec 2005 08:59:24 +0100, Codefritters
dev@codefritters.com wrote:Hi folks, I just installed from cvs current version of roundcube. I use it with mysql4.1 but it is terribly slow. Any howtos to improve speed? Running top -u shows imapd up to 15% and that's it. Logging in takes forewer and switching between folders as well.
There must be some other issue - do you get any errors in /var/log/ messages /var/log/maillog? Do you have the host setup correctly
within roundcube/main.php.inc? Lastly, "has this ever worked?";
does this work fine in other mail apps like Squirrelmail on the
same box?I'm running FreeBSD 6.0, mySQL 4.x with Dovecot and it's very fast
- I suspect some config on your box is off. Check your logs, the
main.php.inc file and test it with another client if possible. Let
me know if I can help with any specific freebsd stuff, but I
suspect you've got something else up.P
http://fak3r.com - you don't have to kick it
Hi,
I don't get any errors. I rechecked the main.inc.php and found that
caching was disabled but after enabling it I get an error:
Fatal error: Call to undefined function: get_message_cache_index()
in /usr/local/www/data/roundcubemail/program/include/rcube_imap.inc
on line 483
Any ideas? Robert On 14.12.2005, at 16:02, phil wrote:
On Wed, 14 Dec 2005 08:59:24 +0100, Codefritters
dev@codefritters.com wrote:Hi folks, I just installed from cvs current version of roundcube. I use it with mysql4.1 but it is terribly slow. Any howtos to improve speed? Running top -u shows imapd up to 15% and that's it. Logging in takes forewer and switching between folders as well.
There must be some other issue - do you get any errors in /var/log/ messages /var/log/maillog? Do you have the host setup correctly
within roundcube/main.php.inc? Lastly, "has this ever worked?";
does this work fine in other mail apps like Squirrelmail on the
same box?I'm running FreeBSD 6.0, mySQL 4.x with Dovecot and it's very fast
- I suspect some config on your box is off. Check your logs, the
main.php.inc file and test it with another client if possible. Let
me know if I can help with any specific freebsd stuff, but I
suspect you've got something else up.P
http://fak3r.com - you don't have to kick it
That line deals with the caching mech, so disable it again in main. Then let's look at the output of
roundcubemail/logs/sendmail roundcubemail/logs/errors
And see what they say when you try to login, navigate to different folders.
I assume you have:
chown -R www:www temp logs
Then, do you have squirrelmail or another webclient to test it against? In other words, is it IMAP and not RC that's being slow?
P
On Wed, 14 Dec 2005 18:38:10 +0100, Codefritters dev@codefritters.com wrote:
Hi, I don't get any errors. I rechecked the main.inc.php and found that caching was disabled but after enabling it I get an error: Fatal error: Call to undefined function: get_message_cache_index() in /usr/local/www/data/roundcubemail/program/include/rcube_imap.inc on line 483
Any ideas? Robert On 14.12.2005, at 16:02, phil wrote:
On Wed, 14 Dec 2005 08:59:24 +0100, Codefritters dev@codefritters.com wrote:
Hi folks, I just installed from cvs current version of roundcube. I use it with mysql4.1 but it is terribly slow. Any howtos to improve speed? Running top -u shows imapd up to 15% and that's it. Logging in takes forewer and switching between folders as well.
There must be some other issue - do you get any errors in /var/log/ messages /var/log/maillog? Do you have the host setup correctly within roundcube/main.php.inc? Lastly, "has this ever worked?"; does this work fine in other mail apps like Squirrelmail on the same box?
I'm running FreeBSD 6.0, mySQL 4.x with Dovecot and it's very fast
- I suspect some config on your box is off. Check your logs, the
main.php.inc file and test it with another client if possible. Let me know if I can help with any specific freebsd stuff, but I suspect you've got something else up.
P
http://fak3r.com - you don't have to kick it
-- http://fak3r.com - you don't have to kick it
Well,
I get no errors in the errors file you specified. I use Squirrelmail,
it works reasonably well, but I personally mean that the problem is
in IMAP. I use UW-IMAP, could it be a problem?
Robert
On 14.12.2005, at 19:25, phil wrote:
That line deals with the caching mech, so disable it again in
main. Then let's look at the output ofroundcubemail/logs/sendmail roundcubemail/logs/errors
And see what they say when you try to login, navigate to different
folders.I assume you have:
chown -R www:www temp logs
Then, do you have squirrelmail or another webclient to test it
against? In other words, is it IMAP and not RC that's being slow?P
On Wed, 14 Dec 2005 18:38:10 +0100, Codefritters
dev@codefritters.com wrote:Hi, I don't get any errors. I rechecked the main.inc.php and found that caching was disabled but after enabling it I get an error: Fatal error: Call to undefined function: get_message_cache_index() in /usr/local/www/data/roundcubemail/program/include/rcube_imap.inc on line 483
Any ideas? Robert On 14.12.2005, at 16:02, phil wrote:
On Wed, 14 Dec 2005 08:59:24 +0100, Codefritters dev@codefritters.com wrote:
Hi folks, I just installed from cvs current version of roundcube. I use it
with mysql4.1 but it is terribly slow. Any howtos to improve speed? Running top -u shows imapd up to 15% and that's it. Logging in
takes forewer and switching between folders as well.There must be some other issue - do you get any errors in /var/log/ messages /var/log/maillog? Do you have the host setup correctly within roundcube/main.php.inc? Lastly, "has this ever worked?"; does this work fine in other mail apps like Squirrelmail on the same box?
I'm running FreeBSD 6.0, mySQL 4.x with Dovecot and it's very fast
- I suspect some config on your box is off. Check your logs, the
main.php.inc file and test it with another client if possible. Let me know if I can help with any specific freebsd stuff, but I suspect you've got something else up.
P
http://fak3r.com - you don't have to kick it
-- http://fak3r.com - you don't have to kick it