Changeset 3401419
- Timestamp:
- 11/23/2025 08:02:41 PM (4 months ago)
- File:
-
- 1 edited
-
static-cache-wrangler/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
static-cache-wrangler/trunk/readme.txt
r3393977 r3401419 18 18 19 19 Technically, 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 addreal‑time build monitoring and manually triggered full‑site generation for any uncached pages.20 Free 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. 21 21 22 22 Unlike traditional static‑site plugins that require full crawls or database schema changes, ***Static Cache Wrangler is zero‑impact***: … … 49 49 * Want to make a donation? Consider purchasing a copy of the author's book on command-line interfaces for yourself or as a gift. 50 50 51 https://moderncli.dev 51 [Modern CLI Book](https://moderncli.dev) 52 52 53 53 --- … … 59 59 3. Assets (CSS, JS, images, fonts) are automatically are queued and asyncronously downloaded and localized. 60 60 4. Processing happens in the background and can be paused anytime. 61 5. Use free companion plugin to monitor and accelerate cache creation [STCW Coverage Assistant](https://wordpress.org/plugins/stcw-coverage-assistant/) 61 62 5. Download the complete static site as a ZIP file. 62 63 6. Extract and open `index.html` in any browser — it works completely offline. … … 310 311 * **Improved inline documentation** for better code clarity and compliance traceability 311 312 * **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/) 313 314 * Added foundations for advanced **performance profiling and benchmarking** via WP‑CLI integration 314 315 * Enhanced developer experience with cleaner structure for extending cache behavior
Note: See TracChangeset
for help on using the changeset viewer.