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 132 of those requests. (so it clogs my logs, and
it's annoying)
It seems that mini profiler is trying to evaluate the time of a request
that doesn't happen... How can I troubleshoot this situation ?
No comments:
Post a Comment