=== Splendid Speed === Contributors: splendidwp Tags: optimize, pagespeed, performance, speed, cache, webp Requires at least: 5.6 Tested up to: 5.6 Stable tag: 1.1.2 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html All-in-one performance plugin that removes the need to know the ins and outs of web performance by communicating clearly what each of the options do. == Description == Splendid Speed is a all-in-one WordPress performance plugin that allows anyone, even those who arent tech-savvy, to vastly improve the performance of their WordPress powered website. And it does it with quality. = CACHE STATIC ASSETS = Tell browsers to hold onto static assets such as images, stylesheets and scripts for longer. This will make your pages load faster for people who have already visited your website, because all the static assets have already been downloaded. = CLEAN AUTO-DRAFTS = Delete all automatically created drafts periodically every week. This helps keep your database size small. Auto-drafts are created automatically while you are editing a post or page, and over time this can clutter your database. = CLEAN POST REVISIONS = Delete all post revisions periodically every week. This helps keep your database size small. Note however that by doing so all old versions of content will disappear for good. = CLEAN TRANSIENTS = Delete all transient information periodically every week. Transients are used to temporarily store cached information by plugin developers and cleaning them helps keep your database small. = CLEAN TRASH = Delete all trash periodically every week. This helps keep your database size small. Note however that by doing so all deleted content will disappear for good. = CONVERT IMAGES TO WEBP = Convert all of your images to a more performant file format called WebP, which allows browsers to download your images faster. = ZIP STATIC ASSETS = Zip static assets with Gzip technology to reduce the size of your static assets, such as images, stylesheets and scripts. Smaller sizes of these assets allow the browser to load your website faster. = PRELOAD ADMIN PAGES = Preload the pages of your WordPress admin panel right before you click on a link. Gives you much faster admin panel loading which enhances user experience. = PRELOAD WEBSITE PAGES = Preload the pages of your WordPress website right before you click on a link. Gives you much faster website loading which enhances user experience. == Frequently Asked Questions == = I get an error after using Splendid Speed = This may happen if you are running multiple performance plugins at the same time. Please deactivate other performance plugins to see which one clashes with Splendid Speed and consider not using it, or not using Splendid Speed. == Screenshots == 1. Simple and to the point configuration page. == Changelog == = 1.1.2 = * Replaces the unreliable PHP DOMDocument with Ivo Petkov's HTML5DOMDocument instead, for use within the image replacements in content part of Convert Images to WebP. = 1.1.1 = * Fixes an issue where if WebP image conversions were turned on, all post and page content would end up with a wrong character encoding, thus showing the text in a broken way. = 1.1 = * Added a module for periodically cleaning auto-drafts. * Added a module for periodically cleaning trashed posts. * Added a module for converting images to WebP format. = 1.0 = * Initial release.