I read that this is bad for this, and beyond the specification, but I have an error that is somewhat intermittent and may be related. I just want to know if the general consensus is "to burn this code with napalm" or "it works in these limited conditions."
I found in a very complex code base tags <script>that are downloaded from external sources (javascript and jquery), and embedded scripts after </head>and before <body>. Most of them are code that needs to be downloaded after the form is fully loaded.
Before making any changes to include the code at the bottom of the Head tag, I would like to understand what is happening right now for clients who run this code (the goal is not to disrupt the current user), Will these be loaded scripts before the page will be displayed or after? What is the actual state of this code of an unearthly person, which should not be in the first place?
Thank!
source
share