Why are my concurrent AJAX requests to PHP Scripts/WP REST API so slow? Why are my concurrent AJAX requests to PHP Scripts/WP REST API so slow? wordpress wordpress

Why are my concurrent AJAX requests to PHP Scripts/WP REST API so slow?


Because your Ajax call will wait the loading of all your WP plugins :)

So you need to make some test without plugin, and activate one by one to see which one slow down your ajax call.