• Resolved wangkai9999

    (@wangkai9999)


    Hi,

    I noticed that after images uploaded to wordpress, it will take a very long time to run the post processing until the thumbnails show up, is there any way to speed up the uploading, for example save the original image first, and post process all the new uploaded image in certain time period trigger by cronjob?

    Best Regards

    https://ww.wp.xz.cn/plugins/ewww-image-optimizer/

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

    (@nosilver4u)

    That would require a rewrite of the built-in Media Uploader, and I don’t think that is likely to happen. There are many who don’t use the full-size images in their post, and so they have to have the resized versions available immediately after upload with no delay whatsoever.

    A big cause of this type of behavior is when your theme (or plugins) register a bunch of new sizes for WordPress to generate. You can see how many are being generated by turning on debugging for EWWW IO, then browsing over to list view in the Media Library, where you’ll see the raw metadata with a yellow background.

    There is a way to unregister some of those sizes if you aren’t using them (won’t affect previous images): http://www.wpmayor.com/remove-image-sizes-in-wordpress/

    Plugin Author Shane Bishop

    (@nosilver4u)

    You might also be interested in this plugin: https://ww.wp.xz.cn/plugins/optimize-images-resizing/

    Not sure how well it works, but it sounds promising.

    Thread Starter wangkai9999

    (@wangkai9999)

    Thank you very much nosilver4u 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uploading problem’ is closed to new replies.