Issue Details (XML | Word | Printable)

Key: SAK-13804
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: John Bush
Reporter: John Bush
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

slow performance in wizards and viewing portfolios that use matrices

Created: 18-Jun-2008 12:36   Updated: 27-Oct-2009 13:46
Component/s: OSP: Portfolios, OSP: Wizards - General
Affects Version/s: 2.4.1, 2.5.0
Fix Version/s: 2.6.0

Time Tracking:
Not Specified

2.6.x Status: None
2.5.x Status: Merge
2.4.x Status: Merge


 Description  « Hide

    * 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

 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
John Bush added a comment - 18-Jun-2008 12:38 - edited
I found some slowness in the wizardpagedef/wizardpage loading using a profiler. I made an adjustment to the matrix and wizard hbms and things seem to be much smoother now.

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.