cahamo / cahamo.github.io

Cahamo's electronics and micro-controller website.
https://cahamo.delphidabbler.com
MIT License
0 stars 0 forks source link

Revise `<script>` elements to use `defer` loading #30

Open delphidabbler opened 1 year ago

delphidabbler commented 1 year ago

Pull all <script> elements into document <head> and add defer attribute to them to improve script loading characteristics.

delphidabbler commented 1 year ago

See the similar ddablib/ddablib.github.io#43 issue for a discussion of how the use of defer affects inline scripts.