01-20-2008, 01:33 PM
Instead of sending multiple requests back to the browser, why do you combine your XML sheets.
Example:
All of the periodical updates are really killing the sites speed and causing browser crashes.
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.