codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
77 stars 28 forks source link

CompetitionSerializer Simple vs Detail #1376

Closed Didayolo closed 8 months ago

Didayolo commented 8 months ago

@ mention of reviewers

@bbearce

Summary

Codabench is too slow to load. We need to speed up the public competitions page load speed.

I took the actual change from #1373, and removed the CircleCI problem fix which are already present in #1375.

Issue this PR resolves

A checklist for hand testing

for i in comps: i.published = True i.save()


- [x] See if the page loads any faster

# Checklist
- [x] Code review by me 
- [x] Hand tested by me 
- [x] I'm proud of my work
- [x] Code review by reviewer
- [x] Hand tested by reviewer
- [x] CircleCi tests are passing
- [x] Ready to merge
Didayolo commented 8 months ago

Rebased develop to take into account the CircleCI fix