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
As the title says, the feedback emoji selection model can take over 5 seconds to load on some devices every time. This was reported on Mac OS Safari, but it seems to also occur on Chrome on that user's device. I wasn't able to replicate it on my own in Safari or Chrome.
Looking in Chrome DevTools, the problem seems to be that the system is re-fetching every emoji image every time the model is opened. We might consider caching those images for performance / efficiency purposes.
Again, I wasn't able to replicate, so take this with a grain of salt. Probably a low priority improvement.
Initially reported by Alex Reibman.
The text was updated successfully, but these errors were encountered:
As the title says, the feedback emoji selection model can take over 5 seconds to load on some devices every time. This was reported on Mac OS Safari, but it seems to also occur on Chrome on that user's device. I wasn't able to replicate it on my own in Safari or Chrome.
Looking in Chrome DevTools, the problem seems to be that the system is re-fetching every emoji image every time the model is opened. We might consider caching those images for performance / efficiency purposes.
Again, I wasn't able to replicate, so take this with a grain of salt. Probably a low priority improvement.
Initially reported by Alex Reibman.
The text was updated successfully, but these errors were encountered: