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

Reduced FPS with nuxt v3.10.3 #89

Open
5 tasks done
Dekier opened this issue Mar 10, 2024 · 1 comment
Open
5 tasks done

Reduced FPS with nuxt v3.10.3 #89

Dekier opened this issue Mar 10, 2024 · 1 comment
Assignees

Comments

@Dekier
Copy link
Sponsor

Dekier commented Mar 10, 2024

Describe the bug

I have created a new project with the latest nuxt 3.10.3. I added a simple view but unfortunately, from version 3.8.0 onwards, it has less than 40FPS. Even on a simple view, which is displaying a Torus. I can't find the cause of this problem. The problem occurs locally.
Windows 11

With nuxt 3.8.0 I have 165FPS (stable)

Reproduction

https://github.com/Dekier/html-error

Steps to reproduce

https://github.com/Dekier/html-error

System Info

No response

Used Package Manager

yarn

Code of Conduct

@alvarosabu alvarosabu changed the title LOW FPS in the newest nuxt 40 FPS with nuxt v3.10.3 Mar 11, 2024
@alvarosabu alvarosabu changed the title 40 FPS with nuxt v3.10.3 Reduced FPS with nuxt v3.10.3 Mar 11, 2024
@alvarosabu alvarosabu self-assigned this Mar 11, 2024
@Dekier
Copy link
Sponsor Author

Dekier commented Mar 11, 2024

fun fact:
NUXT 3.10.3
This little project on the browser:
Edge has ~40FPS but 100% CPU and 0 GPU usage.
Chrome has ~165 but 0% CPU and 10% GPU usage

For my game:
Edge has ~2FPS but 100% CPU and 0 GPU usage.
Chrome has ~40FPS but 0% CPU and 10% GPU usage

NUXT 3.8.0
For my game (big project):
Edge has ~168FPS but 10% CPU usage and 40% - 100% GPU usage.
Chrome has ~168FPS but 10% CPU usage and 40% - 100% GPU usage.

it looks like the newer nuxt blocks CPU and GPU usage on the windows
The project must be built on windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants