vue-microfrontends / root-config

Start here if you're learning microfrontends
MIT License
251 stars 63 forks source link

If gzip setting turn on, the loading will be faster. #12

Closed guguji5 closed 4 years ago

guguji5 commented 4 years ago

https://vue.microfrontends.app/rate-doggos loading takes some time, I find the gzip is off.

joeldenning commented 4 years ago

Gzip is not off - gsutil -Z ensures that they are gzipped before uploaded. My previous commit was in error - I should have verified whether they were gzipped before uploading them.

See the code below:

https://github.com/vue-microfrontends/root-config/blob/05149fe8877313dd7840b874f71ced2490e2db03/.circleci/config.yml#L67

image