Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Nginx Cache

Descrizione

Svuota la cache di Nginx (FastCGI, Proxy, uWSGI) automaticamente quando un contenuto viene modificato o manualmente all’interno di WordPress.

Requisiti:

  • Le Filesystem API devono funzionare senza richiedere le credenziali.
  • Nginx e PHP devono girare sotto lo stesso utente, oppure l’utente di PHP necessita di accesso in scrittura al percorso della cache di Nginx.

Screenshot

  • Pagina delle impostazioni del plugin.

Installazione

Per le istruzioni di installazione dettagliate si prega di leggere la procedura standard di installazione dei plugin di WordPress.

  1. Installa e attiva il plugin.
  2. Inserire il “Percorso zona cache” nella sezione Strumenti -> Nginx.
  3. Fatto.

Recensioni

31 Gennaio 2022
I have tried almost every cache plugin for WordPress during 10 years, many of them are very lightweight (which I prefer) such as WP Super Cache, Fastest Cache, Comet Cache, Cache Enabler... they are all great and work well. (Other cache plugins like WP Rocket, Swift Performance, W3 Total Cache, Litespeed LS cache, Nitropack are too bloated imo.) After some years I learned that actually if you have Nginx servers, and enable the FastCGI cache... you don't need to use any "old-fashioned" cache plugins! Immediately I was addicted to this setup... launch $5 LEMP cloud server and enable FastCGI cache in my Nginx config, and fantastic performance with no more worrying about bloated plugins and errors with cache plugins. The problem? How to clear my Nginx cache? I was deleting the cache folder in my SSH window every time and super annoying. I discovered the EasyEngine plugin called Nginx Helper, it was fantastic! However, some of the settings did not require in my situation so I looked more. After that I finally found Mr. Till's Nginx Cache plugin and very lightweight... This plugin is what I use now, very easy and no bloat. I can use this plugin for all LEMP script like WordOps, SlickStack, and Webinoly and everything in my entire server is free open source software. Great work! And your Redis Cache plugin too, a perfect match.
13 Agosto 2020
For those who do not know, it is necessary to enter linux to empty the cache with a command. This plugin, which looks silly, saves a lot of time. Thank you!
12 Agosto 2020
Can't believe my eyes! I have been using SSH to flush my cache manually each time I update anything on my site, tried several plugins, tried to recompile NGINX a bunch of times as well, no success (and unable to afford NGINX Plus) for almost a year! Installed your plugin today, August 12, 2020, on the latest Wordpress 5.5 and it works!!!!!!!! Thank you so very much 🤩
Leggi tutte le recensioni di 21

Contributi e sviluppo

“Nginx Cache” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Nginx Cache” è stato tradotto in 4 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Nginx Cache” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0.5

  • Added nginx_cache_zone_purged action

1.0.4

  • Improved translatable strings
  • Fixed auto-purge bug
  • Fixed bug when validating directory

1.0.3

  • Create cache directory if it doesn’t exists
  • Re-create cache directory after cache purge
  • Allow post types to be excluded from triggering a cache purge

1.0.2

  • Corretto il problema della 4.6 con le credenziali del file-system

1.0.1

  • Migliorato i test delle credenziali del file-system

1.0

  • Release iniziale