RESOLVED FIXED 77378
Enable memcache on webkit-perf.appspot.com
https://bugs.webkit.org/show_bug.cgi?id=77378
Summary Enable memcache on webkit-perf.appspot.com
Ryosuke Niwa
Reported 2012-01-30 15:58:43 PST
webkit-perf.appspot.com is super slow due to each page accessing the storage on every page access. We should enable memcache on all JSON APIs.
Attachments
Enables memcache (11.96 KB, patch)
2012-01-30 16:20 PST, Ryosuke Niwa
abarth: review+
Ryosuke Niwa
Comment 1 2012-01-30 16:20:05 PST
Created attachment 124623 [details] Enables memcache
WebKit Review Bot
Comment 2 2012-01-30 16:22:06 PST
Attachment 124623 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'ChangeLog', u'Websites/webkit-perf.appspot..." exit_code: 1 Websites/webkit-perf.appspot.com/dashboard_handler.py:43: multiple statements on one line (semicolon) [pep8/E702] [5] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Ryosuke Niwa
Comment 3 2012-01-30 16:23:07 PST
";" in content-type again :(
Adam Barth
Comment 4 2012-01-30 17:32:47 PST
Comment on attachment 124623 [details] Enables memcache View in context: https://bugs.webkit.org/attachment.cgi?id=124623&action=review Feel free to ignore these style issues. (If you'd like to ignore them, let me know and I'll stop randomly flagging them.) > Websites/webkit-perf.appspot.com/report_handler.py:89 > + for testName, result in self._body['results'].iteritems(): testName => test_name > Websites/webkit-perf.appspot.com/runs_handler.py:64 > + cacheKey = Test.cacheKey(testId, branchId, platformId) cacheKey => cache_key
Ryosuke Niwa
Comment 5 2012-01-30 17:34:49 PST
I'll land the current patch as is and will rename all variables and function names on a dedicated bug.
Ryosuke Niwa
Comment 6 2012-01-30 17:36:23 PST
Note You need to log in before you can comment on or make changes to this bug.