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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
As it turned out during the investigation in atom/settings-view#1014, atom.io currently does not leverage any sort of content compression for its text type responses. It is possible that by enabling compression, especially slower connections can benefit from reduced loading times, thus improving website loading times overall and also speeding up API responses like the search functionality when installing a new package.
checkgzipcompression.com shows that anumberofresponses could be compressed 3 to 4 times smaller compared to the original size.