1.

How can a developer improve the AJAX performance?

Answer»

For IMPROVING performance of AJAX, we can go through the following steps:

  • Wisely elect the EVENT for AJAX REQUEST and operations.
  • Lessen the AJAX request numbers.
  • Properly USE GET requests.
  • Decrease the amount of data transferred.
  • Secure all data using the Caching.


Discussion

No Comment Found