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, it takes a while to load images on slower network connections, because the images are large (~10+MB), and the API response is completely uncompressed.
Add gzip compression to the image response endpoint.
Also check if the "upload image" request is compressing the image, and add compression there if not.
The text was updated successfully, but these errors were encountered:
Currently, it takes a while to load images on slower network connections, because the images are large (~10+MB), and the API response is completely uncompressed.
The text was updated successfully, but these errors were encountered: