I'm making an application. The application has a top, a side menu and content according to the selected menu.
In the content the user can add, remove, change and my question is: for example, when adding a new record should I update the content via AJAX, since everything else will remain the same?
I think with AJAX the answer is a bit slower, am I right? Is it better to load normally?