Exforsys

Online Training

Reason for Reduced Performance

This is a discussion on Reason for Reduced Performance within the ASP forums, part of the Programming Talk category; I have set <compilation debug="True"/> in my ASP.NET application. My Site is drastically slow ...


Go Back   Exforsys > Programming Talk > ASP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-02-2007, 03:32 PM
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
Exclamation Reason for Reduced Performance

I have set
<compilation debug="True"/>

in my ASP.NET application. My Site is drastically slow down. I want to know is it because of setting <compilation debug="True"/>. If so what is the reason for this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-08-2007, 03:43 PM
Senior Member
 
Join Date: Apr 2006
Posts: 141
Adrian is on a distinguished road
Yes it is because of setting <compilation debug="True"/>. You have to make the setting as <compilation debug="FALSE"/>. Because when the option is set as true you would have unnecessary debug going on at the back which would reduce the performance of application for sure. So use it only when you need to debug actually and surely this mode will not be needed for your final implementation at the user level.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
LoadRunner FAQ kalareddy Testing Tutorials 2 10-02-2007 03:19 AM
Performance Efficiency Adrian Java 2 04-07-2007 08:52 AM
Kindly Provide the Reason caradoc Coldfusion 0 01-14-2007 10:06 AM
How to Achieve Maximum Performance Adrian Oracle Database 0 12-10-2006 02:48 AM
Performance Engineering Opening @ Sun Microsystems Bangalore techguru Experienced Job Seekers - India 0 05-24-2005 08:24 AM


All times are GMT -4. The time now is 07:22 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.