frontendBy Zahid Khan

What is FID (First input delay)?

It is measure delay between user first interaction and browser responds. It mainly happened due to js main thread block by heavy js. We improve it by reducing JS execution time and using code splitting. Good: < 100ms
#reactjs#nextjs