When I use back and forward buttons I get a lot of requests in the log. In between 50 and 150 to be exact. The returns are 200 codes for the url in question.
I'm trying to do this in a Sinatra app (made some adjustments) but something's not working.
The first time I click the link in question the whole page is loaded (ie not just the partial) on subsequent clicks (in the new nested page) it works as expected.
When I use back and forward buttons I get a lot of requests in the log. In between 50 and 150 to be exact. The returns are 200 codes for the url in question.
Any suggestion how to solve this?
Thanks in advance!
I'm trying to do this in a Sinatra app (made some adjustments) but something's not working.
The first time I click the link in question the whole page is loaded (ie not just the partial) on subsequent clicks (in the new nested page) it works as expected.
Any clues on how to solve this?
Thanks in advance!