
| Key: |
SAK-5288
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Zhen Qian
|
| Reporter: |
Zhen Qian
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
As can be seem from the log file, there are too many calls for "select xml from sakai_preferences". Solution is to use session variable to cache the current user preferences, and only query db if there is a cache miss.
However, for those queries in some thread that NOT in the user's session, the above approach won't help.
- Zhen
|
|
Description
|
As can be seem from the log file, there are too many calls for "select xml from sakai_preferences". Solution is to use session variable to cache the current user preferences, and only query db if there is a cache miss.
However, for those queries in some thread that NOT in the user's session, the above approach won't help.
- Zhen |
Show » |
|