NetShield – Request Blocker helps WordPress administrators identify and block external HTTP requests that the server cannot reach due to network restrictions, firewalls, or internet access limitations.
On restricted or internal networks, WordPress and plugins often make dozens of outbound HTTP requests on every page load (to Google Fonts, CDNs, analytics services, etc.). When those endpoints are unreachable, each request stalls and waits for a timeout — silently slowing your site down.
NetShield solves this by:
pre_http_request filter — so they never wait for a timeout again.pre_http_request filter for zero-overhead blocking (no request is even initiated).wp_nsb_blocked_urls) for storing and managing blocked entries./wp-json/netshield/v1/) for all admin UI interactions.