Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the limitations of Ajax?
Home
AJAX
What are the limitations of Ajax?
0
votes
asked
Aug 8, 2023
in
AJAX
by
sharadyadav1986
What are the limitations of Ajax?
ajax-limitations
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Aug 8, 2023
by
sharadyadav1986
Limitations of Ajax are listed below:
Ajax is not advisable in developing web applications but is great for websites.
View page source display code is written in Ajax exposing the functionality.
It is complex, less secured, needs more time in developing web pages.
Search engines cannot index pages developed using Ajax as Crawlers cannot identify web applications developed in JavaScript and Ajax.
XMLHttpRequest object can only fetch information from the server where pages are hosted but cannot fetch information from another server.
It is not possible to bookmark pages developed in Ajax.
Ajax cannot function with JavaScript disabled in the browser.
It has a slow response time because different page controls load at different times.
Dynamic page registration of its own on browser history engine is not possible, the code-behind file function does not work.
0
votes
answered
Feb 1
by
john ganales
An Ajax Web Application tends to confuse end users if the network bandwidth is slow and there is no full postback running.
...