Actions
Bug #1263
closedslow query in processing page
Status:
Closed
Priority:
High
Assignee:
Eric Hou
Category:
Web interface
Target version:
-
Start date:
04/12/2011
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
Description
There is a function getSessionList in processing.inc list out all the sessions' information from our session database which contain about 6000 record in the background. This is also slow down all the processing page because processing_header function calls this function.
We only need to get the current session information for the given sessionId.
Actions