Closed Didayolo closed 8 months ago
@bbearce
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.
docker compose exec django bash python manage.py shell_plus comps = Competition.objects.all()
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
Rebased develop to take into account the CircleCI fix
@ 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
1327
A checklist for hand testing
for i in comps: i.published = True i.save()