status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread PGNet Dev
For some new WordPress sites, I'll be deploying fastcgi_cache as reverse proxy / page cache, instead of usual Varnish. Although there are a number of WP-module-based PURGE options, I prefer that it's handled by the web server. A commonly referenced approach is to use the 'FRiCKLE/ngx_cache_purg

Re: status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread Robert Paprocki
Hi, On Wed, Jun 6, 2018 at 3:05 PM, PGNet Dev wrote: > For some new WordPress sites, I'll be deploying fastcgi_cache as reverse > proxy / page cache, instead of usual Varnish. > > Although there are a number of WP-module-based PURGE options, I prefer > that it's handled by the web server. > > A

Re: status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread PGNet Dev
Hi My $0.02 coming from experience building out scalable WP clusters is, stick to Varnish here. Miscommunication on my part -- my aforementioned Varnish-in-front referred to site dev in general. To date, it's been in front of Symfony sites. Works like a champ there. Since you're apparentl

Re: status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread Robert Paprocki
Hi, On Wed, Jun 6, 2018 at 3:42 PM, PGNet Dev wrote: > Hi > > My $0.02 coming from experience building out scalable WP clusters is, >> stick to Varnish here. >> > > Miscommunication on my part -- my aforementioned Varnish-in-front referred > to site dev in general. > > To date, it's been in fron

Re: status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread PGNet Dev
On 6/6/18 4:09 PM, Robert Paprocki wrote: Nginx has no stable API/ABI. With every release you want to leverage you need to walk through your entire test/canary/B-G/whatever cycle. That's a question only you can answer, but asking about "what about X release" is fruitless because of a complete l

Re: status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread Robert Paprocki
Hi, > On Jun 6, 2018, at 16:18, PGNet Dev wrote: > >> On 6/6/18 4:09 PM, Robert Paprocki wrote: >> Nginx has no stable API/ABI. With every release you want to leverage you >> need to walk through your entire test/canary/B-G/whatever cycle. That's a >> question only you can answer, but asking a

Re: status/usage of FRiCKLE/ngx_cache_purge. still reliable? alternatives?

2018-06-06 Thread Jon Franklin
On Thu, Jun 7, 2018 at 6:05 AM, PGNet Dev wrote: > For some new WordPress sites, I'll be deploying fastcgi_cache as reverse > proxy / page cache, instead of usual Varnish. > > Although there are a number of WP-module-based PURGE options, I prefer that > it's handled by the web server. > > A comm