Changes between Version 5 and Version 6 of Howto_Performance
- Timestamp:
- Nov 9, 2010 2:29:40 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Performance
v5 v6 9 9 === Here's the list of options with impact on performance === 10 10 11 ==== ' index_sort', 'message_sort_col' ====11 ==== 'message_sort_col' ==== 12 12 Messages listing is a main task of a mail client. Sorting is expensive. 13 13 First of all you should use an IMAP server with SORT capability. 14 14 If 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.15 to an empty string ('None' in messages list menu). The order (ASC/DESC) is not important. 16 16 17 17 ==== 'pagesize' (and 'max_pagesize') ====
