Title: Eliminate Render Blocking CSS
Author: danielauener
Published: <strong>2017 年 3 月 10 日</strong>
Last modified: 2017 年 3 月 10 日

---

搜索插件

![](https://ps.w.org/eliminate-render-blocking-css/assets/banner-772x250.png?rev
=1617011)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/eliminate-render-blocking-css/assets/icon-256x256.jpg?rev=1617011)

# Eliminate Render Blocking CSS

 作者：[danielauener](https://profiles.wordpress.org/danielauener/)

[下载](https://downloads.wordpress.org/plugin/eliminate-render-blocking-css.zip)

 * [详情](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/#description)
 * [评价](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/#developers)

 [支持](https://wordpress.org/support/plugin/eliminate-render-blocking-css/)

## 描述

[eliminate-render-blocking-css.com](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/eliminate-render-blocking-css.com?output_format=md)
provides an API for extracting the
 critical path css from your site. This plugin
inlines the results for every page in your header section and deferres the loading
of the rest of the styles.

You have to create a free [account](http://eliminate-render-blocking-css.com),
 
to be be able to use this plugin. Generation of critical path css is always free
for your front-page.

Some Features:

 * Eliminate render-blocking CSS on your front-page. Use a premium account to
    include
   critical CSS for all your pages and both desktop and mobile devices.
 * Unobstrusive generating and loading of the critcal css, falling back to your
   
   common CSS, when the service shouldn’t be available
 * Automated deferred CSS loading, when you are using the standard WordPress
    style
   loaders (`wp_register_style` and `wp_enqueue_style`)
 * Following Googles recommendations on loading critical CSS to 100%
 * Critical CSS caching, both in your sites transients and on
    eliminate-render-
   blocking-css.com
 * Background cache refreshing. One time cached, your site always gets a cached
   
   version, silently refreshed, when the caching interval ends

## 屏幕截图

[⌊Settings for API-key, secret and additional CSS.⌉⌊Settings for API-key, secret
and additional CSS.⌉[

Settings for API-key, secret and additional CSS.

[⌊Inlined critical CSS in your HTML-template⌉⌊Inlined critical CSS in your HTML-
template⌉[

Inlined critical CSS in your HTML-template

[⌊Deferred styles loading according to Googles recommendations⌉⌊Deferred styles 
loading according to Googles recommendations⌉[

Deferred styles loading according to Googles recommendations

## 安装

 1. Create a free account on [eliminate-render-blocking-css.com](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/eliminate-render-blocking-css.com?output_format=md)
 2. Upload the plugin files to the `/wp-content/plugins/eliminate-render-blocking-css`
    directory, or install the plugin through the WordPress plugins screen directly.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress
 4. Use the Settings->Eliminate render-blocking CSS screen to configure the plugin 
    with API key and secret

## 常见问题

  How do you generate the critical CSS

To generate the critical CSS we use the awesome [“critical” npm module](https://github.com/addyosmani/critical)

by Addy Osmani. The Eliminate render-blocking CSS service takes care of generating
the critical CSS for all of your pages and different screen sizes, plus caching 
and delivering the above the fold styling in an efficient way.

  What if the generated critical CSS isn’t working for my page

Sometimes the generated CSS is not covering 100% of your above the fold content.

That can be caused of lazy-loading elements, fading transitions, odd device-sizes
etc. To perfectly adjust the inlined CSS to your needs you can use the “Additional
CSS” text area on the settings page. All CSS you include there will be added to 
the generated critical styles.

  How do I use the premium service

Just head over to [eliminate-render-blocking-css.com](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/eliminate-render-blocking-css.com?output_format=md)
and upgrade your account.

## 评价

![](https://secure.gravatar.com/avatar/e3acae708eee6a68db6df497f66bac11e44868c952219e85a507a08cc4260f06?
s=60&d=retro&r=g)

### 󠀁[doesn’t work](https://wordpress.org/support/topic/doesnt-work-1883/)󠁿

 [rogeriodec](https://profiles.wordpress.org/rogeriodec/) 2018 年 5 月 25 日

doesn’t work

![](https://secure.gravatar.com/avatar/ce32a16c5c0ff17135fe33af9a3e2d62a55b9e9363ae179e959a79c2397aa741?
s=60&d=retro&r=g)

### 󠀁[plugin](https://wordpress.org/support/topic/fing-plugin/)󠁿

 [muzahidnrl](https://profiles.wordpress.org/muzahidnrl/) 2017 年 4 月 30 日

[Moderator note: language removed from title. Please do not use that language in
the forums.] Need API but no way to get api. They just taking your email address

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/)

## 贡献者及开发者

「Eliminate Render Blocking CSS」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ danielauener ](https://profiles.wordpress.org/danielauener/)
 *   [ pixelcrook ](https://profiles.wordpress.org/pixelcrook/)

「Eliminate Render Blocking CSS」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/eliminate-render-blocking-css/contributors)
为本插件所做的贡献。

[帮助将「Eliminate Render Blocking CSS」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/eliminate-render-blocking-css)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/eliminate-render-blocking-css/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/eliminate-render-blocking-css/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/eliminate-render-blocking-css/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/eliminate-render-blocking-css/)。

## 更新日志

#### 0.9

 * Initial plugin version with critical css generation and deferred styles loading

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**9 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 4.6 或更高版本 **
 *  已测试的最高版本为 **4.7.33**
 *  语言
 * [English (US)](https://wordpress.org/plugins/eliminate-render-blocking-css/) 
   和 [Swedish](https://sv.wordpress.org/plugins/eliminate-render-blocking-css/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/eliminate-render-blocking-css)
 * 标签
 * [Above the fold CSS](https://cn.wordpress.org/plugins/tags/above-the-fold-css/)
   [Critical CSS](https://cn.wordpress.org/plugins/tags/critical-css/)
 *  [高级视图](https://cn.wordpress.org/plugins/eliminate-render-blocking-css/advanced/)

## 评级

 1 星（最高 5 星）。

 *  [  0 条 5 星评价     ](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/?filter=2)
 *  [  2 条 1 星评价     ](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/eliminate-render-blocking-css/reviews/)

## 贡献者

 *   [ danielauener ](https://profiles.wordpress.org/danielauener/)
 *   [ pixelcrook ](https://profiles.wordpress.org/pixelcrook/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/eliminate-render-blocking-css/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://eliminate-render-blocking-css.com/)