Re: DWR: IE Page Refresh Very Slow
I have done with this problem. It was occuring because i was not disabling ActiveReverseAjax on page unload. So, just like i do dwr.engine.setActiveReverseAjax(true) on page load, i did dwr.engine.setActiveReverseAjax(false) on page unload and that sort out the problem. by the way, i am using dwr-2.0.3