

Top Menu Bar options for NGINX Caching.
TNC Toolbox enhances your WordPress experience with multi-stack caching support.
Built for our Managed Server clients, we’ve open-sourced it so others can enjoy it too!
Now supporting both ea-NGINX (cPanel/WHM) and LiteSpeed (OpenLiteSpeed/Enterprise) web stacks, with automatic server detection!
❤️ 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!
For NGINX Stack (cPanel/WHM):
– ea-NGINX (reverse proxy caching) is meant to be 2nd-level
– Make sure your WP site also has on-site caching, like WP Super Cache
– You can go further with caching: browser-caching assets!
For LiteSpeed Stack:
– Use the LiteSpeed Cache plugin
– See LiteSpeed Cache documentation for configuration
3-layer Cache (NGINX):
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.