Nginx Helper
View on WordPress.orgScores higher than 95% of indexed plugins
About
Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.
What It Does
Nginx Helper purges nginx fastcgi/proxy cache or Redis cache entries whenever a WordPress post is published or updated, ensuring visitors see fresh content instead of stale cached pages. It also provides tools for managing cached files, supporting map-file integration for purging without WordPress cron, and handling sitemap-based cache purges. In practice, it is the glue between WordPress content changes and your nginx or Redis cache layer.
Who It's For
This plugin is built for site owners running their own nginx server (often with FastCGI cache, proxy cache, or Redis cache) who need automatic cache invalidation tied to WordPress content events. It is a strong fit for high-traffic news sites, busy e-commerce stores, and publishers where stale cached pages directly hurt revenue or credibility. If you manage your own VPS or dedicated server and have configured nginx caching, this plugin is aimed at you.
Who Should Skip It
If you are on shared hosting or a managed WordPress host like Kinsta, WP Engine, or Pressable, you almost certainly do not need this plugin because your host handles cache purging at the infrastructure level. Apache users also have no reason to install it. Skip it if you are using a full-page caching plugin like WP Super Cache or W3 Total Cache that already purges itself.
The Bottom Line
Nginx Helper does one specific job, purging nginx or Redis cache when content changes, and does it well enough that 200,000 sites rely on it. Its overall quality score of 73.97 is decent but held back by near-zero public support activity and a tiny rating pool, so buyers should be comfortable troubleshooting via code and GitHub. If you run nginx caching and want WordPress-aware invalidation, it remains the most direct tool for the job; everyone else can safely ignore it.
Related Plugins
Pick this if you want an all-in-one performance stack from SiteGround rather than a single-purpose nginx cache purge tool, especially if you are on SiteGround hosting.
Pick this if your priority is flexible permalink structures and redirects rather than cache purging.
Pick this only if you specifically need to transliterate Greek characters in slugs, a niche use case.
Pick this if your reverse proxy is Varnish rather than nginx or Redis, as it is built specifically for Varnish purging.
Pick this if all you need is to strip the /category/ base from URLs, which is a much simpler problem than cache management.