Making a POP3 connection on every hit of the 'Index
page' makes NOCC appear very slow in some situations.
We need to somehow cut down the number of times NOCC
needs to make POP3 requests.
The performance penalty of not caching a local copy of the
message list is now showing up, as I've had a handful of
users (generally those with large inboxes) comment about the
speed of NOCC. This needs addressing, so I'm going to have a
go at some point soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Closed as a duplicate of the 'Performance Low' bug, which
has more useful analysis of the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-10-14
Logged In: YES
user_id=529507
This patch is useless with NOCC versions greater than 0.9.5
as only mails of the current page list are fetched from the
server (instead of the whole mail list).
However, a limited caching mechanism is now available in
CVS. When sorting message, we get from cache : quota
information, messages number, unread message count in other
folders and folder list.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-10-14
assigned_to: rossigee --> goddess_skuld
status: open --> closed-fixed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=20872
The performance penalty of not caching a local copy of the
message list is now showing up, as I've had a handful of
users (generally those with large inboxes) comment about the
speed of NOCC. This needs addressing, so I'm going to have a
go at some point soon.
Logged In: YES
user_id=20872
Closed as a duplicate of the 'Performance Low' bug, which
has more useful analysis of the problem.
Logged In: YES
user_id=529507
This patch is useless with NOCC versions greater than 0.9.5
as only mails of the current page list are fetched from the
server (instead of the whole mail list).
However, a limited caching mechanism is now available in
CVS. When sorting message, we get from cache : quota
information, messages number, unread message count in other
folders and folder list.