AJAX vs AHAH Is there a performance advantage?
Posted
by LanguaFlash
on Stack Overflow
See other posts from Stack Overflow
or by LanguaFlash
Published on 2010-04-13T16:38:06Z
Indexed on
2010/04/13
16:53 UTC
Read the original article
Hit count: 436
My concern is performance, is there a reason to to send the client XML instead of valid HTML? Like most things, I am sure it is application dependent. My specific situation is where there is substantial content being inserted into the web page that has been pulled from a database.
What are the advantages of either approach? Is the size of the content even a concern? Or, in the case of using XML, will the time for the Javascript to process the XML into HTML counterbalance the extra time that would have been required to send HTML to start with?
Thanks, Jeff
© Stack Overflow or respective owner