Uiinfrastructure API Docs  
 

ConfigHelper.GetPerformanceStacktracesEnabled Method 

Returns whether or not the performance metrics stacktraces displayed in the HTML source at the end of each page are enabled. This value should be false if web caching and acceleration software is being used, otherwise pages will never have static content.

public static bool GetPerformanceStacktracesEnabled();

Return Value

boolean true implies the stacktraces are displayed.

See Also

ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace