instantclick icon indicating copy to clipboard operation
instantclick copied to clipboard

Browsing calls the xhr request multiple times

Open PeterDeHaberkorn opened this issue 7 years ago • 2 comments

If you browser the page the requests stacks allways + 1

after first click on a link the next preload are 2 xhr after second are 3 xhr after the third are 4 xhr

and if you send a form you send it multiple times if is not the first page you are oppened

PeterDeHaberkorn avatar May 16 '17 19:05 PeterDeHaberkorn

The only reason stopping me from deploying this script to production.

Are there any hints which parts of the code might be causing the behavior?

spacemudd avatar Dec 19 '17 08:12 spacemudd

At the beginning I also encountered this problem, after I added the data-instant-track property on the script tag, I did not see multiple xhr loads

tonitrnel avatar Jan 13 '18 09:01 tonitrnel