Plugin Directory

Changeset 3401419


Ignore:
Timestamp:
11/23/2025 08:02:41 PM (4 months ago)
Author:
derickschaefer
Message:

Update readme reference to companion plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static-cache-wrangler/trunk/readme.txt

    r3393977 r3401419  
    1818
    1919Technically, the plugin uses an *asynchronous, lazy‑loading build mechanism* that generates static pages as visitors browse your site. Over time, your entire site is exported as lightweight static HTML. 
    20 An upcoming free companion plugin will add real‑time build monitoring and manually triggered full‑site generation for any uncached pages.
     20Free companion plugin [STCW Coverage Assistant](https://wordpress.org/plugins/stcw-coverage-assistant/) adds real‑time build monitoring and manually triggered full‑site generation for any uncached pages.
    2121
    2222Unlike traditional static‑site plugins that require full crawls or database schema changes, ***Static Cache Wrangler is zero‑impact***:
     
    4949* Want to make a donation? Consider purchasing a copy of the author's book on command-line interfaces for yourself or as a gift.
    5050
    51 https://moderncli.dev
     51[Modern CLI Book](https://moderncli.dev)
    5252
    5353---
     
    59593. Assets (CSS, JS, images, fonts) are automatically are queued and asyncronously downloaded and localized. 
    60604. Processing happens in the background and can be paused anytime. 
     615. Use free companion plugin to monitor and accelerate cache creation [STCW Coverage Assistant](https://wordpress.org/plugins/stcw-coverage-assistant/)
    61625. Download the complete static site as a ZIP file. 
    62636. Extract and open `index.html` in any browser — it works completely offline.
     
    310311* **Improved inline documentation** for better code clarity and compliance traceability
    311312* **Developer Enhancements**
    312 * Introduced new developer hooks to support the forthcoming **Static Cache Wrangler Performance Profiler** MU plugin
     313* Introduced new developer hooks to support the forthcoming **Static Cache Wrangler Performance Profiler** MU plugin available here: [Performance Profiler](https://moderncli.dev/code/static-cache-wrangler/performance-profiler/)
    313314* Added foundations for advanced **performance profiling and benchmarking** via WP‑CLI integration
    314315* Enhanced developer experience with cleaner structure for extending cache behavior
Note: See TracChangeset for help on using the changeset viewer.