Changes between Version 8 and Version 9 of Howto_Performance
- Timestamp:
- Nov 16, 2011 2:59:15 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Performance
v8 v9 43 43 page load. 44 44 45 ==== ' enable_caching' ====45 ==== 'imap_cache', 'messages_cache' ==== 46 46 With enabled caching, Roundcube stores message counts, folder list 47 47 and message headers in the database. You should consider enabling this … … 63 63 on the same server as the IMAP service, or when the connection is secure). 64 64 65 ==== 'imap_ root', 'imap_delimiter' ====65 ==== 'imap_delimiter' ==== 66 66 67 If you know your imap's root directory and itsfolder delimiter, you can68 specify them here. This will save one NAMESPACE and one LIST call.67 If you know your imap's folder delimiter, you can 68 specify it here. Usefull only on servers without NAMESPACE support. 69 69 70 70 ==== 'logout_purge', 'logout_expunge' ==== … … 88 88 89 89 Messages threading is an expensive operation. Use IMAP server with THREAD=REFS capability (e.g. dovecot 1.2) for best performance. 90 Some servers are slow in responding to THREAD command. 90 91 91 92 === Disable SSL for IMAP/SMTP ===
