Hello,

I'm adding about 100 nodes while my users wait, so I would love to speed up the process.

Right now I'm running a looped node save and its pretty slow, like 30s to 1min. Is there any way to speed the process up? Possibly by doing one multi-row insert into mysql? I can't find ANY info on multi row inserts using drupal. Help!

Thanks

Comments

mdupont’s picture

Category: feature » support
Status: Active » Closed (works as designed)

See the Batch API in the documentation. There are also contibuted modules for that.