status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
273 stars 76 forks source link

[Perf] Serve the images using the local server instead of base64 #13061

Open alexjba opened 6 months ago

alexjba commented 6 months ago

Use the local server to serve the following images. There's lots of base64 images being transferred from status-go and kept in memory in nim and qt:

Originally posted by @alexjba in https://github.com/status-im/status-desktop/issues/10339#issuecomment-1864222593

alexjba commented 6 months ago

@jrainville I've labeled this issue for messenger-team as most the base64 images are related to communities

Cuteivist commented 6 months ago

Use media server for community token images for wallet view - https://github.com/status-im/status-desktop/issues/13029 Use media server for community collectible images and community images- https://github.com/status-im/status-go/pull/4477

iurimatias commented 5 months ago

moving to 2.29 due to lack of space in the current milestone

jrainville commented 1 month ago

Some of the work for this is being done here https://github.com/status-im/status-go/pull/5336