Files tool in large communities loads too many objects
Bug #1347066 reported by
Paul Everitt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL4 |
Fix Released
|
Medium
|
Balazs Ree | ||
4.2 |
New
|
Undecided
|
Unassigned |
Bug Description
As follow on work to lp:1314685 we should see why we still load a bunch of objects in Justice Initiative. Most likely the big pile of JSON that goes into the HTML. First though see if it still a problem.
Changed in karl3: | |
milestone: | m139 → m140 |
Changed in karl3: | |
milestone: | m140 → m141 |
affects: | karl3 → karl4 |
Changed in karl4: | |
assignee: | Paul Everitt (paul-agendaless) → Balazs Ree (ree) |
milestone: | m141 → none |
Changed in karl4: | |
milestone: | none → 001 |
Changed in karl4: | |
status: | New → In Progress |
Changed in karl4: | |
milestone: | 001 → 002 |
Changed in karl4: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Before starting to improve things on the client side, I wanted to look at the server.
Besides some ux2 cruft removals but I am not sure if those will speed up. But I temporarily removed fetching the title of the files for the MoveTo popup. Instead we use the path segment to display now, which will not wake the file objects.
If it's possible to test if the original problem still exists, please do so! Based on the results, we can decide if I should continue to improve the clients as well. This is on branch ree-files- tool-slowdown- lp1347066.