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

Modify cdn.py from class object to functions #87

Open
ryan-pelchat opened this issue Apr 22, 2024 · 0 comments
Open

Modify cdn.py from class object to functions #87

ryan-pelchat opened this issue Apr 22, 2024 · 0 comments
Assignees
Labels
optimization To increase server performance

Comments

@ryan-pelchat
Copy link
Collaborator

This is because the current way that it is used makes the server create a new CDN object every time it uploads or manages an image. If it were a function the server wouldn't have to create and store an object just to throw it away immediately.

Conclusion:
This would save some memory and processing power in the long run.

@ryan-pelchat ryan-pelchat added the optimization To increase server performance label Apr 22, 2024
@ryan-pelchat ryan-pelchat self-assigned this Apr 22, 2024
@ryan-pelchat ryan-pelchat moved this to Backlog in DanceConnect Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization To increase server performance
Projects
Status: Backlog
Development

No branches or pull requests

1 participant