https://bugzilla.wikimedia.org/show_bug.cgi?id=70671
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Severity|normal |minor --- Comment #1 from Antoine "hashar" Musso <[email protected]> --- The Jenkins dashboard loads the history of all builds on the first request. Jenkins save each build result as a standalone XML file and the server running Jenkins has slow disk I/O. So, on first access the dashboard ends up loading thousands of files from disk. Once it is loaded, it is kept in memory for a while. I am tempted to wontfix this bug. A better solution would be to generate a dashboard by ourself and asynchronously but I don't think it is worth the effort. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
