Put javascript and css inline in a single minified html file to improve performance?

后端 未结 5 1643
孤独总比滥情好
孤独总比滥情好 2021-02-13 02:29

A typical website consists of one index.html file and a bunch of javascript and css files. To improve the performance of the website, one can:

  • Minify the javascrip
5条回答
  •  感动是毒
    2021-02-13 03:07

    this tools maybe help you. Turns your web page to a single HTML file with everything inlined - perfect for appcache manifests on mobile devices that you want to reduce those http requests.

    https://github.com/remy/inliner

提交回复
热议问题