Skip to content

LCP Failing to calculate – CSS Opacity

Issue Description

Page Speed Insights fails to calculate LCP when there’s opacity animations on the initial page load.

Affected Browsers

Issue Type

How to Fix the Issue

Basically setting the opacity to anything higher than 0 will do the trick!

Fixed Code Snippets

opacity: 0.1;

References

Reference Description

Reference Link

Information about the issue

Back to Issues List