How to improve web speed and index on pagespeed

My website is slow and the metrics on pagespeed.web.dev are very poor. How to improve web speed and index on pagespeed.web.dev

1 Like

What did pagespeed.web.dev say that you should do?

you can access Google Web Fundamentals at the following link: https://developers.google.com/web/fundamentals

1 Like

If you can specify the problem I might be able to help you in a batter way. There are number of reason why website can be slow.
the main Metrix you need to win are in mind is CLS, LCP and INP.

For example this “Podio crm” website page has is failing due to LCP value is 4.7 sec

It is mainly because text element being being blocked due to lazy load. If they remove this render delay by applying Async CSS then this problem can be fixed.

So similarly if you have any specific problem post here below.

1 Like

Absolutely agree with @ethanklein, moreover, if you are using any images on the page make sure they are well optimized with a size less than 100kb and they are served in a Google’s recommended format like webp.