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

Optimistic Caching of Profile Images #130

Open
AdrianAndersen opened this issue Apr 10, 2024 · 0 comments
Open

Optimistic Caching of Profile Images #130

AdrianAndersen opened this issue Apr 10, 2024 · 0 comments
Labels
Bug Correction of unexpected behaviour

Comments

@AdrianAndersen
Copy link
Collaborator

Currently, the profile images are fetched every time you open a component that uses them (eg. Community and ClassInfo). This leads to a lot of loading state, as we wait for the images to load each time.

I suggest only loading these images on page load, and caching them locally so things feel more snappy.

Here is a showcase of what I refer to:

Screen.Recording.2024-04-11.at.01.38.01.mov
Screen.Recording.2024-04-11.at.01.40.26.mov
@AdrianAndersen AdrianAndersen added the Bug Correction of unexpected behaviour label Apr 10, 2024
@AdrianAndersen AdrianAndersen moved this to Backlog 📜 in rezervo Apr 10, 2024
@AdrianAndersen AdrianAndersen changed the title Optimisic Caching of Profile Images Optimistic Caching of Profile Images Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Correction of unexpected behaviour
Projects
Status: Backlog 📜
Development

No branches or pull requests

1 participant