You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the scripts to the <head> and use the async and defer attribute to modify the behavior so that scripts can start being loaded earlier in the document.
The text was updated successfully, but these errors were encountered:
brassy-endomorph
changed the title
Use async/defer for JS stcript tabgs
Use async/defer for JS stcript tags
Oct 10, 2024
brassy-endomorph
changed the title
Use async/defer for JS stcript tags
Use async/defer for JS script tags
Oct 10, 2024
Is your feature request related to a problem? Please describe.
We are using an antiquated practice of loading scripts at the end of the HTML document.
hushline/hushline/templates/base.html
Lines 202 to 206 in ce44578
Describe the solution you'd like
Move the scripts to the
<head>
and use theasync
anddefer
attribute to modify the behavior so that scripts can start being loaded earlier in the document.The text was updated successfully, but these errors were encountered: