import {onINP} from 'web-vitals'; // Measure and log INP in all situations // where it needs to be reported. onINP(console.log); import {onLCP} from 'web-vitals'; // Measure and log LCP as soon as it's available. onLCP(console.log);
Home Before After