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 Avatar component does a Ajax request to check if the avatar image is available and to decide if it should show the image or the fallback.
Right now there is no caching of any kind. So when you do a navigation, the request is sent again. This is especially problematic if you have a list of avatars.
I think it would be helpful if we could check if the image was in the browser cache before doing the request.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, the Avatar component does a Ajax request to check if the avatar image is available and to decide if it should show the image or the fallback.
Right now there is no caching of any kind. So when you do a navigation, the request is sent again. This is especially problematic if you have a list of avatars.
I think it would be helpful if we could check if the image was in the browser cache before doing the request.
Beta Was this translation helpful? Give feedback.
All reactions