Replies: 1 comment 3 replies
-
resources being blocked due to mixed content? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am loading the Skeleton of a carousel with server-side rendering and loading the actual carousel with images at client-side render. Finally, the server-rendered skeleton is removed from the DOM.
The above implementation is showing LCP result of 0.8s. But, when I load my page with HTTPS, it shows the LCP time as 11s. Does anyone have any idea what can be the reason?
Beta Was this translation helpful? Give feedback.
All reactions