Open
Description
Related to #100 for models, but will need a separate approach because actions always need to go through the entire AJAX lifecycle since anything can happen inside the component's view.
One thought is to experiment with throttling actions and combining them into one actionQueue
in the AJAX call if they happen in quick enough succession. Would potentially reduce the number of calls that would need to be made.
Another more long-term issue will be created to do a performance optimization (#110).