stable
Clone or download
Read-only
request #9760 Hudson widget should only load data during ajax calls
On my dev server with all hudson widget the summary page load goes from 12s to 127ms. Change-Id: I848b911bd379997ccfc8a91437b2bfc790d29008
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/hudson/include/HudsonTestResult.class.php | +5 | −5 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php | +7 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobLastArtifacts.class.php | +11 | −14 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobLastBuilds.class.php | +8 | −9 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobTestResults.class.php | +8 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobTestTrend.class.php | +16 | −19 | Go to diff View file |
M | plugins/hudson/www/test_result_pie_chart.php | +3 | −3 | Go to diff View file |