kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Build page loading is slow #49

Closed ezyang closed 4 years ago

ezyang commented 5 years ago

https://dr.pytorch.org/build-details.html?build_id=11847231 took several seconds to load. This should be instantaneous.

kostmo commented 5 years ago

Performance of the best-build-match API endpoint has been improved:

Version Time
Original 17.5 sec
After 397efa1eccfcc8fc6f4a7fde4a353db0b35063bb 7.6 sec
After d97c6acc890fbc8039690ef28d87d9ee12cfb4d0 4.7 sec

However, given that the commit builds query was reduced to 1.9 sec, there should be even more room for improvement here.

kostmo commented 4 years ago

As of da1732a, the commit page and build page load in 1 second or less.