Double RPC request

If you want to go with a client-side cache, here’s a post that shows one approach: Using Globals to Limit Server Calls - #9 by jshaffstall

I tend to use that basic approach for most apps to hold data that changes infrequently, and then add specific features to it as needed. It could be extended to include the current user, for example.

1 Like