Skip to content

Conversation

@bbearce
Copy link
Collaborator

@bbearce bbearce commented Apr 1, 2024

@ 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

  • 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

Didayolo commented Apr 2, 2024

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


Trying to fix CircleCI build here:

@Didayolo
Copy link
Member

Didayolo commented Apr 3, 2024

Moved the actual change here:

@bbearce I let you confirm it is OK

@Didayolo Didayolo closed this Apr 3, 2024
@Didayolo Didayolo deleted the issue_1327 branch April 3, 2024 11:47
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.

3 participants