performance - Refresh web page taking too long time to load -


we developing single installer web application using following technologies.

  1. wcf - named pipe binding.
  2. javascript, jquery.
  3. signalr
  4. mvc4

we have published web application in iis 7.5 , os windows 7.

here problem while running application 3 4 hours after can't in browser totally hanged.

few things want share you,

  1. few cases hide , show html in dom instead of removing.
  2. event handling - binding events don't check if event mapped element.
  3. signalr 1 of doubt. because pooling frequently.

right if stuck browser restart application pool.after comes under control.

so, can please tell me why happening, might post not clear can outlook

you use chrome profiler (in dev tools > profiles) potential memory leaks. common cause of memory leaks forgetting unregister event listeners when not required more. , mention binding, think it's lead follow.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -