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

Processing uploaded pictures takes a long time #320

Closed
Kurocon opened this issue Mar 1, 2018 · 0 comments
Closed

Processing uploaded pictures takes a long time #320

Kurocon opened this issue Mar 1, 2018 · 0 comments
Assignees
Labels
back-end These are issues related to our Django back-end enhancement These issues are enhancements to (already existsing) functionality on the website.

Comments

@Kurocon
Copy link
Member

Kurocon commented Mar 1, 2018

The processing step of uploading new pictures to the website takes a long time because the site is resizing the pictures into a few different sizes. This is done in the foreground in the thread that the request is done in.

This should be handed over to the celery thread that also handles stuff like sending the weekmails, claudia, etc. to make this part a lot faster.

@SebastiaandenBoer SebastiaandenBoer added enhancement These issues are enhancements to (already existsing) functionality on the website. back-end These are issues related to our Django back-end ready labels Mar 26, 2018
@WKobes WKobes removed the ready label Dec 14, 2020
@CazSaa CazSaa self-assigned this Feb 7, 2022
@Kurocon Kurocon closed this as completed Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end These are issues related to our Django back-end enhancement These issues are enhancements to (already existsing) functionality on the website.
Projects
Archived in project
Development

No branches or pull requests

4 participants