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

[BUG] Slow updates with new "shimmer" effect #3161

Open
dougroutledge opened this issue Apr 17, 2024 · 2 comments
Open

[BUG] Slow updates with new "shimmer" effect #3161

dougroutledge opened this issue Apr 17, 2024 · 2 comments
Labels
bug Something isn't working Needs: Triage 🔍

Comments

@dougroutledge
Copy link

Describe the bug
Apps now have long periods with avatar white circles instead of initials or pictures from cache. At any point when graph errors or throttles the MGT, the user experience should revert to cache instead of shimmer, since it provides 0 usefulness for the end user. Just wait for 30 seconds is not an answer that will retain customers.

@dougroutledge dougroutledge added bug Something isn't working Needs: Triage 🔍 labels Apr 17, 2024
@gavinbarron
Copy link
Member

Thanks for the feedback @dougroutledge
By default, if there is cached data that has not reached its expiry time this is used instead of going over the wire.

I think what you're asking for is to adopt a stale while revalidate type of approach should the cache expiry period have be reached. Is this an accurate assesment of the request here?

@dougroutledge
Copy link
Author

Yes exactly. Any control being rendered on screen should load it's cached data, then update from the over the wire data, instead of an empty white place holder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs: Triage 🔍
Projects
Status: Needs Triage 🔍
Development

No branches or pull requests

2 participants