Closed bbearce closed 8 months ago
...
Codabench is too slow to load. We need to speed up the public competitions page load speed.
1327
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
@bbearce It looks like some tests are missing now (either pytests or e2e) ?
Trying to fix CircleCI build here:
Moved the actual change here:
@bbearce I let you confirm it is OK
@ 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()