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
gzip does not improve performance for PNG and probably would improve it negligibly for JPEG or GIF. There may be others but the important thing is to get started on recognizing these cases and eliminating the overhead in the azure storage layer in these cases. I would envision a file similar to contentTypes.js that maps which content types are precompressed and thus bad candidates for this approach.
The text was updated successfully, but these errors were encountered:
gzip does not improve performance for PNG and probably would improve it negligibly for JPEG or GIF. There may be others but the important thing is to get started on recognizing these cases and eliminating the overhead in the azure storage layer in these cases. I would envision a file similar to
contentTypes.js
that maps which content types are precompressed and thus bad candidates for this approach.The text was updated successfully, but these errors were encountered: