xcat2 / xcat.org

Repository for managing the xcat.org website
2 stars 8 forks source link

Restruct CSS, JS, html and footer section content to speed up index.html #112

Closed bybai closed 5 years ago

bybai commented 5 years ago

CSS JS are generated by google web designer, the CSS JS HTML label can be improved to speed up index.html. The index.html can be improved based on the following policy: How to speed up your website in 2019

  1. Minimize HTTP requests.
  2. Minify and combine files.
  3. Use asynchronous loading for CSS and JavaScript files.
  4. Defer JavaScript loading.
  5. Minimize time to first byte.
  6. Reduce server response time.
  7. Choose the right hosting option for your needs.
  8. Run a compression audit.

Compared with the policy, our index.html need to do 1. 2. 3.