Mini Profiler Assets do not specify a cache validator

What steps will reproduce the problem?

  1. Add profiling to your web app
  2. Run Google Page Speed
  3. Take note of “Specify a Cache Validator”

What is the expected output? What do you see instead?
I expect the assets of mvc-mini-profiler to specify a Last-Modified or ETag header.

Try as I may I can not reproduce any way this is causing an issue, assets already have an Expires header in the far future.

Since assets are all retrieved via ajax and Dom manipulation, both shift-reload and reload will always use the cached resources and will not perform a request.