Comment on Improving Dropbox Performance: Retrieving ThumbnailsComments−zoren12yBase64 and then gzip just to make it easier on javascript? Seems hard on dropbox servers.Why not use a multipart binary response?−acdha12ygzip is basically free on modern server hardware – if it makes life easier on mobile devices, this is a pretty easy tradeoff.
Comments
Base64 and then gzip just to make it easier on javascript? Seems hard on dropbox servers.
Why not use a multipart binary response?
gzip is basically free on modern server hardware – if it makes life easier on mobile devices, this is a pretty easy tradeoff.