RESOLVED FIXED 151529
Internal perf dashboard loads ~30MB of data
https://bugs.webkit.org/show_bug.cgi?id=151529
Summary Internal perf dashboard loads ~30MB of data
Ryosuke Niwa
Reported 2015-11-20 16:58:32 PST
Here's yet another JSON API optimization. Don't include data more than 366 days old.
Attachments
Fixes the bug (5.94 KB, patch)
2015-11-20 17:12 PST, Ryosuke Niwa
timothy: review+
Ryosuke Niwa
Comment 1 2015-11-20 17:12:31 PST
Created attachment 266022 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2015-11-20 19:12:16 PST
WebKit Commit Bot
Comment 3 2015-11-23 22:51:46 PST
Re-opened since this is blocked by bug 151582
Ryosuke Niwa
Comment 4 2015-11-24 01:00:52 PST
Comment on attachment 266022 [details] Fixes the bug Alright, I need to change my approach. Change the format of JSON API can reduce the file size from 6.7MB to 2.2MB. Unfortunately, that requires a lot of front-end work so let me finish the rewrite of the interactive chart component first.
Ryosuke Niwa
Comment 5 2015-11-24 02:42:31 PST
Hm... I can't quite do that either unless we want to create hundreds of tiny HTTP to fetch commit data :(
Ryosuke Niwa
Comment 6 2017-03-10 19:57:55 PST
This has been fixed in v3 API.
Note You need to log in before you can comment on or make changes to this bug.