Bug 63752 - Tester pages on TestFailures page load very slowly
Summary: Tester pages on TestFailures page load very slowly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/TestFailures/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 14:38 PDT by Adam Roben (:aroben)
Modified: 2011-06-30 14:50 PDT (History)
1 user (show)

See Also:


Attachments
Make TestFaiulres only load old-results directories as needed (7.55 KB, patch)
2011-06-30 14:45 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-06-30 14:38:14 PDT
To reproduce:

1. Go to http://build.webkit.org/TestFailures/
2. Click on a tester

The tester page loads very slowly. We should make it faster!
Comment 1 Adam Roben (:aroben) 2011-06-30 14:38:38 PDT
This is because we load both the results directory and old-results directory for the tester up front. We should only load the old-results directory if needed.
Comment 2 Adam Roben (:aroben) 2011-06-30 14:45:27 PDT
Created attachment 99367 [details]
Make TestFaiulres only load old-results directories as needed
Comment 3 Adam Roben (:aroben) 2011-06-30 14:50:04 PDT
Committed r90165: <http://trac.webkit.org/changeset/90165>