Title: Render Faster
Author: TAROSKY INC.
Published: <strong>تەممووز 29, 2021</strong>
Last modified: ئاب 2, 2021

---

گەڕان لە پێوەکراوەکان

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

 لەلایەن [TAROSKY INC.](https://profiles.wordpress.org/tarosky/)

[داگرتن](https://downloads.wordpress.org/plugin/render-faster.1.2.0.zip)

 * [وردەکارییەکان](https://ku.wordpress.org/plugins/render-faster/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/render-faster/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/render-faster/#installation)
 * [گەشەپێدان](https://ku.wordpress.org/plugins/render-faster/#developers)

 [پشتیوانی](https://wordpress.org/support/plugin/render-faster/)

## وەسف

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.

## دامەزراندن

#### From Plugin Repository

Click install and activate it.

#### From Github

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

## پهد

### 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).

## پێداچوونەوەکان

هیچ پێداچوونەوەیەک نەنووسراوە بۆ ئەم پێوەکراوە.

## بەشداربووان و گەشەپێدەران

“Render Faster” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە بەشدارییان تێدا
کردووە.

بەشداربووان

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

“Render Faster” وەرگێڕدراوە بۆ 1 زمان. سوپاسی [وەرگێڕەکان](https://translate.wordpress.org/projects/wp-plugins/render-faster/contributors)
دەکەین بۆ بەشداریکردنیان.

[“Render Faster” وەربگێڕە بۆ زمانەکەی خۆت.](https://translate.wordpress.org/projects/wp-plugins/render-faster)

### دەتەوێت بەشداربیت لە گەشەپێدان؟

[گەڕان لە کۆدەکەدا بکە](https://plugins.trac.wordpress.org/browser/render-faster/)،
سەیری [تەمارگەی (SVN)](https://plugins.svn.wordpress.org/render-faster/) بکە، یان
بەشداربە لە [ڕووداوتۆماری گەشەپێدان](https://plugins.trac.wordpress.org/log/render-faster/)
لە ڕێگەی [(RSS)](https://plugins.trac.wordpress.org/log/render-faster/?limit=100&mode=stop_on_copy&format=rss).

## ڕووداوتۆمارگەریی گۆڕین

#### 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.

## مێتا

 *  وەشان **1.2.0**
 *  دوایین بەڕۆژکردنەوە **5 ساڵ لەمەوبەر**
 *  دامەزراندنی چالاک **10+**
 *  وەشانی وۆردپرێس ** 5.5 یان بەرزتر **
 *  تاقیکراوەتەوە تا **5.7.15**
 *  وەشانی PHP ** 5.6 یان بەرزتر **
 *  زمانەکان
 * [English (US)](https://wordpress.org/plugins/render-faster/) و [Japanese](https://ja.wordpress.org/plugins/render-faster/).
 *  [وەریبگێڕە بۆ زمانەکەی خۆت](https://translate.wordpress.org/projects/wp-plugins/render-faster)
 * تاگەکان
 * [optimization](https://ku.wordpress.org/plugins/tags/optimization/)[speed](https://ku.wordpress.org/plugins/tags/speed/)
   [theme](https://ku.wordpress.org/plugins/tags/theme/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/render-faster/advanced/)

## هەڵسەنگاندنەکان

No reviews have been submitted yet.

[زیادکردنی پێداچونەوەکەم](https://wordpress.org/support/plugin/render-faster/reviews/#new-post)

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

## بەشداربووان

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

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/render-faster/)