We are changing how we measure #WebPerformance at @airbnb, @airbnbeng. Historically we’ve used Time To First Interactive. We now track a Page Performance Score based off of four user-centric metrics: TTFCP, TTFMP, FID, and TBT.
🖌️Time To First Contentful Paint (TTFCP) measures when “when the browser renders the first bit of content from the DOM”. This provides valuable user feedback that something is happening. developers.google.com/web/tools/ligh…