Plugin JS DOSes Site on Occasion
-
I’m using Woomotiv on a client site and we’ve noticed a peculiar effect where tabs that have been left open for quite some time may begin sending upwards of 10 requests per second to
admin-ajax.php
with thewoomotiv_get_items
action.I’ve been unable to identify the mechanism responsible in the
front.js
script at a glance, so for the time being we seem to have had luck by replacing the version offront.js
enqueued by the Woomotiv plugin with a slightly modified copy that throttles
AJAX requests to one per ten seconds per type. This still is not great for browser clients, but it seems to save the server, and the end-user from having their IP deny-listed by automated protection mechanisms.This is not a long-term solution, of course. We do like Woomotic quite a bit – it would be nice to see this patched up.
- The topic ‘Plugin JS DOSes Site on Occasion’ is closed to new replies.