Changes between Version 5 and Version 6 of Howto_Performance


Ignore:
Timestamp:
Nov 9, 2010 2:29:40 AM (3 years ago)
Author:
alec
Comment:

No index_sort option in 0.4

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Performance

    v5 v6  
    99=== Here's the list of options with impact on performance === 
    1010 
    11 ==== 'index_sort', 'message_sort_col' ==== 
     11==== 'message_sort_col' ==== 
    1212Messages listing is a main task of a mail client. Sorting is expensive. 
    1313First of all you should use an IMAP server with SORT capability.  
    1414If message list displaying is still too slow you should set 'message_sort_col' 
    15 to 'date' and enable 'index_sort'. The order (ASC/DESC) is not important. 
     15to an empty string ('None' in messages list menu). The order (ASC/DESC) is not important. 
    1616 
    1717==== 'pagesize' (and 'max_pagesize') ====