|
Hi Guys,
I have a page that has some ajax in it.
Every few seconds or so it pulls data from a php script and places it in a div.
The divs get updates fine,, However in chrome ive been monitoring its footprint.
I can see that it does like 10k/s network usage while it updates a div, However its memory footprint keeps increasing.
Is there anyway i can get the ajax / javascript to clean up a bit better and keep its footprint lower?
Thanks
G
|