Pothi Kalimuthu

Results 28 comments of Pothi Kalimuthu

You seemed to have requested this feature already at Automattic/wp-super-cache#147 . While, this is being considered, you may consider using https://wordpress.org/plugins/preload-fullpage-cache/ that triggers cached version for AMP pages whenever a...

Hi @bonny , I had a similar issue, but less frustrating than the OP. Had over 70k failed login attempts consuming over 50mb memory. Rather than giving us the option...

Hello, Thanks for creating this issue. At https://github.com/pothi/wordpress-nginx/blob/master/globals/wpfc.conf#L28 (written 4 years ago), I have mentioned `add_header "Vary" "Cookie";` as an optional setting by commenting it out. But, as things change...

Thanks for the time to test drive this repo and provide feedback. You may use https://www.paypal.me/pothi to send money. There is no separate page for donation. Thank you.

Hi @ensemblebd , I confirm that I received the payment / donation. It meant a lot to me during this uncertain times. I will keep this thread open for any...

Thank you for your time to test the configuration in this repo. WP Super Cache creates mobile version of the cache for the home page at `wp-content/cache/supercache/example.com/index-mobile.html` (for non-https sites)...

Best way to debug is to enable debug log in Nginx and run a single request to diagnose further. Please see https://nginx.org/en/docs/debugging_log.html#clients under the header "Debugging log for selected clients"...

Good point. [Expires](https://nginx.org/r/expires) can accept `modified` option that is optional. If someone prefers `expires 30m`, all they need to do is to remove the text 'modified' so that the expires...

It is a four step process. Let's take home page as example with no cache generated yet. 1. Nginx looks for cached content. It is not available. So, it moves...

Hello, Thanks for your efforts to put together the whole configuration. Here are my thoughts about NGINX's (FastCGI and Proxy) cache in general (not particular to your configuration). Ref: https://www.nginx.com/blog/nginx-caching-guide/...