Reputation: 1013
I am currently creating a website with thousands of products. I migrated all the products but the images is an issue because of the long processing time to include them in the media library as I need the different sizes of the images. Anyone had that issue? Here are the solution I was thinking of:
Use a plugin such as wp all import and import them -> takes forever -> Not my Favorite option
upload the images in my upload folder then run imagemagic to resize and rename. Then run add server plugin to include the images in the media library -> anyone done it? how do I add files in bulk and resize?
upload images by hands to the media library -> not even thinking about this one.
An suggestions are welcome
Upvotes: 1
Views: 3387
Reputation: 1136
A forth option is to use WP-CLI Commands and the wp media import command.
https://developer.wordpress.org/cli/commands/media/import/
Also check out this article which covers your second option:
https://kinsta.com/knowledgebase/bulk-upload-files-wordpress-media-library-ftp/
Upvotes: 1