Skip to content

Conversation

@Didayolo
Copy link
Member

@Didayolo Didayolo commented Apr 3, 2024

@ 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

  • Use automation code from wiki (linked in issue 1327) to create lots of competitions
  • Publish all challenges
docker compose exec django bash
python manage.py shell_plus
comps = Competition.objects.all()

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
Copy link
Member Author

Didayolo commented Apr 3, 2024

Rebased develop to take into account the CircleCI fix

@Didayolo Didayolo merged commit f601b55 into develop Apr 3, 2024
@Didayolo Didayolo deleted the comp-serializer branch April 3, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants