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
Most of the time we're just going to download these anyway, so it would be nice to get all the hashes as well, e.g.,
Subfile-Hash: abcd6543
Especially when content is already cached, this could greatly speed up the client as it has to do many thousands of name lookups for dependent textures. Each of these is relatively quick, but we could entirely remove that overhead. It would probably be better for the CDN servers as well since they'll get far fewer http requests.
The text was updated successfully, but these errors were encountered:
We currently get subfiles in headers, e.g.,
Most of the time we're just going to download these anyway, so it would be nice to get all the hashes as well, e.g.,
Especially when content is already cached, this could greatly speed up the client as it has to do many thousands of name lookups for dependent textures. Each of these is relatively quick, but we could entirely remove that overhead. It would probably be better for the CDN servers as well since they'll get far fewer http requests.
The text was updated successfully, but these errors were encountered: