GoogleChrome / GoogleChrome/lighthouse
font-display:swap fonts shouldn't affect lantern lcp
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
I'm a bit confused about the recommendation `uses-rel-preload` and the resulting `LCP` score. Without font preloading the `LCP` score looks ok and results in a 100 % rating in the performance category:

After adding the suggested preloading lines for my fonts the `LCP` increased a lot and the performance rating goes down to 80 %:

The preloading lines I use looks like this:
```
```
What am I doing wrong? Any way to get preloading and the `LCP` together? Thanks a lot for your help.
Contributor guide
Assessment
This issue has not been assessed yet.