Changes between Version 8 and Version 9 of Howto_Performance


Ignore:
Timestamp:
Nov 16, 2011 2:59:15 AM (18 months ago)
Author:
alec
Comment:

Remove old options, add new ones

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Performance

    v8 v9  
    4343page load. 
    4444 
    45 ==== 'enable_caching' ==== 
     45==== 'imap_cache', 'messages_cache' ==== 
    4646With enabled caching, Roundcube stores message counts, folder list 
    4747and message headers in the database. You should consider enabling this 
     
    6363on the same server as the IMAP service, or when the connection is secure). 
    6464 
    65 ==== 'imap_root', 'imap_delimiter' ==== 
     65==== 'imap_delimiter' ==== 
    6666 
    67 If you know your imap's root directory and its folder delimiter, you can  
    68 specify them here. This will save one NAMESPACE and one LIST call. 
     67If you know your imap's folder delimiter, you can  
     68specify it here. Usefull only on servers without NAMESPACE support. 
    6969 
    7070==== 'logout_purge', 'logout_expunge' ==== 
     
    8888 
    8989Messages threading is an expensive operation. Use IMAP server with THREAD=REFS capability (e.g. dovecot 1.2) for best performance. 
     90Some servers are slow in responding to THREAD command. 
    9091 
    9192=== Disable SSL for IMAP/SMTP ===