rtCamp / nginx-helper

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

Fix: ignore purging on update of every nav_menu_item #272

Closed arafatkn closed 2 years ago

arafatkn commented 2 years ago

Do not need to purge the homepage, date archive, author archive, category archive on the update of each menu item. Purging those URLs on each menu item update will cause performance issues and overhead. So, this PR will ignore purging on nav_menu_item.

See #112