Results 1 to 5 of 5

Thread: How to improve google core web vitals?

  1. #1
    Join Date
    Jun 2021
    Posts
    85

    How to improve google core web vitals?

    How to improve google core web vitals?

  2. #2
    Join Date
    Jan 2022
    Location
    India
    Posts
    34
    Reduce JavaScript (JS) execution.
    If your report shows a poor FID score, it means that your page interacts with users over 300 milliseconds.
    Implement lazy loading.
    Optimize and compress images.
    Provide proper dimensions for images and embeds.
    Improve your server response time.

  3. #3
    Join Date
    Jul 2022
    Location
    Kolkata, IN
    Posts
    4
    Quote Originally Posted by Aathvika View Post
    Reduce JavaScript (JS) execution.
    If your report shows a poor FID score, it means that your page interacts with users over 300 milliseconds.
    Implement lazy loading.
    Optimize and compress images.
    Provide proper dimensions for images and embeds.
    Improve your server response time.
    Thank you! I have gone through the core web vitals guide and it's a very technical thing. If you are from an IT background then you can easily understand how the core web vitals can be improved.

  4. #4
    Join Date
    Feb 2023
    Posts
    6
    1. Minimize third-party scripts: Third-party scripts can significantly impact page performance and should be minimized where possible.

    2. Optimize images: Ensure all images are sized appropriately, compressed, and served in a modern image format such as WebP.

    3. Leverage caching: Using caching can help improve page performance by reducing the need to re-download resources.

    4. Reduce server response times: Minimize the amount of JavaScript and CSS needed to render a page, and ensure the server is optimized to respond quickly.

    5. Implement lazy loading: Load content as it is needed to reduce the amount of data the user needs to download.

    6. Use preload and prefetch: Preload and prefetch resources that are needed by the page to ensure they are available quickly.

    7. Use a CDN: A content delivery network can help reduce the time it takes for resources to travel from the server to the user.

  5. #5
    Join Date
    Jan 2020
    Posts
    33
    1. If your site is on Wordpress , try to use least plugins
    2. Use GTM so that minimum scripts used in coding part of website that make it light
    3. Keep your images optimize in terms of size
    4. CTA should be implemented on website properly for FID purpose
    5. Above the fold part of your website should be informative.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •