Application Strategy
Below are some points to consider when developing your application.
Think through each block you add. Determine where it should be run (client and/or server). If at all possible have it run on the client. For example if you have a Content block on a page that acts as a header it can be downloaded to the client and never needs to call the server on the page load.
Last updated