Miniprofiler gem generating a lot of 404 errors
The Miniprofiler gem for rails is very handy. (github, railscast)
However, I am getting a lot of 404 errors in my application:
In the chrome console, tab network:
Failed to load resource: the server responded with a status of 404 (Not
Found) http://localhost.mysite.com/mini-profiler-resources/results
This page returns the following response: Request not found: - user 127.0.0.1
On every page, I have 9 of those requests. (so it clogs my logs, and it's
annoying). And 9 more show up every time I trigger an ajax request.
It seems that mini profiler is trying to evaluate the time of a request
that doesn't happen... How can I troubleshoot this situation ?
I'm getting this too... Couldn't solve it and had to remove mini-profiler from my gemfile ):
ReplyDelete