What could impact FID?
To give an idea of FID, the following could impact the largest contentful paint:
- Render blocking JavaScript;
- Fully page load with deferred JavaScript;
- Long JavaScript tasks, such as ordering of search results or checkout calculations;
- Long JavaScript execution time;
- Large JavaScript bundles.