• Resolved imjino

    (@imjino)


    Hello supporter
    As the title, I want to ask how to create WebP version of images without optimization?
    Because the image quality after compression is low! So, I want to create WebP version for images only.
    Thanks

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter imjino

    (@imjino)

    Hello
    This is screenshot from my admin control panel: https://prntscr.com/hhjj1h
    I don’t see any button on re-optimization or request.
    Thank

    Plugin Support LiteSpeed Lisa

    (@lclarke)

    Hi, imjino

    I have a clearer idea of what you want to do and what the issue is now.

    You want to start over from the beginning, but the server is not set up to do that. We’re going to need to give you a way to reset the counter and go back to the beginning, but we don’t have that in place yet.

    We’ll add a do-over button to the next version. It should be available next week.

    I’m sorry you’ll have to wait a little bit longer!

    Plugin Support LiteSpeed Lisa

    (@lclarke)

    Hi, imjino

    We have a solution for you, if you’re comfortable accessing your site’s database.

    You can run this:
    delete from wp_postmeta where meta_key like '%litespeed%'

    That will remove all of the image optimization information from your WP database and allow you to start over as if nothing had ever happened.

    Once you’ve made that change in your WP database, you can navigate to LiteSpeed Cache > Settings > Media, scroll all the way to the end, and set Only Request WebP to ON. Then, request the image optimization as usual, via LiteSpeed Cache > Image Optimization.

    We’ve changed the way things look and flow in Image Optimization with the latest version, so you can look at the wiki if you need to.

    Let us know if you run into any trouble!

    Thread Starter imjino

    (@imjino)

    Thank Lisa
    I followed your guide. However, it seems does not work.
    Only 4 versions of .webp were created:
    https://prntscr.com/hiykfb
    https://prntscr.com/hiyjge

    I think the previous optimized won’t be re-created again!

    Plugin Support Hai Zheng?

    (@hailite)

    Did you send all files to optimization request? Can you share your image optimization page screenshot?

    Thread Starter imjino

    (@imjino)

    Hi @hailite
    Yes, I did.
    This is image optimization page screenshot: https://prntscr.com/hiyo7u

    Thread Starter imjino

    (@imjino)

    Hello there,
    It seems works fine with this query
    delete from wp_postmeta where meta_key like '%litespeed%'

    Now, the optimization level is 5: https://prntscr.com/hlx5dv
    However, this will be better if there is the one-click button to rescan and re-optimate.
    All the best

    Plugin Support LiteSpeed Lisa

    (@lclarke)

    That button is coming in a future release.
    I’m glad to hear that it’s working for you now!

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘How to create WebP version of images without optimization’ is closed to new replies.