=== Optimize More! - CSS === Contributors: aryadhiratara, thinkwebdev Tags: css, optimize, core web vitals, pagespeed, performance Requires at least: 5.0 Tested up to: 5.9 Requires PHP: 7.0 Stable tag: 1.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Optimize CSS Delivery: Load CSS Asynchronously, Delay CSS until User Interaction, Preload Critical CSS, and Remove Unused CSS Files. Part of ThinkWeb's Performance Pack. == Description == Selectively Optimize your CSS Delivery: Load CSS Asynchronously, Delay CSS until User Interaction, Preload Critical CSS, and Remove Unused CSS Files. Part of `ThinkWeb's Performance Pack`. Optimize your site further. Minimize or get rid of Remove Unused CSS and Eliminate Render Blocking Resources warnings on Google Page Speed Insights. ## Features - **Load CSS Asynchronously** - selectively load CSS file(s) asynchronously. - **Delay CSS until User Interaction** - selectively delay CSS load until user interaction. - **Preload Critical CSS** - selectively preload critical CSS file(s). - **Remove Unused CSS Files** - selectively remove unused CSS file(s). ## Optimize More! Need to optimize more? Try our [WordPress Speed Optimization's Service](https://thinkweb.dev/speed-optimization/) ## More plugin from ThinkWeb - **[Optimize More! Images](https://wordpress.org/plugins/optimize-more-images/)** - A simple yet powerfull image, iframe, and video optimization plugin (Lazy load images / iframes / videos, Preload featured images automatically). Also support lazy loading CSS background images. ## Disclaimer This plugin will always be in beta. Though the plugin works perfectly well on most WordPress sites, it's not perfect. We will always try to enhance and adds more features. This plugin only adds 1 extra row in your database. And it will self delete upon uninstalation. == Installation == #### From within WordPress 1. Visit `Plugins > Add New` 1. Search for `Optimize More CSS` or `ThinkWeb` 1. Activate Optimize More! CSS from your Plugins page 1. Find Optimize More! CSS in your sidebar menu to configure settings #### Manually 1. Download the plugin using the download link in this WordPress plugins repository 1. Upload `optimize-more-css` folder to your `/wp-content/plugins/` directory 1. Activate Optimize More! CSS plugin from your Plugins page 1. Find Optimize More! CSS in your sidebar menu to configure settings == Frequently Asked Questions == = How to target the CSS file(s)? = Use keywords: this can be the CSS ID, filename, or even the folder name if you want to target all CSS from some specific plugin. == Screenshots == 1. Async Load CSS (Loading CSS files Asynchronously) 2. Delay CSS (Delaying CSS files until User Interactions) 3. Preload CSS (Preloading critical CSS files) 4. Remove Unused CSS (Remove Unused CSS files) == Changelog == = 1.0.3 = - Bug fixes = 1.0.2 = - Minor Fix: Fix uploaded files = 1.0.1 = - Initial release