0 votes
in AJAX by
List the steps to improve Ajax performance

1 Answer

0 votes
by

In order to improve the performance of Ajax call, we can consider the following steps:

  • Limiting Ajax requests to a minimum
  • A wise selection of events that triggers Ajax request
  • Optimum use of GET request
  • Minimize data amount transmission
  • Use Caching to secure data
...