You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: