Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    Since you have advanced compression turned on, PNG images can often take a while to optimize. In this case, the full size is taking 17 seconds, and when you add in the resizes, it is likely exceeding the max timeout on your server. The setting you need to increase is usually the max_execution_time

    Thread Starter Rasmus

    (@rassom)

    Thanks. But are you sure – I’m guessing max_execution_time doesn’t matter when using the cloud version (which I am)? Also, it hangs for 10+ minutes and I have to close the browser tab, so to me it doesn’t seem like a execution time problem?

    Plugin Author nosilver4u

    (@nosilver4u)

    It technically shouldn’t matter, but depending on the server, it can make a difference. Do you know how to check the javascript console for errors? If you’re using chrome, you can go to More tools->javascript console and it should show you what it is doing, and you may be able to drill in and see a little more detail on what is happening. All that said, I still strongly suspect the max_execution_time.

    Thread Starter Rasmus

    (@rassom)

    Ohh.. doh! I found out the PNG image was 15mb ! No wonder it hung! Works fine now. Sorry! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bulk optimize "hangs"’ is closed to new replies.