| Summary | Pagination |
| Queue | Chora |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | techtonik (at) php (dot) net |
| Created | 09/10/2005 (980 days ago) |
| Due | |
| Updated | 03/15/2006 (794 days ago) |
| Assigned | |
| Resolved | 03/15/2006 (794 days ago) |
| Attachments | |
| Milestone | |
| Patch |
State ⇒ Resolved
What I've done is restrict the default revision log view to the latest 100 revisions. Lets modem uses avoid getting sucked in for basic usage, and can go make a cup of coffee if they have to see the whole thing. Cool?No matter how good our caching is, the page size *is* a problem. Take the changelog of files like IMP's compose.php or message.php. They are almost impossible to view over a modem line.State ⇒ Feedback
I'm still not convinced that paging is the solution here. Jan, I'm guessing from your summary/state change that you do, can you say why?State ⇒ Accepted
State ⇒ Feedback
There isn't a single table that spans the whole page, so while cutting down the size of the HTML in general would be useful, I'm not sure that will greatly speed display. Pagination would be one option, and better caching is another...State ⇒ New
Queue ⇒ Chora
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Pagination / remove page table
While viewing file with long commit history (> 100 commits) you have to wait a lot of time before whole log table loads and it takes a lot of traffic on each page reload. If it will be possible to display entries or groups of entries separately in <div> or add pagination ability - the interface will be more user friendly.