Closed caffodian closed 8 years ago
If it's low hanging fruit, we can do this for every spellcheck, but the initial load is most important.
I suspect given the way it is right now, it'll be easier to handle this in the initial spellcheck only.
Fixed in #14
scanning for words, and marking blocks should still be per-block.
But the in between step of doing the XHR check should be batched.
When for example, 5 blocks have been scanned, do the XHR to check the words. When this comes back, mark the blocks that were included in the XHR request.