PolicyStat / ckeditor-spell-check-plugin-js-dev-edge

User interface enhancements and beta features for http://ckeditor-spellcheck.nanospell.com . This repo is for nanospell developers and trusted partners to modify and fork plugin.js
Other
0 stars 0 forks source link

Add block request limit to reduce number of ajax calls on initial load #14

Closed sbaughman closed 8 years ago

sbaughman commented 8 years ago

This will batch word checks sent to the spellcheck API to reduce the overall number of requests, while still maintaining parallel rendering after the response is received. The number of blocks combined per request can be modified with the BLOCK_REQUEST_LIMIT at the top of the plugin.js file.

caffodian commented 8 years ago

I really appreciate the quick turnaround and the request for early feedback on this. :)