deliciousbrains / better-search-replace

A simple plugin for updating URLs or other text in a database.
https://bettersearchreplace.com
GNU General Public License v3.0
89 stars 36 forks source link

Improve batch processing #14

Closed mattgrshaw closed 9 years ago

mattgrshaw commented 9 years ago

Add/improve batch processing functionality. There is currently code to split it up into chunks but this is ran through a for loop.

Look into switching to AJAX-based batch processing where each block is ran in background via a separate request, and determine if performance impact outweighs benefits.

mattgrshaw commented 9 years ago

This has been completed.