jQuery running slow; want to find out what is still running -
my page slows down after while of use. thinking because of jquery functions never stop running once executed. there way check still running can find out bug lies?
thanks!
i suggest use firebug debugging. start firebug open page , see in console tab going on. recommend check ram memory usage. if have kind of jquery functions cycling on , on again , cacheing date in memory can make page going slow down.
Comments
Post a Comment