「Concatenate a set of Web Components into one file」
Polymer/vulcanize : github
GTUG Girls のサイトに使ってみた。
$ vulcanize -o index.html index_raw.html
Web Components が index.html に結合され、platform.js と polymer.js だけ残る。
- vulcanize 前 : http://www.gtuggirls.jp/index_raw.html
- vulcanize 後 : http://www.gtuggirls.jp/index.html
Google の PageSpeed Insights にかけてみた
- vulcanize 前 : モバイル 81/100、パソコン 89/100
- vulcanize 後 : モバイル 74/100、パソコン 86/100
だいたい3000行くらい(index_raw.html は125行)になったので、-s オプションを付けてコメントと空行を削ったら1000行くらいになった。
$ vulcanize -s -o index.html index_raw.html
Request数
- vulcanize 前 : 68 requests
- vulcanize 後 : 42 requests
0 件のコメント:
コメントを投稿