Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browsing calls the xhr request multiple times #158

Open
PeterDeHaberkorn opened this issue May 16, 2017 · 2 comments
Open

Browsing calls the xhr request multiple times #158

PeterDeHaberkorn opened this issue May 16, 2017 · 2 comments

Comments

@PeterDeHaberkorn
Copy link

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

@spacemudd
Copy link

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?

@tonitrnel
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants