Author Topic: Roundcube webmail is very slow  (Read 4849 times)

Offline Emilian

  • Newbie
  • *
  • Posts: 2
Roundcube webmail is very slow
« on: June 07, 2017, 07:47:35 AM »
I have a fresh install of Roundcube on a Ubuntu 16.04 server with Apache2, php7 and mysql-server 5.7. It takes alot of time to login and load pages(more than 10 seconds) and the server seems to have enough free RAM and CPU is barely used. I tried to use memcache but no change. I also enabled imap_debug as seen on other posts, but i don't see anything wrong (i attached a file with some imap logs).

Does anyone have any idea how to make roundcube faster?

Thanks.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Roundcube webmail is very slow
« Reply #1 on: June 07, 2017, 08:16:28 AM »
You can see it in the logs:
Quote
[07-Jun-2017 11:16:09 +0000]: <4lo2l216> [67E1] C: A0002 AUTHENTICATE PLAIN ****** [41]
[07-Jun-2017 11:16:38 +0000]: <15arm391> [AC13] S: * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SPECIAL-USE

Roundcube sends the authentication and the mail server takes 29 seconds to respond. You need to look into why the mail server is taking so long to authenticate.

Offline Emilian

  • Newbie
  • *
  • Posts: 2
Re: Roundcube webmail is very slow
« Reply #2 on: June 07, 2017, 08:18:49 AM »
ok thanks, i will have a look at that