Bug 135152

Summary: Perf dashboard spends 2s processing JSON data during the page loads
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, kling, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug kling: review+

Ryosuke Niwa
Reported 2014-07-22 01:01:00 PDT
Perf dashboard spends 2s processing JSON data during the page loads
Attachments
Fixes the bug (4.34 KB, patch)
2014-07-22 01:06 PDT, Ryosuke Niwa
kling: review+
Ryosuke Niwa
Comment 1 2014-07-22 01:06:16 PDT
Created attachment 235274 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2014-07-22 13:58:16 PDT
Ryosuke Niwa
Comment 3 2014-07-23 16:21:19 PDT
Comment on attachment 235274 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=235274&action=review > Websites/perf.webkit.org/public/js/helper-classes.js:74 > + new Date(buildTime).toISOString().replace('T', ' ').replace(/\.\d+Z$/, ''); Added the assignment here in r171496.
Note You need to log in before you can comment on or make changes to this bug.