Skip to content

[🐞] Vite error overlay causes CPU/GPU to go insane #7675

@intellix

Description

@intellix

Which component is affected?

Qwik Runtime

Describe the bug

The vite-error-overlay has a backdrop-filter which uses blur(20px) and causes my M4 Max to go insane:

backdrop-filter: blur(20px) brightness(0.4) saturate(3);

I checked the Chrome Task Manager and I was using 5GB of RAM and my laptop started getting really hot. I guess it's unnecessary for showing an error and can be replaced with something simpler

Reproduction

N/A

Steps to reproduce

N/A

System Info

System:
    OS: macOS 15.5
    CPU: (14) arm64 Apple M4 Max
    Memory: 3.11 GB / 36.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 22.15.0 - ~/.volta/tools/image/node/22.15.0/bin/node
    npm: 10.9.2 - ~/.volta/tools/image/node/22.15.0/bin/npm
    pnpm: 10.6.2 - ~/.volta/bin/pnpm
  Browsers:
    Chrome: 137.0.7151.104
    Safari: 18.5
  npmPackages:
    @builder.io/qwik: ~1.14.1 => 1.14.1 
    @builder.io/qwik-city: ~1.14.1 => 1.14.1 
    @builder.io/sdk-qwik: ^0.20.1 => 0.20.1 
    typescript: ~5.7.2 => 5.7.3 
    undici: ^5.29.0 => 5.29.0 
    vite: ^6.0.0 => 6.3.5

Additional Information

It might be related to the fact that we have so many errors and it's a blur over a blur over a blur etc:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds triageNew issue which needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions