Comment about the importance of script defer
What does this MR do?
In this epic &4538 (closed), we're working on taking advantage of script defer and optimizing when we load scripts by removing event listeners for DOMContentLoaded. This means that our use of script defer is now critical or the FE entrypoint could run before the DOM is ready.
Thankfully, <script defer> has some pretty decent browser support