What are the disadvantages of Ajax?



What are the disadvantages of Ajax?..

Answer / v madhu babu

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

How do we manage concurrent request?

0 Answers  


What is the role of scriptmanager in ajax?

0 Answers  


What are the security issues with ajax?

0 Answers  


Describe the ajax design pattern.

0 Answers  


Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?

0 Answers  






Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?

0 Answers  


How can AJAX applications be debugged?

1 Answers  


What is Script Manager?

1 Answers  


Did adaptive path help build google's ajax applications?

0 Answers  


What is the asp.net ajax framework?

0 Answers  


What is xmlhttprequest object in ajax?

0 Answers  


What is an ajax request?

0 Answers  


Categories