by shigemk2

当面は技術的なことしか書かない

JavaScriptのasync

HTML script async Attribute

The async attribute is a boolean attribute.

When present, it specifies that the script will be executed asynchronously as soon as it is available.

気になるIE対応は10から。

プログレッシブレンダリングでUXを向上させるJS非同期読み込みのベストプラクティス | ゆっくりと…

非同期読み込みにすることで、読み込みの高速化を実現するらしいです。ね。