watch.start("rhino setup");
RhinoExecutor.execute(new JsTask<String>() {
@Override
public String run(final Global global, final Context context,
final Scriptable scope) throws IOException {
watch.stop();
watch.start("r.js");
ServletContext servletContext = servletContext();
final String tmpdir = System.getProperty("java.io.tmpdir");
final HttpServletRequest currentRequest = currentRequest();
final String profile = currentRequest.getParameter("profile");