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
I noticed that google is gzipping the wasm artifacts during loading which brings us from 13.5 MiB -> 4.4 MiB. The content is then served with Content-Encoding: gzip.
It seems worth taking the same approach to shave down binary/library/transfer size with working with the embedded web-viewer.
While working on:
I noticed that google is gzipping the wasm artifacts during loading which brings us from 13.5 MiB -> 4.4 MiB. The content is then served with
Content-Encoding: gzip
.It seems worth taking the same approach to shave down binary/library/transfer size with working with the embedded web-viewer.
Related: #2422
The text was updated successfully, but these errors were encountered: