Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leverage the new script API strategy feature to defer front end scripts #254

Open
adamsilverstein opened this issue Oct 19, 2023 · 0 comments

Comments

@adamsilverstein
Copy link

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
@adamsilverstein 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant