WP Manifestindependent plugin directory
manifest / performance / ucf-critical-css-plugin

UCF Critical CSS Plugin

WordPress plugin that allows for critical CSS and deferred styles and supports automatic generation via an external service.

by UCF Web Communications · github.com/ucf/ucf-critical-css-plugin

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ucf/ucf-critical-css-plugin/archive/refs/heads/main.zip

Declares an update source (UCF/UCF-Critical-CSS-Plugin), so updates arrive through the plugin's own updater.

From the readme

UCF Critical CSS Plugin # Plugin that allows for critical CSS and deferred styles and supports automatic generation via an external service. Description ## The UCF Critical CSS Plugin provides administrators the ability to enqueue specific CSS rules for rendering the above-the-fold portion of pages and then defer the loading of the rest of the styles until after the initial render. The plugin allows for deferred styles on individual pages or on specified post types. Documentation ## Head over to the UCF Critical CSS Plugin wiki for detailed information about this plugin, installation instructions, and more. Changelog ## 0.1.0 ### Initial pre-release for live testing Upgrade Notice ## n/a Development ## Note that compiled, minified css and js files are included within the repo. Changes to these files should be tracked via git (so that users installing the plugin using traditional installation methods will have a working plugin out-of-the-box.) Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs. Requirements ### node gulp-cli Instructions ### 1. Clone the UCF-Critical-CSS-Plugin repo into your local devel

Read the full README on GitHub →