In the Web.Config for your Live and Staging site, DYNAMIC DEBUG COMPILATION settings should be set to false. Below is an example.
<compilation debug="false" defaultLanguage="vb">
Setting this to false will increase server performance.