Improving my website's performance (Part - 5) Fixing LCP load time
⏳ 2 min read
📝 303 words
Increase in LCP and how i fixed it
My LCP score has increased from 760 ms to 860.04 ms (almost a 100ms increase). Not good, need to fix this.
Well i did some design changes as well, so maybe because of that it's taking those in to account..
Time to first byte
The Time to first byte for the upgraded site comes to 32ms which earlier was 26ms in the previouse version. (increase by 6ms)
Prod environment (https://sujaykundu.com) :
TTFB - 26ms
Dev environment (https://dev.sujaykundu.com) :
TTFB - 32ms
Resource Load delay
The Resource load time has also increased by 23ms
Prod environment :
RLD - 667 ms
Dev environment :
RLD - 680ms
LCP Resource Load delay:
The load delay of the LCP element increased by 13ms
Prod environment :
LCP element load delay: 667ms
Dev environment :
LCP element load delay: 680ms
Resource Load Time:
The resource load time increased by 26ms
Prod environment :
Resource Load duration: 30ms
Dev environment :
Resource Load duration: 56ms
Element render delay :
The element render delay increased by 54ms
Prod environment :
Element Render delay: 38ms
Dev environment :
Element Render delay: 92ms