=== RapidLoad Power-Up for Autoptimize === Contributors: shakee93, futtta Donate link: Tags: unusedcss, unused css, autoptimize, rapidload Requires at least: 4.0 Tested up to: 5.6 Stable tag: trunk Requires PHP: 5.4 License: GPLv3 License URI: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) Makes your site even faster and lighter by automatically removing Unused CSS from your website. == Description == **Automated unused CSS removal for WordPress** Many Wordpress themes and plugins load all of their CSS **everywhere** by default - not just the places you need it. This slows down your website & damages the user experience… directly impacting your bottom line. **RapidLoad can reduce CSS file sizes up to 95%**. It’s automatic too - which means it will continue removing UnusedCSS when users view your pages. RapidLoad extends Autoptimize to automatically find CSS that’s not being used, then prevents it from loading on the page. By reducing the total CSS file size and page weight, RapidLoad can significantly reduce load times. It even improves the performance of other optimizing plugins and extensions, like CriticalCSS. RapidLoad for Autoptimize plugin integrates with the 3rd party service [rapidload.io API](https://rapidload.io) to remove unused CSS. (See [FAQ section for pricing and terms](#faq) Simply install, activate the plugin, and follow the onboarding steps. This will quickly connect you to the [rapidload.io](https://rapidload.io) service, and you can see the results for yourself. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Use the Settings->Plugin Name screen to configure the plugin 4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes) == Frequently Asked Questions == = How much does it cost to purchase a license of RapidLoad and where can I buy one? = You can purchase the license for as little as $5/m. Just sign up directly via [rapidload.io](https://rapidload.io) website. = What are the Terms and Conditions of rapidload.io usage = Read it here : [https://rapidload.io/terms-conditions/](https://rapidload.io/terms-conditions/) = How does this plugin speed up my site? = RapidLoad analyzes the content of your Wordpress pages and the CSS files used by your themes and plugins. It checks for CSS that is being loaded, but not applied and removes those unused CSS selectors from your files, reducing the overall file size and page weight. Smaller files = faster sites! = Do I need to run this every time I make a change? = No! RapidLoad works in the background, so any new stylesheets that are added will be analyzed and optimized on the fly. Just set it and forget it! = Will this plugin work with Woocommerce? = Absolutely. RapidLoad works with Woocommerce, Woocommerce themes, and Woocommerce plugins. = Will this plugin work with other caching plugins? = RapidLoad works with all major caching plugins. If you are using a little known caching plugin and are experiencing issues with RapidLoad, please submit your issue and caching plugin name to our support team and we will review. = How is this plugin different from CriticalCSS? = RapidLoad looks for CSS that is not being applied at all and stops it from being loaded. CriticalCSS looks for CSS that needs to be applied when the page begins loading and reorders it based on priority. = How do exclusions work? = RapidLoad accepts both broad and star(*) expressions and regular expression exclusions of CSS selectors. You can add your exclusions in the unused CSS tab of the Autoptimize plugin settings. == Screenshots == 1. This screen shot description. 2. This is the second screen shot == Changelog == = 1.2.2 = * fix: exclude missing ao cache files from being optimized * fix: optimized google fonts are not being saved as css * feat: refresh jobs immediately on user request = 1.2.1 = * feat: improve the optimizations table ui * fix: redirected urls are marked as 'processing' * fix: missing vertical scroll of the info tooltip = 1.2.0 = * feat: multisite support added * feat: run jobs in queue * feat: specify the queue job interval and jobs per interval * feat: filter jobs with its status * feat: search job urls in optimizations * feat: add warnings when optimized files are missing * feat: wordpress filter hook to api request options * feat: button texts makes more sense now * feat: allow users to refresh optimizations within optimizations table * feat: show proper errors when activating with license key * fix: post blocklists not being sent to api * fix: license key verification fails for some users * fix: cron not working notification shown even with successful jobs = 1.1.2 = * fix: blank option value doesn't clear the cache * fix: activating from blank api-key breaks the option values = 1.1.1 = * fix: check for file permissions in plugin cache dir instead of the whole wp-content * feat : allow users to connect to the app with the license key as well * version : 1.0.18 === 1.1.1 = 1.1.0 = * feat: migrate from wp options api to wp table api to manage options - faster * feat: load original css on user interaction * feat: show job warnings * feat: only clear cache if required * feat: don’t clear cache on options update, requeue instead * feat: show queue status of jobs * feat: limit failed job retries to 5 * feat: deactivate without redirecting to the app * feat: request for feedback on plugin deactivation * feat: analyze site before connecting to the api * fix: scrolling the body div in onboard * fix: do domain verification call only to options page * fix: load admin bar script with jQuery dependency = 1.0.17 = * fix: clearing all caches on new page/post creation * fix: composer autoload file not being loaded on some servers * fix: autoptimize optimized files are not being injected with CDN usage = 1.0.16 = * feat: add compatibility to wordpress 5.6 * fix: don't strip lines in html * fix: broken remove rule icon in options fixed = 1.0.15 = * fix: slash omitted in uucss job urls = 1.0.14 = * fix: don't force auto close html tags = 1.0.13 = * feat: improve getting current url in request * fix: homepage with latest posts not running the jobs = 1.0.12 = * feat: improve inaccessible file system handling * feat: refresh styles and scripts with plugin version * fix: minor plugin option ui improvements = 1.0.10 = * fix: `getallheaders` undefined on some servers = 1.0.9 = * fix: plugin fails to access the wp filesystem breaks the activation = 1.0.8 = * feat: update support links in plugin = 1.0.7 = * fix: php warning in safelist option * feat: improve user agent detection = 1.0.6 = * fix: simplehtmldom conflicts with other plugin = 1.0.5.1 = * Rebranding with name RapidLoad * Animated logo added == Upgrade Notice ==