In version 6.3 of SugarCRM are introducing a new method for loading pages that uses AJAX to load the html content rather than doing a full page refresh. This has some major impacts on performance.
You also have the option of totally disabling the AjaxUI with the following line. In config_override.php
$sugar_config['disableAjaxUI']=true;
just add line above in config_override.php
Hope you find this blog post helpful.
Feel free to add comments and queries, that helps us to improve the quality of posts.
You can contact us at [email protected]
Thank you.