Title: Advanced WPPerformance
Author: Nico Martin
Published: <strong>03.08.2017</strong>
Last modified: 31.01.2019

---

Шукати плагіни

![](https://ps.w.org/advanced-wpperformance/assets/banner-772x250.jpg?rev=1707485)

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://ps.w.org/advanced-wpperformance/assets/icon-256x256.jpg?rev=1707485)

# Advanced WPPerformance

 Від автора [Nico Martin](https://profiles.wordpress.org/nico_martin/)

[Завантажити](https://downloads.wordpress.org/plugin/advanced-wpperformance.1.6.2.zip)

 * [Деталі](https://uk.wordpress.org/plugins/advanced-wpperformance/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/advanced-wpperformance/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/advanced-wpperformance/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/advanced-wpperformance/#developers)

 [Підтримка](https://wordpress.org/support/plugin/advanced-wpperformance/)

## Опис

This plugin adds several performance improvements to your WordPress site. In contrst
to other performance Plugins, this one sets focus on HTTP\2 Standards (like Server
Push and SPDY).

#### minify assets

This plugin minifies all CSS and JS Files and caches them. It will **not** merge
them into on file. This way you are still able to use conditional assets and if 
you are using HTTP/2, which I highly recommend, it’s not necessary to do so.

#### Optimizes JS Delivery

It moves all scripts to the footer and adds a `defer` attribute. This makes sure
the scripts won’t block the page render process but will still be executed in the
right order.
 In some cases, this could break inline JavaScript

#### Optimizes CSS Delivery

All CSS Files will be removed from the head and loaded asynchronously. This makes
sure your CSS Files won’t delay the page rendering. To reduce the flash of unstyled
content (FOUT) I recommend adding a Critical CSS.

**conditonal Critical CSS**

By default this plugin provides a textarea where you can put your critical CSS.

Read more about [Conditional critical CSS](https://github.com/nico-martin/Advanced-WPPerformance#conditonal-critical-css)

**Critical CSS API**

We implemented an awesome new feature!
 Read more about the [Critical CSS API](https://github.com/nico-martin/Advanced-WPPerformance#critical-css-api).

#### HTTP/2 Server Push

Server push is a HTTP/2 feature that allows you to send site assets to the user 
before they’ve even asked for them.
 There are two ways to achieve this. Both have
their pros and cons. So this plugin supports both, the decision is up to you.

**PHP**

While WordPress builds your site, this plugin gets all enqueued scripts and styles
and adds them as a link attribute to the response headers. That way you can be certain
only files are being pushed, that are actually needed.

But: Since they are set while the server builds your site, this won’t work if you’re
using a server caching (which I highly recommend).

**.htaccess**

The second option puts all files to push inside you .htaccess. This way they are
being pushed also if you’re using server caching.

But: If your assets change (new versions / depreciated scripts), don’t forget to
update the .htaccess. This can be done with one click while saving the settings.

### Contribute

A development version of this plugin is hosted on github. If you have some ideas
for improvements, feel free to dive into the code:
 [https://github.com/nico-martin/Advanced-WPPerformance](https://github.com/nico-martin/Advanced-WPPerformance)

## Скріншоти

[⌊Test Critical CSS right from the Admin bar.⌉⌊Test Critical CSS right from the 
Admin bar.⌉[

Test Critical CSS right from the Admin bar.

[⌊Super easy to configure⌉⌊Super easy to configure⌉[

Super easy to configure

[⌊Powerfull to extend⌉⌊Powerfull to extend⌉[

Powerfull to extend

## Встановлення

 1. Upload the plugin folder to the `/wp-content/plugins/` directory or install it 
    from the plugin directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done. You can still deactivate options from Settings -> Advanced WPPerformance

## Часті питання

  No questions yet

There are no at the moment. Please use the support forum. I’ll update this section
as soon as there are actually some FAQs.

## Відгуки

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

### 󠀁[Much better than Autoptimize](https://wordpress.org/support/topic/much-better-than-autoptimize/)󠁿

 [Tom](https://profiles.wordpress.org/shimsa/) 07.05.2018 1 reply

Thank you!

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

### 󠀁[Gutes Gefühl!](https://wordpress.org/support/topic/gutes-gefuhl/)󠁿

 [tjg](https://profiles.wordpress.org/marketingdrei/) 13.02.2018

Ich habe ein gutes Gefühl bei dem PlugIn! 5 Sterne!

 [ Прочитати всі 2 відгуки ](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/)

## Учасники та розробники

“Advanced WPPerformance” — проект з відкритим вихідним кодом. В розвиток плагіну
внесли свій вклад наступні учасники:

Учасники

 *   [ Nico Martin ](https://profiles.wordpress.org/nico_martin/)

[Перекладіть “Advanced WPPerformance” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/advanced-wpperformance)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/advanced-wpperformance/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/advanced-wpperformance/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/advanced-wpperformance/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/advanced-wpperformance/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

### 1.6.2

 * minor bugfix with WPML

### 1.6.1

 * changed to standalone cssrelpreload.js

### 1.6.0

 * Added multisite support

### 1.5.3

 * Fixed Bug while save/post and CriticalAPI enabled

### 1.5.2

 * quickfix

### 1.5.1

 * http/2 check improvements
 * fix: serverpush settings action

### 1.5

 * updated DEFLATE compression
 * updated chaching headers
 * NEW – hidden beta Feature: Critical CSS API

### 1.4

 * added DEFLATE compression
 * added chaching headers
 * added German
 * little Bugfixes

### 1.3

 * complete UI rework
 * added one-click speed tests
 * better documentation
 * little Bugfixes

### 1.2.1

 * little Bugfixes

### 1.2.0

 * added support for Cachify, W3 Total Cache, WP Super Cache and WP Rocket
 * `rel="preload"` for CSS Files, `loadCSS` as Fallback
 * little improvements

### 1.1.1

 * little Bugfixes

### 1.1.0

 * Added HTTP/2 Sever Push
    - Server Push php: pushes all enqueued scripts and styles as php headers
    - Server Push .htaccess: it scans your front-page so you gan choose which assets
      should be pushed within your .htaccess
 * added HTTP version check
 * changed default directories to `wp-content/cache/awpp/`
 * small improvements

#### 1.0.0

 * Stable version
 * little Bugfixes

#### 0.0.1

 * Initial version.
    - Moves all scripts to footer
    - defer scripts
    - minify scripts
    - Critical CSS / LoadCSS
    - Conditional Critical CSS

## Мета

 *  Версія **1.6.2**
 *  Останнє оновлення **7 років тому**
 *  Активних встановлень **10+**
 *  Версія WordPress ** 4.7 або вище **
 *  Tested up to **5.0.25**
 *  Версія PHP ** 5.4 або вище **
 *  Мова
 * [English (US)](https://wordpress.org/plugins/advanced-wpperformance/)
 * Позначки
 * [http2](https://uk.wordpress.org/plugins/tags/http2/)[Optimize](https://uk.wordpress.org/plugins/tags/optimize/)
   [pagespeed](https://uk.wordpress.org/plugins/tags/pagespeed/)[performance](https://uk.wordpress.org/plugins/tags/performance/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/advanced-wpperformance/advanced/)

## Оцінки

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/advanced-wpperformance/reviews/#new-post)

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

## Учасники

 *   [ Nico Martin ](https://profiles.wordpress.org/nico_martin/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/advanced-wpperformance/)

## Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

 [ Пожертвувати на розвиток плагіна ](https://www.paypal.me/NicoMartin)