| | 77 | === Use a caching IMAP proxy === |
| | 78 | |
| | 79 | If you are experiencing delays when clicking on a message or folder (>0.5 sec) |
| | 80 | try adding a caching IMAP proxy on the webserver. Roundcube creates a new |
| | 81 | IMAP connection (which is expensive) every time a user clicks on a message. |
| | 82 | A caching IMAP proxy will reuse IMAP connections on a per user basis. There |
| | 83 | are reports of performance going from ~3 sec per click, to ~0.5 sec per click. |
| | 84 | [http://www.imapproxy.org/index.html ImapProxy] is a GLD'd IMAP proxy that |
| | 85 | is easy to use and works great for Unix-like OSes. |
| | 86 | |