asp.net mvc - Performance in MVC web application -


i struggling performance in mvc application.i loading partial page (popup) taking hardly 500ms. each time popup loads downloads 2 jquery files well. possible use jquery cache or parent page?

i have attached image in red shows 2 additional request server.

enter image description here

in order improve performance can try following approaches:

  1. see if application server supports gzip , configure application/server return responses archived in gzip
  2. use minified version of jquery
  3. there packing libraries can pack imported resources, such css files , js files, , browser 1 request per resource type. instance, in java have library called packtag.

in general, recommend using google chrome browser , performance analyzer. give hints.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -