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

Lighthouse doesn't support frameset or measure frames #11311

Open
fizista opened this issue Aug 25, 2020 · 1 comment
Open

Lighthouse doesn't support frameset or measure frames #11311

fizista opened this issue Aug 25, 2020 · 1 comment
Assignees

Comments

@fizista
Copy link

fizista commented Aug 25, 2020

Provide the steps to reproduce

  1. Run LH on
lighthouse http://www.franciszkanie.rybnik.pl --max-wait-for-load 70000
# or
lighthouse http://www.bl-karolina.katowice.opoka.org.pl/index.html --max-wait-for-load 70000
# or
lighthouse http://www.nspjbrzeziny.pl --max-wait-for-load 70000

What is the current behavior?

Returns an error:

Runtime error encountered: Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FCP)

Environment Information

  • Affected Channels: CLI, DevTools
  • Lighthouse version: 6.2.0
  • Chrome version: 84.0.4147.105
  • Node.js version: v14.8.0
  • Operating System: Ubuntu 20.04.1
@patrickhulce patrickhulce changed the title Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FCP) Aug 25, 2020
@patrickhulce
Copy link
Collaborator

patrickhulce commented Aug 25, 2020

Thanks for filing @fizista! Lighthouse currently observes the spec of FCP which does not consider content in framesets.

We're interested in reporting entire page performance in the future that might address this but it's a larger effort and for now you'll need to audit the URL inside the frame instead.

Googlers see

Frame handling doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants