[2.x, UI, performance] Subnets tab is too slow
Bug #1781598 reported by
Andres Rodriguez
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Lee Trager |
Bug Description
I had a clustered MAAS where I was trying to load the subnets tab, and it was too slow. I had to re-try multiple times before I was able to really be able to see the content.
I was accessing through other pages that had less data, and I was able to access them without issues.
Related branches
~andreserl/maas:lp1781598_part2
Merged
into
maas:master
- MAAS Lander: Needs Fixing
- Blake Rouse (community): Approve
-
Diff: 13 lines (+1/-1)1 file modifiedsrc/maasserver/static/partials/subnet-details.html (+1/-1)
~ltrager/maas:lp1781598
Merged
into
maas:master
- Mike Pontillo (community): Approve
- MAAS Lander: Approve
- MAAS Maintainers: Pending requested
-
Diff: 264 lines (+87/-17)5 files modifiedsrc/maasserver/models/subnet.py (+25/-13)
src/maasserver/websockets/handlers/subnet.py (+12/-3)
src/maasserver/websockets/handlers/tests/test_subnet.py (+24/-0)
src/maasserver/websockets/handlers/tests/test_vlan.py (+25/-0)
src/maasserver/websockets/handlers/vlan.py (+1/-1)
Changed in maas: | |
milestone: | 2.5.0 → next |
Changed in maas: | |
milestone: | next → 2.5.x |
Changed in maas: | |
milestone: | 2.5.x → 2.5.0rc1 |
assignee: | nobody → Lee Trager (ltrager) |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
milestone: | 2.5.0rc1 → 2.5.0rc2 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → In Progress |
Changed in maas: | |
milestone: | 2.5.0rc2 → 2.5.0rc1 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Accessing the VLAN is also very slow. I would imagine that all components under are very slow.