// Flush current page size info so it's available in stats bag now
((AWBaseResponse)response()).flushSizeStat();
if (PerfWarningsEnabled) {
PerformanceState.Stats stats = PerformanceState.getThisThreadHashtable();
PerformanceCheck checker;
if (stats != null && (checker = stats.getPerformanceCheck()) != null) {
checker.checkAndRecord(stats, this);
}
}
if (requestContext.wasPathDebugRequest()){
Object type = request().formValueForKey("cpDebug");