As the title says, every request in my Rails Production environment performs a request to the same page with ?_[timestamp] after it. It expects javascript, because that is what the headers say.
It seems this request slows down my page-loading, because every page now does two requests instead of one.
Does anybody know what is going on and whether it can be fixed?
I'm using Ruby on Rails 3.2 with NGINX.