This importer is great!
But it's still slow, importing a thousand of nodes having some dozens ACF is still a task taking tens of minutes.
One issue is the time spent into making thousand of individual INSERT INTO wptests_postmeta.
Thus I wonder if this couldn't be bulkified.
This importer is great!
But it's still slow, importing a thousand of nodes having some dozens ACF is still a task taking tens of minutes.
One issue is the time spent into making thousand of individual
INSERT INTO wptests_postmeta.Thus I wonder if this couldn't be bulkified.
wp_defer_*_counting(true)which Importer already does.remove_action('do_pings')fetch_attachmentsfrom the command-line PR extend the options that wp-cli can pass to the import #145Don't you think having a some (WP-core or not)
bulk_add_post_meta()could dramatically improve import time?