How i can improve the performance of my asp.net mvc application [built in 3 razor]
well i want to do something to enhance the performance of my website by doing following things.
the page have much image [small images] are i can optimize them then client browser easily download them and trying to get them after page load.
because all css are not use on every time. in IE i found that most of css is unusable for page. like various jQuery or css plugin framework file not used in every page.
well are i can merge all css or js file then browser never send request to get css or js from server.
what i do then performance can be improved. are i should use