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

To reduce time "waiting on main thread," #131

Open
jgaffuri opened this issue Oct 25, 2024 · 0 comments
Open

To reduce time "waiting on main thread," #131

jgaffuri opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@jgaffuri
Copy link
Contributor

Consider:
Minimizing heavy JavaScript computations by using Web Workers or async/await.
Deferring or lazily loading non-essential resources to reduce initial load.
Breaking up large tasks into smaller, asynchronous tasks using requestAnimationFrame or setTimeout.
Optimizing DOM manipulation by reducing unnecessary changes and batch updates.

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

2 participants