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 #1373

Closed bbearce closed 8 months ago

bbearce commented 8 months ago

@ mention of reviewers

...

A brief description of the purpose of the changes contained in this PR.

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

Issues this PR resolves

1327

A checklist for hand testing

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


- [ ] See if the page loads any faster

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

@bbearce It looks like some tests are missing now (either pytests or e2e) ?


Trying to fix CircleCI build here:

Didayolo commented 8 months ago

Moved the actual change here:

@bbearce I let you confirm it is OK