nginx-helper
nginx-helper copied to clipboard
Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
This is a feature request. Currently, the 'feed' urls are called every time a post is purged. In my case, this is not required but there is no way to...
Hi, I am wondering it can flush the cash (better if it can flush a specific product using Nginx purge) if there is only change on the stock. Thank you.
Purge pages generated from filtering and searching on archive pages. caching search results can make wordpress amazingly fast
While using the nginx helper combined with redis we get a wierd issue with WP's default password protection for Wordpress pages. Any one that knows how i might solve it?...
Every time I publish a post, I get this error: `Publishing failed. Could not update the meta value of inline_featured_image in database.` Turned on debug, the associated error is: `Undefined...
Added a new filter named `rt_nginx_helper_preload_urls` which contains an array of URLs. Those URLs will be preloaded through the `shutdown` hook. Get the current updated post from the `transition_post_status` hook...
Whenever a new post is published, issue a fake GET request for it so fastcgi_cache will have it ready when first visitor shows up! RefL http://wordpress.org/support/topic/plugin-nginx-manager-preheat-new-post-cache-before-purging-homepage
I do not have the ngx_cache_purge module, because it apparently would require uninstalling nginx and reinstalling, thus requiring my sys admin to re-do a lot of work we’ve done on...
[New: Purge All on Nav Menu Update, only if the menu is associated with any display location](https://github.com/rtCamp/nginx-helper/commit/376db90a8848b6d84a1e147c895f02ee868111f7) [Stop purging homepage on menu update as menu update will trigger purge all...
Apparently since menus are made up of many posts, and the purge function of the helper is post type agnostic, when you update a menu, the plug-in will generate many...