By this I don't mean sticking the tags at the end of the body tag (as per default) but putting the tags in the head and using the defer attribute on them. This seems to have some performance advantages (loading of js files becomes non-blocking, giving faster times to domInteractive) but like anything may have some pitfalls for dependencies, etc.
Has any adventurous soul tried it?
