1.

How can I improve my Ajax performance?

Answer»

To improve AJAX call performance, follow these STEPS:-

  • REDUCE the AJAX request numbers.
  • Wisely elect the event on which AJAX request triggers.
  • Appropriately USE GET requests.
  • Reduce the AMOUNT of data transmitted.
  • Secure data using CACHING.


Discussion

No Comment Found