rtCamp / nginx-helper

Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
https://wordpress.org/plugins/nginx-helper/
228 stars 121 forks source link

Nginx-Helper Cache Purging during post import #52

Open rahul286 opened 10 years ago

rahul286 commented 10 years ago

http://wordpress.org/support/topic/import-timeout-with-nginx-helper?replies=1#post-4906042

I think bulk-import of posts/content trigger "cache purge" codes. We might need to change hooks to avoid this.

chandrapatel commented 2 years ago

WP_IMPORTING constant set when we import content using WordPress Importer plugin. I believe this constant also set by any other importer plugin. So if this constant defined and its value is true then we won't purge. We will think of any other ways.