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.
in order improve performance can try following approaches:
- see if application server supports gzip , configure application/server return responses archived in gzip
- use minified version of jquery
- 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
Post a Comment