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.
Created attachment 124623 [details] Enables memcache
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.
";" in content-type again :(
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
I'll land the current patch as is and will rename all variables and function names on a dedicated bug.
Committed r106308: <http://trac.webkit.org/changeset/106308>