Magento Expert Forum - Improve your Magento experience

Results 1 to 5 of 5

Which are limitations of AJAX?

  1. #1

  2. #2
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    - The page cannot be bookmarked if implemented using Ajax.
    - If javascript is disabled , Ajax will not work
    - Different components of the pages are loaded at different times, response time may be slow and it may create confusion for the user.

  3. #3
    Junior Member
    Join Date
    Jul 2017
    Location
    Chennai
    Posts
    10
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    In return, the AJAX model has the following limitations:
    Only recent browsers that support the XMLHttpRequest Javascript object are able to correctly interpret an AJAX page.
    Search engines may not be able to index all content published with AJAX.

  4. #4
    Junior Member
    Join Date
    Mar 2017
    Location
    Delhi
    Posts
    244
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The main issue with AJAX is the refresh and back buttons are rendered useless.
    Browser is not able to correctly interpret the AJAX pages, Only the recent browser that supports the XMLHttpRequest Javascript is able to do interpret AJAX pages correctly
    AJAX is built in JavaScript and cause to rendering problem.
    Search Engine would not be index AJAX application
    Anyone can view the code source written for AJAX

  5. #5
    Junior Member
    Join Date
    Sep 2018
    Location
    United Kingdom
    Posts
    635
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Limitations of AJAX. In return, the AJAX model has the following limitations: Only recent browsers that support the XMLHttpRequest Javascript object are able to correctly interpret an AJAX page. Search engines may not be able to index all content published with AJAX.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •