Programming Languages
AJAX
Subjective
May 10, 2013
What are the disadvantages of Ajax?
Detailed Explanation
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.
Debugging is difficult
Increases size of the requests
Slow and unreliable network connection.
Problem with browser back button when using AJAX enabled pages.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts