
| Key: |
SAK-13804
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
John Bush
|
| Reporter: |
John Bush
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
Merge
|
| 2.4.x Status: |
Merge
|
|
* Any group of students larger than five students has trouble (very slow performance, timing out, and/or bug reports), especially when they are all performing the same function in the same site as directed by the instructor in a lab classroom
* This happens especially when loading the wizard or wizard pages or viewing any portfolio created from a matrix portfolio or resume portfolio template
|
|
Description
|
* Any group of students larger than five students has trouble (very slow performance, timing out, and/or bug reports), especially when they are all performing the same function in the same site as directed by the instructor in a lab classroom
* This happens especially when loading the wizard or wizard pages or viewing any portfolio created from a matrix portfolio or resume portfolio template |
Show » |
|
I added some more caching to matrix and wizard hbm's, performance is very good now. Went from 250,000 millis down to under 1000 millis. Sometimes the first hit maybe a little slow (a few secs) if the cache is outdated, but then after that is very quick. So in theory in a use case where everyone is hitting server at same time, one guy will be a little slow, and then everyone else very fast.