Summary | Constant viewport loading |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 04/01/2011 (5211 days ago) |
Due | |
Updated | 04/12/2011 (5200 days ago) |
Assigned | 04/08/2011 (5204 days ago) |
Resolved | 04/12/2011 (5200 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #9768: Fix constant viewport loading in rare instancesOnly could reproduce (sometimes) in search mailboxes. Seemed to only be
reproducible depending on the current viewport page and the slice
information returned from the server.
Issue was that every viewport load was invalidating the cache for search
results. This caused the rowlist to be reset to whatever the currently
loaded slice was. However, the lookbehind buffer then reported that
not enough lookbehind entries were available, so another viewport
request was sent to the server (to populate the entires just nuked).
Solution: Search results should NEVER be invalidated except on explicit
refresh. This should prevent the unnecessary updating.
4 files changed, 15 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/99167846dc1291c295da0bf593a8c586e93bdc85
Priority ⇒ 3. High
State ⇒ Assigned
But wondering if it is a duplicate of
Bug #9796.clicking a few times on the srollbar fast to scroll page-wise down.
It stops if you scroll down another, single page. And it doesn't
happen when scrolling down slowly.
the viewport slice is loading within 1/2 second and I can't click fast
enough to overlap viewport requests. Not sure whether to blame this
awesome performance on Dovecot or IMP (us), but I guess this is a good
problem to have. :)
I'm going to shift over to using some of my slower test IMAP servers
on my virtual box (e.g. Courier) to see if I can trigger.
State ⇒ Feedback
Ticket #7422. Could you removethe session_write_close()/session_start() lines in
lib/Views/ListMessages.php (~line 628) and see if that fixes things?
clicking a few times on the srollbar fast to scroll page-wise down. It
stops if you scroll down another, single page. And it doesn't happen
when scrolling down slowly.
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Constant viewport loading
Type ⇒ Bug
Priority ⇒ 1. Low
- Go to large mailbox, e.g. trash folder
- Select mailing list filter
- Scroll down a few pages
IMP keeps requesting the same view port slices again and again, e.g.
"slice: 116:148" and "slice: 83:115".