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

The TBT metric value is relatively high in the sitespeed test results. #4311

Open
heavenmyth opened this issue Nov 5, 2024 · 3 comments
Open

Comments

@heavenmyth
Copy link

Your question

The TBT metric value is relatively high in the sitespeed test results.

When using Lighthouse, the TBT is around 200ms, but in the sitespeed test, the TBT is around 600ms.

@soulgalore
Copy link
Member

Hi @heavenmyth TBT depends on the CPU speed on the server where you run the tests. Do you run both tests on an isolated server or do they run on different machines? Do you set the CPU speed on the machine when you run the tests?

@heavenmyth
Copy link
Author

HI @soulgalore ,Thank you for your response
I conducted the tests on the same Mac computer, which has an Intel chip. The difference is that Sitespeed was run using a Docker image, while Lighthouse was run directly in the browser.

The Docker command executed is: docker run -e MAX_OLD_SPACE_SIZE=4096 --shm-size=4g --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:35.3.1-plus1 urls.txt -b chrome --config config.json

@soulgalore
Copy link
Member

Yeah Docker adds some overhead.

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

No branches or pull requests

2 participants