Why it matters
INP is how long the page takes to visibly respond after a tap or a click. Above 200ms the interface starts to feel like it is ignoring the user.
How to fix it
Break up long JavaScript tasks, defer work that is not needed for the first interaction, and cut third-party scripts on the critical path.