Bug 135152 - Perf dashboard spends 2s processing JSON data during the page loads
Summary: Perf dashboard spends 2s processing JSON data during the page loads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 01:01 PDT by Ryosuke Niwa
Modified: 2014-07-23 16:21 PDT (History)
3 users (show)

See Also:


Attachments
Fixes the bug (4.34 KB, patch)
2014-07-22 01:06 PDT, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-07-22 01:01:00 PDT
Perf dashboard spends 2s processing JSON data during the page loads
Comment 1 Ryosuke Niwa 2014-07-22 01:06:16 PDT
Created attachment 235274 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2014-07-22 13:58:16 PDT
Committed r171361: <http://trac.webkit.org/changeset/171361>
Comment 3 Ryosuke Niwa 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.