• Resolved wordpressdatasal

    (@wordpressdatasal)


    Hello
    I tried to turn on webP photos, but failed and see this warning :
    WebP rules verified, but self-test failed: WebP response was too small
    WHat can i do?
    Thanks

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter wordpressdatasal

    (@wordpressdatasal)

    Yes, I did the optimization of the images again – as you wrote. Unfortunately, no effect.

    Plugin Author nosilver4u

    (@nosilver4u)

    Hmm, I ran several images from your home page through on my site, and all were converted to WebP, anywhere from 30-70% savings.
    I was lining out some more debugging steps, and while testing it myself, I discovered a bug in the bulk process when doing WebP Only mode. I’ll dig into that and let you know when I have a fix ready for you.

    Thread Starter wordpressdatasal

    (@wordpressdatasal)

    Thank you so much for your time!

    Plugin Author nosilver4u

    (@nosilver4u)

    Thread Starter wordpressdatasal

    (@wordpressdatasal)

    I updated the plugin, did the WebP images conversion again and nothing changed.
    I guess it’s a problem strictly with this website, not your plugin.

    Plugin Author nosilver4u

    (@nosilver4u)

    Hmm, let’s run a debug on the bulk then, so we can see exactly what is going on “under the hood”:

    1. Enable the debugging option on the support tab
    2. In the media library, switch to list mode
    3. Find and select this image: https://www.staging3.canyoncatering.net/wp-content/uploads/2015/09/Canyon-catering-wedding-couple1.jpg
    4. From the bulk actions drop-down menu, choose bulk optimize
    5. Make sure Force Re-optimize and WebP Only are selected
    6. Complete the bulk process on that one image
    7. Look for the Show Debug Output button(s) and click that to display all the debugging detail
    8. Copy the optimization log AND the debug output and post them on pastebin.com (share the link here)

    That should give us a clearer picture of what is happening on your site!

    Thread Starter wordpressdatasal

    (@wordpressdatasal)

    Plugin Author nosilver4u

    (@nosilver4u)

    Aha, that shows something interesting. The images in your slider are all 1400×500 versions of the images, but in the debug log there is no reference to that size/version of the image, nor any indication that it is a size “registered” via the normal WordPress methods.

    I suspect those images have likely not been optimized at all, since they are essentially “unregistered sizes” and would require configuring EWWW IO to do a more low-level folder scan of the uploads folder.

    You can read more in our docs at https://docs.ewww.io/article/4-getting-started (Beyond the Media Library section) but let’s start with this:
    1. Enable “Ludicrous Mode”
    2. On the Advanced tab, add this folder into Folders to Optimize: /home/customer/www/staging3.canyoncatering.net/public_html/wp-content/uploads/2015/
    3. Run a bulk optimize, shouldn’t need to check any boxes for this.

    During the bulk optimizer, the plugin will then scan the 2015 folder on the server directly. Assuming those unregistered sizes have never been optimized by EWWW IO, it will then optimize the images and convert them to WebP.

    IF they have somehow been processed by EWWW IO before, then just use the Force re-opt and WebP Only options and try it again.

    Once you’ve confirmed it working for the 2015 folder, go ahead and change the Folders to Optimize to this:
    /home/customer/www/staging3.canyoncatering.net/public_html/wp-content/uploads/
    And then run the bulk again to process the unregistered sizes for all your images.

    Afterwards, you might need to enable the Include Media Folders and Scheduled Optimization to process the unregistered sizes for new uploads. Remove the uploads folder from the Folders to Optimize though, that way the scheduled job only needs to scan a couple folders at a time instead of the entire /uploads/ folder.

    Thread Starter wordpressdatasal

    (@wordpressdatasal)

    I did what you asked for, but I still can’t see the WebP files. I guess it’s better to forget about this case.

    Plugin Author nosilver4u

    (@nosilver4u)

    Really? I’m seeing WebP for all those images now. Note that with the server-based rules, you won’t see URL changes. Instead, you need to look at the content type of the image being delivered. More on that here: https://docs.ewww.io/article/119-webp-delivery

    Thread Starter wordpressdatasal

    (@wordpressdatasal)

    OK thanks ! I did not know. Thank you again for your time ??

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘WebP rules verified, but self-test failed: WebP response was too small’ is closed to new replies.