Browser too slow while fetching large amount of data

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
rahulreghu
Forum Newbie
Posts: 5
Joined: Sat Feb 21, 2009 12:49 am
Contact:

Browser too slow while fetching large amount of data

Post by rahulreghu »

I am trying to display large amount of values from the database using AJAX and PHP. I am using a set-interval function in AJAX which frequently interact with the server to produce the output. But the browser seems to be very slow. Can anyone help me to solve the above problem?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Browser too slow while fetching large amount of data

Post by alex.barylski »

Buy a new computer and upgrade your shared host to a dedicated.

Your question is way to vague and open ended to even answer, maybe post *some* code where you feel the problem area lies and someone might be able to spot something to improve performance.
rahulreghu
Forum Newbie
Posts: 5
Joined: Sat Feb 21, 2009 12:49 am
Contact:

Re: Browser too slow while fetching large amount of data

Post by rahulreghu »

Thank you for ur reply. I solved the problem.
Post Reply