The Page Computation

18 views Published on Nov 29, 2013
Applies to: All versions

Page computation is the process by which new up-to-date information is computed on the server after a user action. The computed information is then used for rendering all, or part, of the client page or just a part of it. Know how the page computation works is useful when you model a page that is not acting as you expect. In fact, you can understand why the behavior is different from the one you want and you can change the model in order to suit your needs.