delphi-tips
delphi-tips copied to clipboard
Revise `<script>` elements to use `defer` loading
Pull all <script> elements into document <head> and add defer attribute to them to improve script loading characteristics.
See the similar ddablib/ddablib.github.io#43 issue for a discussion of how the use of defer affects inline scripts.