rooftopcms / rooftop-cms

Rooftop CMS is an API-first WordPress CMS for developers and content creators
http://www.rooftopcms.com
GNU General Public License v3.0
220 stars 23 forks source link

Add Wordpress importer plugin #38

Open edtjones opened 7 years ago

edtjones commented 7 years ago

We should have the WordPress importer plugin installed so people can migrate to rooftop easily. This needs some thought to make sure we aren't going to bog down the servers with long-running synchronous requests

edtjones commented 7 years ago

The delay with this is the fact that the importer runs in the same thread as the application; giving every user the ability to import stuff feels like a performance risk so we're looking at options to offload.