My website is encountering issues with Google Pagespeed and I'm unsure of the cause. The primary bottleneck appears to be the LCP
time, which Google reports as taking between 7 and 11 seconds during each test.
Upon analyzing the waterfall chart, it is evident that everything above the fold loads quickly and remains static thereafter. Even when simulating a slower network speed on Chrome's performance tab, the content above the fold loads within 2 seconds. When examining the "View original trace" in Chrome with Lightspeed, there are no notable changes to the website after the initial load.
I have experimented by removing background images, web fonts, scripts, and all content below the fold, but these adjustments have had minimal impact on improving the LCP
time.
Could someone provide insight into what Pagespeed is waiting for before registering the LCP
as loaded?
https://i.sstatic.net/x0KY5.jpg
UPDATE
I have stripped down my website to only include essential elements with CSS retained. Visit
Despite rendering everything in the first frame of the waterfall, I continue to receive a poor LCP score (2.9s) on Lighthouse tests.