Plugin Directory

Changeset 3391494


Ignore:
Timestamp:
11/06/2025 11:34:07 PM (5 months ago)
Author:
leopardhost
Message:

(Docs) Updating info

Location:
tnc-toolbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tnc-toolbox/tags/2.0.3/readme.txt

    r3391021 r3391494  
    2323With a heavy focus on the Apache + NGINX as Reverse Caching Proxy web stack, the plugin aims to help with Website Management, Performance and Security.
    2424
     25> **FOSS by [The Network Crew Pty Ltd](https://tnc.works) (TNC) for [Merlot Digital](https://merlot.digital) & the world.** ❤️
     26
     27== Functionality ==
     28
    2529**At the moment, TNC Toolbox:**
    2630
     
    3034- Lets you know if the plugin is activated but not yet configured
    3135- Only allows Admins to enable/disable caching & edit configs
     36- Shows you the status of cP UAPI via disk usage info
     37- Purge when any ACF config options are saved
    3238
    3339**Eager for even more capabilities?**
     
    3743_Please let us know your ideas on [GitHub](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/) - we'd love to hear from you!_
    3844
    39 > **FOSS by [The Network Crew Pty Ltd](https://tnc.works) (TNC) for [Merlot Digital](https://merlot.digital) & the world.** ❤️
     45== Updating from v1 to v2.x.x ==
     46
     47**On every website running the plugin, check that:**
     48
     491. Website is reporting v2.x.x plugin version.
     502. Plugin has been activated post-update. *
     513. Config exists in the plugin settings.
     524. API status checker reports OK.
     535. /wp-content/tnc-toolbox-config/ folder is gone.
     54
     55_(* Change to main plugin file name results in deactivation)_
    4056
    4157== Screenshots ==
     
    6480**Yes!** You can use `WP-CLI` to install **tnc-toolbox** for all users!
    6581
     82== Caching Deployments ==
     83
     84**Caching ideals:**
     85- Don't forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
     86- ie. Make sure your WP site also has on-site caching, like WP Super Cache
     87- You can go further with caching, and should: like browser-caching assets!
     88
     89**3-layer Cache:**
     901. NGINX Caching Proxy (ahead of Apache)
     912. WP Super Cache, WP Rocket, etc on-site
     923. htaccess/etc rules for Browser Caching
     93
     94**This way, you can ensure maximum efficiency!**
     95
     96The 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.
     97
    6698== Installation ==
    6799
     
    781105. Enter your API Token, User & Hostname
    791116. Save the config & use WP as-normal!
    80 
    81 **Caching ideals:**
    82 - Don't forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
    83 - ie. Make sure your WP site also has on-site caching, like WP Super Cache
    84 - You can go further with caching, and should: like browser-caching assets!
    85 
    86 **3-layer Cache:**
    87 1. NGINX Caching Proxy (ahead of Apache)
    88 2. WP Super Cache, WP Rocket, etc on-site
    89 3. htaccess/etc rules for Browser Caching
    90 
    91 This way, you can ensure maximum efficiency!
    92 
    93 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.
    94112
    95113== Changelog ==
  • tnc-toolbox/trunk/readme.txt

    r3391021 r3391494  
    2323With a heavy focus on the Apache + NGINX as Reverse Caching Proxy web stack, the plugin aims to help with Website Management, Performance and Security.
    2424
     25> **FOSS by [The Network Crew Pty Ltd](https://tnc.works) (TNC) for [Merlot Digital](https://merlot.digital) & the world.** ❤️
     26
     27== Functionality ==
     28
    2529**At the moment, TNC Toolbox:**
    2630
     
    3034- Lets you know if the plugin is activated but not yet configured
    3135- Only allows Admins to enable/disable caching & edit configs
     36- Shows you the status of cP UAPI via disk usage info
     37- Purge when any ACF config options are saved
    3238
    3339**Eager for even more capabilities?**
     
    3743_Please let us know your ideas on [GitHub](https://github.com/The-Network-Crew/TNC-Toolbox-for-WordPress/) - we'd love to hear from you!_
    3844
    39 > **FOSS by [The Network Crew Pty Ltd](https://tnc.works) (TNC) for [Merlot Digital](https://merlot.digital) & the world.** ❤️
     45== Updating from v1 to v2.x.x ==
     46
     47**On every website running the plugin, check that:**
     48
     491. Website is reporting v2.x.x plugin version.
     502. Plugin has been activated post-update. *
     513. Config exists in the plugin settings.
     524. API status checker reports OK.
     535. /wp-content/tnc-toolbox-config/ folder is gone.
     54
     55_(* Change to main plugin file name results in deactivation)_
    4056
    4157== Screenshots ==
     
    6480**Yes!** You can use `WP-CLI` to install **tnc-toolbox** for all users!
    6581
     82== Caching Deployments ==
     83
     84**Caching ideals:**
     85- Don't forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
     86- ie. Make sure your WP site also has on-site caching, like WP Super Cache
     87- You can go further with caching, and should: like browser-caching assets!
     88
     89**3-layer Cache:**
     901. NGINX Caching Proxy (ahead of Apache)
     912. WP Super Cache, WP Rocket, etc on-site
     923. htaccess/etc rules for Browser Caching
     93
     94**This way, you can ensure maximum efficiency!**
     95
     96The 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.
     97
    6698== Installation ==
    6799
     
    781105. Enter your API Token, User & Hostname
    791116. Save the config & use WP as-normal!
    80 
    81 **Caching ideals:**
    82 - Don't forget, ea-NGINX (reverse proxy caching) is meant to be 2nd-level
    83 - ie. Make sure your WP site also has on-site caching, like WP Super Cache
    84 - You can go further with caching, and should: like browser-caching assets!
    85 
    86 **3-layer Cache:**
    87 1. NGINX Caching Proxy (ahead of Apache)
    88 2. WP Super Cache, WP Rocket, etc on-site
    89 3. htaccess/etc rules for Browser Caching
    90 
    91 This way, you can ensure maximum efficiency!
    92 
    93 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.
    94112
    95113== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.