next.js icon indicating copy to clipboard operation
next.js copied to clipboard

Docs: https://nextjs.org/ consumes too much GPU

Open twbbbb opened this issue 3 years ago • 1 comments

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

twbbbb avatar Oct 26 '22 11:10 twbbbb

Same here image

codart1 avatar Oct 26 '22 12:10 codart1

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.

QQCif avatar Nov 03 '22 07:11 QQCif

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:

balazsorban44 avatar Feb 28 '23 12:02 balazsorban44

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.

github-actions[bot] avatar Mar 31 '23 00:03 github-actions[bot]