Right now, the perf dashboard uses the repository names as repository id’s. This forces runs.php to run an unnecessary SQL query on every request. Don’t do that.
Created attachment 245999 [details] Refactoring
Created attachment 246004 [details] Fixed the patch
Comment on attachment 246004 [details] Fixed the patch View in context: https://bugs.webkit.org/attachment.cgi?id=246004&action=review rs=me > Websites/perf.webkit.org/ChangeLog:9 > + Since names of repositories are available in manifest.json, we can resole their names in the front end. "resolve"
Thanks for the review!
Committed r179591: <http://trac.webkit.org/changeset/179591>