• Resolved Anonymous User 18051603

    (@anonymized-18051603)


    Hi, I am just wondering what this function entails.

    ewww_image_optimizer_resize_from_meta_data()

    I was guessing Image Resizing and have disabled all Resizing settings from the Settings page.

    I’m just concerned as this single request takes a long time on my server.

    Is there a way I can disable this request and only have optimization be triggered via Wp-Cron?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Shane Bishop

    (@nosilver4u)

    Hi Malik,
    That function does everything (scaling, compressing, and conversion) for new image uploads, but I’ll admit it IS poorly named 🙂
    Regardless of how the function is run, it’s still going to take the same amount of time, BUT by default it should be running async for new uploads, using the same exact method as wp_cron.
    You can look at the settings page to make sure background/async mode is working properly (towards the right-side of the status section). If background mode is disabled, shoot an email via https://ewww.io/contact-us/ and we’ll dig into it.

Viewing 1 replies (of 1 total)

The topic ‘ewww_image_optimizer_resize_from_meta_data’ is closed to new replies.