nonce slowing page load – admin ajax
-
It looks like Ninja forms is slowing my page load time considerably.
When looking at Gtmetrix waterfall I see a POST admin-ajax.php
The POST is
action=nf_ajax_get_new_nonceand the response is
{“data”:{“new_nonce”:”1a66857de2″,”nonce_ts”:1533743255},”errors”:[],”debug”:[]}
This is taking anywhere from 2-4 seconds on every pageload.I’ve been trying to figure out what the nonce is and I believe it is some unique identifier for the user.
I’m not sure how that is relevant until a form is submitted.Is there a way to skip getting a nonce on every pageload so I can speed up my site?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘nonce slowing page load – admin ajax’ is closed to new replies.