Improve your website with Web Vitals quiz

  1. Match these metrics with their purpose.

    Each answer only matches one item.

    Largest Contentful Paint (LCP)

    First Input Delay (FID)

    Cumulative Layout Shift (CLS)

  2. Field data that captures the performance experienced by a website's actual users is also known as ___.

  3. Which of the following are recommended to prevent your performance-measurement code from negatively impacting the performance of your web page? Select all that apply.

    Choose as many answers as you see fit.

  4. A Long Task is JavaScript code that monopolizes the main thread for extended periods of time. During this time, users may find your UI unresponsive. Any piece of code that blocks the main thread for ___ms or more can be characterized as a Long Task.

  5. True or false? Always insert new content before existing content. This ensures that any layout shifts that occur are expected.