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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -