next.js
next.js copied to clipboard
Docs: https://nextjs.org/ consumes too much GPU
What is the improvement or update you wish to see?
https://nextjs.org/docs is a static page but it keeps cosuming 30% GPU
Is there any context that might help us understand?
I've tried Ubuntu intel i5-6200U laptop, Windows 10 i7-870, GT430 desktop firefox, chrome, edge, disable javascript, guest mode(no extensions)
only disabling CSS removes the problem (copied from stackoverflow) document.head.parentNode.removeChild(document.head);
Does the docs page already exist? Please link to it.
No response
Same here

I guess it's the animation of Next.js Conf button causing high GPU usage. After removing that button, GPU usage drops down to normal.
Given Next.js Conf is over, and the fact that I could not reproduce, I'll close this issue for now. Let us know if you still think there is a problem in a new issue. :+1:
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.