Is there a ServiceStack Profiler results view

I am having difficulty finding the best way to display a profiled results index page using ServiceStack Profiler. When using miniprofiler, you can access the results index view by visiting a path such as “~/mini-profiler-resources/results-index”. Is there equivalent functionality with ServiceStack profiler?

PS: There are a number of reasons we dont want to use the MiniProfiler… so that is not an option. Though I love the ajax auto refresh capability that the index view comes with.

The only profiler services available is the services MiniProfiler uses to display its results which you can view by opening Chrome Inspector when MiniProfiler is enabled, e.g:

Where we can see MiniProfiler getting its results from the /ssr-results?id={id} service.

If you look at the HTTP Headers for the HTML Page (containing the MiniProfiler UI) you can get the Mini Profiler Ids for the latest Requests:

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
X-MiniProfiler-Ids: ["51714cb05f33448da3fdfa05c6bda796","276f1de055f641758430759fd70d9d51","bd65e7ffa3cb42b39a0413ce916dbcb5","7d025bffdc4c43e0b72a8537eda34e14","4160960aff724540899ff0bdc92a774a"]
X-SourceFiles: =?UTF-8?B?Qzpcc3JjXFNlcnZpY2VTdGFja1x0ZXN0c1xTZXJ2aWNlU3RhY2suV2ViSG9zdC5JbnRlZ3JhdGlvblRlc3RzXGRlZmF1bHQuYXNweA==?=
X-Powered-By: ASP.NET
Date: Mon, 01 May 2017 19:52:57 GMT
Content-Length: 3859