Login
Remember
Register
Ask a Question
List the steps to improve Ajax performance
0
votes
asked
Aug 8, 2023
in
AJAX
by
sharadyadav1986
List the steps to improve Ajax performance
ajaxperformance
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 8, 2023
by
sharadyadav1986
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
...