0 votes
in AJAX by
List some disadvantages of AJAX

2 Answers

0 votes
by

AJAX Disadvantages are:

  • Network Connection is slow and unreliable.
  • Debugging of code is difficult.
  • It is dependent on JavaScript.
0 votes
by

Following are the disadvantages of Ajax:

AJAX is dependent on Javascript. If there is some Javascript problem with the browser or in the OS, Ajax will not support

Ajax can be problematic in Search engines as it uses Javascript for most of its parts.

Source code written in AJAX is easily human readable. There will be some security issues in Ajax.

  1.  Debugging is difficult
  2.  Increases size of the requests
  3.  Slow and unreliable network connection.

Problem with browser back button when using AJAX enabled pages.

...