• I LOVE the idea of this plugin – I want to regenerate a new size of thumbnail added to my new theme – and only that size, since I have some 60k images on my site. However, I seem to be stuck at the “Reading Attachments” phase right after I click “regenerate thumbnails.”

    Can anyone please suggest a solution? It would really help me out if we could make this work!

    Thanks
    NR

    http://wordpress.org/extend/plugins/simple-image-sizes/

Viewing 1 replies (of 1 total)
  • Plugin Author Nicolas Juen

    (@rahe)

    Hi !

    If you have this amount of images and lot of sizes then I do not recommand you to use the WordPress API with the add_image_size function.
    At each upload the images a generated on every sizes, even the one you never use :/.

    So my recommandation is to use a plugin like WP Thumb.
    Do not use the add_image_sizee function but read the documentation or WP_Thumb, the plugin will generate the size at the moment you will need it :).
    But if you still need to regenerate all the image sizes, use the CLi command with a file like this :
    https://github.com/herewithme/wordpress-cli-tools/blob/master/rebuild-thumbs.php

    At the end your problem is you have too many medias to regenerate and your server send you an error before having them all, so the script cannot continue..

    I hope this will help !
    Rahe.

Viewing 1 replies (of 1 total)
  • The topic ‘Stuck at "Reading Attachments"’ is closed to new replies.