Facebook      


  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Your AJAX methodology

#1
Instead of sending multiple requests back to the browser, why do you combine your XML sheets.

Example:
Code:
<?xml version="1.0"?>

<response>
             <race>
                  <status>2</status>

                 <time>1200861051</time>
             </race>
             <message>
                  <status>2</status>

                 <time>1200861051</time>
             </message>

</response>

All of the periodical updates are really killing the sites speed and causing browser crashes.
Reply


Digg   Delicious   Reddit   Facebook   Twitter   StumbleUpon  


Users browsing this thread:
2 Guest(s)


  © 2015 Kaos Logic