PFHeatMap.setHeatEnabled(!PFHeatMap.isHeatEnabled());
response.appendContentString("<script>window.close();</script>");
} else {
String id = request.stringFormValueForKey("id");
PFStatsNode stats = PFProfiler.statsWithID(id);
response.appendContentString("<html><body>");
response.appendContentString("<pre style=\"color: grey\">");
if (stats == null) {
response.appendContentString("Unknown stats id #" + stats);
} else {
String filter = request.stringFormValueForKey("filter");