Structured Data Support for data-vocabulary.org will go away on April 6, 2020 from Google Search Results

Google uses structured data to understand the content on the page. You can help us by providing specific information about your site, which can help your site display in richer features in search results.  Structured data is a standardized format for providing information about a page and classifying the page content; for example, on a recipe page, what are the ingredients, the cooking time and temperature, the calories, and so on.

Structured data schemas such as schema.org and data-vocabulary.org are very popular and Google now decided to focus only on schema.org  and discontinue support for data-vocabulary.org from April 6, 2020 from google search results.

Search Console will issue warnings for pages using the data-vocabulary.org schema so that they can update the markup with schema.org markup.

If you want to be eligible for Google rich result features Google recommends converting your data-vocabulary.org structured data to schema.org.

For understanding how Structured Data works learn from here

Max Potential First Input Delay

Max Potential First Input Delay is the first interaction experience/impression of your site/page. It is the first experience a user has when he tries to interact with your site. If you have Max Potential First Input Delay low then it means the site is usable and a better User Experience can be expected.

Its like the first impression is the last impression. Max Potential First Input Delay is one of the First metrics tracked and measured in the Performance speed section of the Google Page Speed Optimization Lighthouse report. Matrix captures the some part of Page Load Speed.

Max Potential First Input Delay is the expected time when a user gets active on the page of the site. Max Potential First Input Delay (FID) it is worst case scenarios which a user might experience in getting actively involved with the page on the site. Its something like clicking the call to action button, or selecting a dropdown value, clicking the next arrow of the slider or escaping the modal window or escaping the subscribe window to the time when page is able to complete the action needed or browser is able to respond to the user action.

First CPU Idle

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.

You can run Lighthouse in Chrome DevTools, from the command line, or as a Node module. You give Lighthouse a URL to audit, it runs a series of audits against the page, and then it generates a report on how well the page did. From there, use the failing audits as indicators on how to improve the page. Each audit has a reference doc explaining why the audit is important, as well as how to fix it.

Note: First CPU Idle is deprecated in Lighthouse 6.0. While some have found that First CPU Idle offers a more meaningful measurement than Time To Interactive, the difference isn’t significant enough to justify maintaining two similar metrics. Moving forward, consider using Total Blocking Time and Time To Interactive instead.