Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Issues by DjangoCon US #13

Open
5 tasks
dawnwages opened this issue Aug 21, 2024 · 0 comments
Open
5 tasks

Performance Issues by DjangoCon US #13

dawnwages opened this issue Aug 21, 2024 · 0 comments

Comments

@dawnwages
Copy link

dawnwages commented Aug 21, 2024

  • Diagnose
  • What are the time intensive API calls?
  • Add django-debug-toolbar
  • Figure out what data we want to keep in our database
  • Only top level data (most wanted data)
  • Least likely to be updated frequently
  • Retired players
  • Rosters
  • Cache
  • What data needs to be cached?
  • Redis
  • Re configure the UX?
  • Make sure that it matches the way the users will want to explore the application and saves data in cache in a reasonable way and allows for additional data to be pulled.
  • Explore what asynchronous will do to improve performance
@dawnwages dawnwages changed the title Performance Issues Performance Issues by DjangoCon US Aug 21, 2024
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

No branches or pull requests

1 participant