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
Lots of people PUT rather large SiteIcon tiddlers, which is expensive on a variety of dimensions. If we wanted, we could use a validator to resize it and set a _cache-max-age header.
We could also consider doing these adjustments client side but that would not catch all interfaces.
The text was updated successfully, but these errors were encountered:
This seems increasingly relevant: If a large SiteIcon shows up on tapas the UI can be unusable for a bit while the images are loading. The slowness has made me unfollow people with large icons.
+1 for scaling down big icons.
Can you fix existing icons too?
The slowness has made me unfollow people with large icons.
IMO that points out, that there should be a mechanism to "inform" users about there issue. A "notifications" type of thing. see: #1106
Lots of people PUT rather large SiteIcon tiddlers, which is expensive on a variety of dimensions. If we wanted, we could use a validator to resize it and set a
_cache-max-age
header.We could also consider doing these adjustments client side but that would not catch all interfaces.
The text was updated successfully, but these errors were encountered: