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
Is your feature request related to a problem? Please describe.
Improve performance and future compatibility by using the new defer strategy for front end scripts.
Describe the solution you'd like
This PR contains the changes I am proposing: #253
Describe alternatives you've considered
A manual approach to adding defer - too complex and fragile
Keeping in_footer => true - doesn't leverage defer, browser may discover script later, scripts after this are still blocked
The text was updated successfully, but these errors were encountered:
adamsilverstein
changed the title
Leverage the new script API strategy feature to defer front end scripts #253
Leverage the new script API strategy feature to defer front end scripts
Oct 19, 2023
Is your feature request related to a problem? Please describe.
Improve performance and future compatibility by using the new
defer
strategy for front end scripts.Describe the solution you'd like
This PR contains the changes I am proposing: #253
Describe alternatives you've considered
in_footer
=> true - doesn't leverage defer, browser may discover script later, scripts after this are still blockedThe text was updated successfully, but these errors were encountered: