From f175919b8bf6709726b1d0974024c3d9d8713c96 Mon Sep 17 00:00:00 2001 From: Jordan Michaels Date: Fri, 19 Jan 2018 18:05:41 -0800 Subject: [PATCH] updated readme --- README.md | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2cd1b01..c716f11 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,40 @@ # [Vivio Swift](https://code.viviotech.net/jordan/vivio-swift) -The Vivio Swift WordPress plugin provides unrestricted access to many speed enhancements for your WordPress sites, including PHP to HTML caching, CSS and JS combination and compression, disabling of render-blocking JS, removal of cache-hindering URL variables, and more. +The Vivio Swift WordPress plugin alpha release provides a comprehensive page caching system that completely bypasses PHP using .htaccess files. The primary goal of this release is to demonstrate and test the page caching systems, exclusion system, logging features, and refresh events. -## Features Include +## Page Caching -* Producing HTML pages from PHP pages to reduce the processing load of PHP +* Highly aggressive default caching system works out-of-the-box on most installs +* Converts processing-heavy PHP pages to fast-loading HTML pages +* Dramatically reduces web server CPU and Memory use +* Dramatically reduces database server CPU and Memory use +* Completely bypasses PHP processing engine using extremely fast .htaccess redirects +* Dramatically improves existing CDN benefits by making more site pages cachable + +## Exclusion System + +* Highly Configurable exclusion system prevents caching to important requests +* Exclude requests based on cookies, or various path-based attributes + +## Logging System + +* Comprehensive Logging System tells you exactly what's going on within Vivio Swift +* Distinct logging levels provides you with as much or as little information as you need. + +## Refresh Events + +* Update your cache whenever certain events occur, like when you publish a new post. + +## Remove Query Strings from Static Resources + +* Remove query strings from static WordPress resources to make them easier to cache + +## Planned Features + +* Image compression using GD or Vivio service * CSS minification (compression) * JS minification (compression) * CSS combination to reduce the number of HTTP requests to a server * JS combination to reduce the number of HTTP requests to a server * Asynchronous loading of Google Fonts -* Disabling of render-blocking JS -* and more... - -## Possible Upcoming Features - -* Remove query strings from static resources -* Image compression using Vivio service \ No newline at end of file +* Disabling of render-blocking JS \ No newline at end of file -- GitLab