• Resolved ajshanahan

    (@ajshanahan)


    I’m currently trying to speed up my website, but the largest contentful paint size for mobile is huge (c. 6seconds). I think I’ve reduced this for desktop by uploading a webp version of the image, but it seems the mobile is still using the large jpg version. How can I amend this so that it’s much much smaller and quicker?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WP Moose

    (@wpmoose)

    I checked your site and it seems that the home page images still use jpg instead of webp on the desktop, so maybe you are not replacing each image correctly. Desktop and mobile share the same images, So it should work on mobile as long as you replace it correctly.

    For improve page speed, there are a few options to do so in the theme settings:

    1. Turn off the preloader at Customizing -> Global Settings -> Preloader
    2. Turn off scroll reveal effect at Customizing -> Global Settings -> Scroll Reveal
    3. Enable Customizer Cache at Customizing -> Global Settings -> Performance
    4. Load Google Fonts Locally at Customizing -> Global Settings -> Performance

    For options 1 and 2, you lose some features in exchange for better page speed.

    For option 3, it’s on by default, if you’re experiencing styling errors, or the style changes not working, try turning it off.

    Hope this helps.

    Thread Starter ajshanahan

    (@ajshanahan)

    Thank you, that seems to have helped a lot.

    The only two remaining barriers to this being resolved according to the google pagespeed analysis are:

    • Consider reducing the time spent parsing, compiling and executing JS.
    • Largest contentful paint

    Any idea how I’d address those things?

    Theme Author WP Moose

    (@wpmoose)

    Sorry, so far we have no suggestions on this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce largest contentful paint size for mobile’ is closed to new replies.