Skip to content

chrome flag "--disable-translate" does not work in latest 6.4.1 CLI #11860

Answered by patrickhulce
alexd-3d asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for filing @alexd-3d!

--disable-translate isn't a Chrome flag and hasn't been for a number of years.

Chrome recently renamed the TranslateUI flag (which Lighthouse disables by default in 6.4.1) to Translate which is why this change might be new to you. Use --chrome-flags="--disable-features=Translate".

As for your headless v. non-headless questions. Yes, the performance characteristics can be different especially for graphics operations. There aren't really any Lighthouse options that can be changed to completely account for this. If running in a server environment virtual display options like xvfb can help run headful Chrome for the most accurate results.

The variability docs deta…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexd-3d
Comment options

Answer selected by alexd-3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11860 on December 19, 2020 23:58.