Browser too slow while fetching large amount of data
Moderator: General Moderators
-
rahulreghu
- Forum Newbie
- Posts: 5
- Joined: Sat Feb 21, 2009 12:49 am
- Contact:
Browser too slow while fetching large amount of data
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
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.
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
Thank you for ur reply. I solved the problem.