Title: Render Faster
Author: TAROSKY INC.
Published: <strong>29 Luj 2021</strong>
Last modified: 02 Avost 2021

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/render-faster.svg)

# Render Faster

 By [TAROSKY INC.](https://profiles.wordpress.org/tarosky/)

[Download](https://downloads.wordpress.org/plugin/render-faster.1.2.0.zip)

 * [Details](https://lmo.wordpress.org/plugins/render-faster/#description)
 * [Reviews](https://lmo.wordpress.org/plugins/render-faster/#reviews)
 *  [Installation](https://lmo.wordpress.org/plugins/render-faster/#installation)
 * [Development](https://lmo.wordpress.org/plugins/render-faster/#developers)

 [Support](https://wordpress.org/support/plugin/render-faster/)

## Description

This plugin optimize page rendering of WordPress theme.

#### Features

 * Add `loading="lazy"` or `loading="eager"` with your images.
 * Add `defer` or `async` attributes to your scripts.
 * Add `rel="preload"` to your stylesheets. Polyfill for old browsers is also available.
 * Remove default script helper of embeds(twitter, instagram) and load one after
   user interaction.

All of above are selectable and you can customize with white list.

#### Case 1. Image Loading

If you wish header logo(`.custom-logo`) and main post thumbnail(`.post-feature-image`)
should be load faster because they are in first view.

Just put `custom-logo,post-feature-image` at **High Priority** section in your setting
screen.

#### Case 2. Stop Defer

Defering JavaScripts sometimes breaks your site.
 For example, if a script requires
just in time operation with inline script tag, it will fail.

    ```
    <script id="some-script-js" src="somescript.js" defer></script>
    <script>
    new SomeScript();
    </script>
    ```

To avoid this, Add `some-script` handle name in **Deny Defer** section in your setting
screen.

Generally speaking, many JavaScripts loaded in your WordPress are issued by WordPress
Core, plugins, themes, your custom code, and so on.

To optimize JavaScript loading, try and error approaches works fine.

#### Case 3. Critical Stylesheet

    ```
    rel="preload" attributes makes your stylesheets loaded asynchrounsely, but FOUC(Flush of Unstyled Content) happens.
    ```

To avoid this, include critical CSS to **Deny List** in your setting screen. Critical
CSS are generally your theme’s main stylesheet.

## Installation

#### From Plugin Repository

Click install and activate it.

#### From Github

See [releases](https://github.com/tarosky/render-faster/releases).

## FAQ

### Where can I get supported?

Please create new ticket on support forum.

### How can I contribute?

Create a new [issue](https://github.com/tarosky/render-faster/issues) or send [pull requests](https://github.com/tarosky/render-faster/pulls).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Render Faster” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)

“Render Faster” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/render-faster/contributors)
for their contributions.

[Translate “Render Faster” into your language.](https://translate.wordpress.org/projects/wp-plugins/render-faster)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/render-faster/), check
out the [SVN repository](https://plugins.svn.wordpress.org/render-faster/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/render-faster/) 
by [RSS](https://plugins.trac.wordpress.org/log/render-faster/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.0

 * Support separate loading of block styles. Available on WP 5.8 and later.

#### 1.1.0

 * Support embed optimization.

#### 1.0.0

 * First release.

## Meta

 *  Version **1.2.0**
 *  Last updated **5 years ago**
 *  Active installations **10+**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **5.7.15**
 *  PHP version ** 5.6 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/render-faster/) and [Japanese](https://ja.wordpress.org/plugins/render-faster/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/render-faster)
 * Tags
 * [optimization](https://lmo.wordpress.org/plugins/tags/optimization/)[speed](https://lmo.wordpress.org/plugins/tags/speed/)
   [theme](https://lmo.wordpress.org/plugins/tags/theme/)
 *  [Advanced View](https://lmo.wordpress.org/plugins/render-faster/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/render-faster/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/render-faster/reviews/)

## Contributors

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/render-faster/)