by Merlot Digital (by TNC) on WordPress.org

Top Menu Bar options for NGINX Caching.
TNC Toolbox aims to enhance your WordPress experience with NGINX-on-cPanel (ea-nginx).
Built for our Managed Server clients, we’ve open-sourced it so others can enjoy it too!
With a heavy focus on the Apache + NGINX as Reverse Caching Proxy web stack, the plugin aims to help with Website Management, Performance and Security.
❤️ FOSS by The Network Crew Pty Ltd (TNC) for Merlot Digital & the world. ❤️
At the moment, TNC Toolbox:
Eager for even more capabilities?
We plan to add further features as clients & the community request it.
Please let us know your ideas on GitHub – we’d love to hear from you!
Caching ideals:
– Don’t forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
– ie. Make sure your WP site also has on-site caching, like WP Super Cache
– You can go further with caching, and should: like browser-caching assets!
3-layer Cache:
1. NGINX Caching Proxy (ahead of Apache)
2. WP Super Cache, WP Rocket, etc on-site
3. htaccess/etc rules for Browser Caching
This way, you can ensure maximum efficiency!
The key is to purge when stale, so properly configuring your WP Plugin Cache is critical to ensuring that you don’t end up with cache misses due to stale data that could’ve/should’ve been purged by garbage collection, preloading, etc, rule-sets.
On every website running the plugin, check that:
(* Change to main plugin file name may result in deactivation)
If you’d like to ensure actions are firing properly at a deeper level:
tail -f /usr/local/cpanel/logs/api_logNote: To do this, you require root access to the Server.