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

Using Chrome for Testing with GPU in Docker container is slower than chrome-headless-shell #4955

Open
samohovets opened this issue Feb 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@samohovets
Copy link
Member

Bug Report 🐛

I was testing rendering a React Three Fiber + Remotion composition with chromeMode: 'chrome-for-testing'.

Setup:

When using Chrome for Testing, the render was slower X times than chrome-headless-shell, where X – concurrency.

Example:

  • Render time with concurrency 3 with Chrome Headless Shell: 7.10 minutes.
  • Render time with concurrency 3 with Chrome for Testing: 21.5 minutes.

So maybe there's an issue with parallelization since it's a single browser with multiple tabs?

I can provide an isolated reproduction. I'm creating this issue in case anyone else also encounters this.

@samohovets samohovets added the bug Something isn't working label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant