Does excess use of AJAX affects performance? In context of big size web-applications, how do you handle AJAX requests to control asynchronous requests?
Does excess use of AJAX affects performance? In context of big size web-applications, how
Share
excess use of anything degrades performance; using AJAX where necessary will improve performance, especially if the alternative is a complete full-page round-trip to the server [a ‘postback’ in asp.net terminology]