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 has been archived by the owner on Feb 16, 2021. It is now read-only.
It shows that data.json takes more than 11 seconds to load.
If users start to interact with the sliders before the loading is finished, they won't see a result visualization until this data is completely loaded and processed. In order to improve the experience here, we should try to make the data more compact.
GZip compression would help, as an example.
The text was updated successfully, but these errors were encountered:
Currently data.json isn't GZip encoded. If you look at the response headers, it's not there. There should be something like "Content-Encoding: gzip".
Where did you active compression? in nginx? If the link in my comment above applies, per default the configuration only applies to html content. To extend that, you will have to modify "gzip_types".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is a test via DSL:
http://www.webpagetest.org/result/120428_5G_44HE5/1/details/
It shows that data.json takes more than 11 seconds to load.
If users start to interact with the sliders before the loading is finished, they won't see a result visualization until this data is completely loaded and processed. In order to improve the experience here, we should try to make the data more compact.
GZip compression would help, as an example.
The text was updated successfully, but these errors were encountered: