• Resolved Gabriel

    (@mrgkanev)


    Hi,

    When an image is already uploaded as .webp and “Image WebP Replacement” is activated it makes the URL of the image unusable. (image.webp.webp)

    When the feature is stopped the images work again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    the replacement will check the file existence first, only replace URI when exists

    and I think it only checks for jpg , png and gif , but not webp

    it must be weird to have something.webp.webp link

    please try enable the debug log , see what logs says

    Thread Starter Gabriel

    (@mrgkanev)

    The problem I can see is if the image is already uploaded as .webp. – which you can do now with stock WP.

    Here is the debug log from it – https://pastebin.com/eh9kcQcv

    Plugin Support qtwrk

    (@qtwrk)

    12/14/22 11:27:40.802 [77.78.37.2:35234 1 ZeS] ?? ------GET HTTP/1.0 (HTTPS) /wp-content/uploads/2022/08/image-3-224x300-jpg.webp.webp
    12/14/22 11:27:40.802 [77.78.37.2:35234 1 ZeS] Query String:
    12/14/22 11:27:40.802 [77.78.37.2:35234 1 ZeS] HTTP_REFERER: https://zerno.co/blog/the-z1-is-here-to-stay-order-yours-before-9-30/

    the log shows you were accessing the webp.webp file which I assume is 404 page

    I mean the log when access the page itself where you have this webp.webp thing

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