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.
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.