How to decrease the page load time in ASP.NET application? What should be the precautions and specially when we are interacting with databases
e.g.
Set in web.config when deploying the app
etc
Some of the key "take-aways" from TechEd 2010 North America:
<compilation debug=”false">
in web.config when deploying the app.You can watch the sessions online here, they're both highly recommended: