Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Sites with the highest time-to-consistently interactive #5

Closed
addyosmani opened this issue Aug 10, 2017 · 0 comments
Closed

Sites with the highest time-to-consistently interactive #5

addyosmani opened this issue Aug 10, 2017 · 0 comments

Comments

@addyosmani
Copy link
Contributor

Sample query from Rick:

SELECT
  JSON_EXTRACT(report, "$.audits.consistently-interactive.rawValue") AS ttci,
  JSON_EXTRACT(report, "$.audits.first-interactive.rawValue") AS ttfi,
  JSON_EXTRACT(report, "$.audits.first-meaningful-paint.rawValue") AS fmp
FROM
  [httparchive:har.latest_lighthouse_mobile]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant