delphi-tips icon indicating copy to clipboard operation
delphi-tips copied to clipboard

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

Open delphidabbler opened this issue 3 years ago • 1 comments

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

delphidabbler avatar Oct 12 '22 22:10 delphidabbler

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

delphidabbler avatar Oct 14 '22 01:10 delphidabbler