We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: