Content Strategy & SEO

Ankit_Gupta
Member

Optimization for Core Web Vitals

SOLVE

As we know, the Core Web Vitals are a set of specific factors that Google considers important in a webpage’s overall user experience. What are the various ways to optimize/improve the three specific page speed and user interaction measurements: largest contentful paint, first input delay, and cumulative layout shift for websites on Hubspot COS.

0 Upvotes
1 Accepted solution
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Optimization for Core Web Vitals

SOLVE

Hi @Ankit_Gupta ,

Ultimately optimizing and improving the largest contentful paint, first input delay, and cumulative layout shift is something that would need to be implemented with your developer. The reason is that it would require an intimate understanding of the code of your site and what may need to be changed. However, we do have some great documentation here which gives great tips on how to optimize your CMS Hub site for performance which should be a great resource for your developer. Additionally, the HubSpot Recommendations tool is a great way to get performance and SEO feedback specific to your website - as a first step, you could explore scanning your site with this tool (steps on how to do this are here). This should help pinpoint specific actions that may help with any issues you are seeing with these three measurements (such as lazy loading images, removing unused JS and CSS files, resizing images, etc.) and give some insight into what areas of your site you need to focus on to better optimize and improve it.

Along with this, I would like to share that It's the Same for everyone. To improve the LCP FCP and CLS Score we must keep in mind to use less Java script Especially on the first fold of the website and also use critical CSS and try to remove unnecessary Code to improve the page load time, also we must use the Webp and SVG image format as they lighter in weight. In Order to improve the overall score, we must use CDN to reduce the server time which will reduce the load time.

 

Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

View solution in original post

2 Replies 2
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Optimization for Core Web Vitals

SOLVE

Hi @Ankit_Gupta ,

Ultimately optimizing and improving the largest contentful paint, first input delay, and cumulative layout shift is something that would need to be implemented with your developer. The reason is that it would require an intimate understanding of the code of your site and what may need to be changed. However, we do have some great documentation here which gives great tips on how to optimize your CMS Hub site for performance which should be a great resource for your developer. Additionally, the HubSpot Recommendations tool is a great way to get performance and SEO feedback specific to your website - as a first step, you could explore scanning your site with this tool (steps on how to do this are here). This should help pinpoint specific actions that may help with any issues you are seeing with these three measurements (such as lazy loading images, removing unused JS and CSS files, resizing images, etc.) and give some insight into what areas of your site you need to focus on to better optimize and improve it.

Along with this, I would like to share that It's the Same for everyone. To improve the LCP FCP and CLS Score we must keep in mind to use less Java script Especially on the first fold of the website and also use critical CSS and try to remove unnecessary Code to improve the page load time, also we must use the Webp and SVG image format as they lighter in weight. In Order to improve the overall score, we must use CDN to reduce the server time which will reduce the load time.

 

Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

kvlschaefer
Community Manager
Community Manager

Optimization for Core Web Vitals

SOLVE

Thanks for sharing these insights with us, @Ankit_Gupta


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes