Measuring INP: one click cost 264ms, chunking it got 56ms
INP replaced FID in Core Web Vitals in 2024. I measured the same 220ms of work run in one blocking task vs. sliced with scheduler.yield, via the Event Timing API: 264ms drops to 56ms, with logs and code.


