Plugin info

Total downloads: 8,429
Active installs: 50
Total reviews: 2
Average rating: 3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 8/31/2015 (3775 days ago)
Added to WordPress: 4/15/2015 (10 years old)
Minimum WordPress version: 3.3.2
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3775 days ago • 2 reviews

22/100

Is Defer CSS Addon for BWP Minify abandoned?

Possibly abandoned (last update 3775 days ago).

Compatibility

Requires WordPress: 3.3.2
Tested up to: 4.3.34
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

BWP Minify is a powerful plugin to minify and compact several CSS files into only one.

If the resulting CSS file is too big or large, this addon allows to defer the load of this generated CSS file moving their declaration from header to footer, and put it again using asynchronous javascript and DOM manipulation.

This technique is recommended to use in conjuntion with the “css-above-the-fold” practice, as well introducing early CSS in-page allows proper styling display while the main CSS file is still loading.

There are some options to do the above-the-fold optimization, also we have developed a CSS Above The Fold plugin that reuses the current theme stylesheet extracting chunks of CSS code applying a special markup.

Another plugin that does this solution but providing an administration area to configure it manually is Autoptimize, that allows to define a specific CSS code in a independent way of your theme CSS stylesheet.

Installation

  1. Unzip and upload defer-css-addon-for-bwp-minify folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Nothing else, make sure you have also activated the BWP Minify plugin.

Frequently Asked Questions

I activated this plugin and now there is like a second without styles in my page, why?

This is because you don’t have a css-above-the-fold solution, or if you have one, your selection of critical CSS code is not enough to display properly the top of the page, and you need to redefine it.

Review feed

apasionados
9/3/2016

Great addon to the BWP Minify plugin

It complements perfectly the BWP Minify plugin. Thanks for the great work.

Screenshots

  1. An example of resulting javascript code of asynchronous CSS file loading.

    An example of resulting javascript code of asynchronous CSS file loading.

Changelog

1.0

Release Date: April 13th, 2015

  • First and tested released until WordPress 4.2
  • Compatibility whith last and older versions of BWP Minify
  • Tested code from WordPress 3.3.2 version.