=== 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.4 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. ## Privacy Policy Splendid Speed uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements. Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users. Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.** Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/). == Frequently Asked Questions == = Converting images to WebP is very slow = The speed at which the images are being converted to WebP depends entirely on the platform you host your website at, and how much performance capabilities that platform gives to your website. Getting on a more performing hosting plan would make WebP conversions faster. = 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.4 = * Added Appsero SDK for collecting some analytics about the plugin usage to be able to make an ever better plugin. I respect your privacy so this is entirely opt-in. = 1.1.3 = * WebP image conversion now also changes the images to their WebP counterpart when called with `wp_get_attachment_image_src`, which means WooCommerce is also supported now. = 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.