wordpress - Stopping js ajax call from a specific user -
I have done something silly and have written a script for a website that checks out Ajax in every 2 seconds. In case its use WordPress and its admin-ajax.php file for every 2 seconds it essentially burned all CPU power of the server, and every site on the server actually run at slow speed.
After a lot of detective work, I got the script in the end and it was stopped, so that it does not happen on the new load of that website. But seeing my Apache log, I can see that it's running anywhere in a browser.
Do I have to stop the browser from requesting an AJAX call, or maybe it's blocking me by the server? Or do I have to wait till that browser is being refreshed or stopped?
Try to use the IP and port of the unknown browser or something like that. In addition, you should try to reboot the server so that it will close the connection.
PS: To answer this question, it is very difficult to give any clues or evidence in the right direction without answering or answering.
Comments
Post a Comment