1. Ensure Pages Are Batch Compiled
<compilation batch="true" />
2. Disable debug
<compilation debug="false" />
3. Disable Tracing
< trace enabled =”false” pageOutput="false"/>
4. If use IIS 7, please add following section into web config file to Cache static files
<staticContent>
<clientCache httpExpires="Sun, 29 Mar 2012 00:00:00 GMT" cacheControlMode="UseExpires" />
</staticContent>