• Resolved cstangor

    (@cstangor)


    Hello,

    My featured images are too big sometimes but I can’t figure out why. For instance here:

    https://gettysburgconnection.org/gratitude/

    Changing the image sizes in the media image settings doesn’t seem to make any difference.

    Perhaps this is because your plugin is active?

    Despite using this plugin, Google flags my page load speed with this advice:

    Optimize your images
    Ensure that none of your images are larger than 100 KB and that
    most are within 50 KB. Using image standards like JPEG 2000,
    JPEG XR, and WebP to support stronger compression and smaller

    Can you help out? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rosell.dk

    (@roselldk)

    Yes, some of your images in the HTML are the originals (not thumbnails).

    For example, there is this HTML:

    
    <img src="https://gettysburgconnection.org/wp-content/uploads/2021/06/fox_pest_control.jpg" width="1736" height="279">
    

    However, other images are inserted with HTML that links to smaller versions:

    
    <img width="300" height="278" src="https://gettysburgconnection.org/wp-content/uploads/2021/11/community-voices-300-.jpg" class="attachment-post-single size-post-single wp-post-image" alt="" loading="lazy" srcset="https://gettysburgconnection.org/wp-content/uploads/2021/11/community-voices-300-.jpg 300w, https://gettysburgconnection.org/wp-content/uploads/2021/11/community-voices-300--150x139.jpg 150w" sizes="(max-width: 300px) 100vw, 300px">
    

    So your image sizes works.
    The problem must lie in generating HTML which also refers to the thumbnails
    It could be a theme or a plugin that doesn’t generate such HTML. Or perhaps you yourself inserted that HTML?

    Your next step is to find out which plugin or theme that is responsible for that HTML.

    Plugin Author rosell.dk

    (@roselldk)

    I see that you have images that aren’t served as webp. I think the problem is that these are outside your upload and themes folders. They are in a folder called “images” in your root. WebP Express can deliver these as webp too, but you have to change your “scope” setting to “Everything”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image sizing’ is closed to new replies.