Title: LH HTTP/2 Server Push
Author: shawfactor
Published: <strong>23 мая, 2017</strong>
Last modified: 25 мая, 2017

---

Пошук плагінаў

![](https://ps.w.org/lh-http2-server-push/assets/banner-772x250.jpg?rev=1663161)

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://ps.w.org/lh-http2-server-push/assets/icon-256x256.png?rev=1662813)

# LH HTTP/2 Server Push

 Аўтар: [shawfactor](https://profiles.wordpress.org/shawfactor/)

[Спампаваць](https://downloads.wordpress.org/plugin/lh-http2-server-push.zip)

 * [Падрабязнасці](https://bel.wordpress.org/plugins/lh-http2-server-push/#description)
 * [Водгукі](https://bel.wordpress.org/plugins/lh-http2-server-push/#reviews)
 *  [Ўсталёўка](https://bel.wordpress.org/plugins/lh-http2-server-push/#installation)
 * [Распрацоўка](https://bel.wordpress.org/plugins/lh-http2-server-push/#developers)

 [Падтрымка](https://wordpress.org/support/plugin/lh-http2-server-push/)

## Апісанне

Server Push provides significant performance gains if used judiciously. However 
other WordPress plugins that handle server push can actually slow your site as they
push files indiscrimentally.

Most push all files enqueued by wordpress to the broswer and use output buffering
to achieve this.

However this plugin does it properly by only pushing the the assets that the browser
requires for the initial user interaction. Namely the scripts and css in the head
of the document.

Note : It requires a web server that supports HTTP/2.

## Ўсталёўка

 1. Upload the plugin files to the `/wp-content/plugins/lh-http2-server-push` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## Часта задаваныя пытанні

  Installation Instructions

 1. Upload the plugin files to the `/wp-content/plugins/lh-http2-server-push` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

  How do I know if this is working?

There are a couple ways:

 1. [nghttp](https://www.nghttp2.org/documentation/nghttp.1.html) is an HTTP/2 client
    that ships with the nghttp2 suite. `nghttp -v http://example.com` will show all
    the HTTP/2 signalling packets, HTTP headers, content, and resources sent from the
    server in a single request. You can see `PUSH PROMISE` signals from the server 
    and the pushed resources after the main page is sent.
 2. In Google Chrome, chrome://net-internals/#spdy will show a history of server connections
    from the browser. Clicking on a connection will show the discussion between the
    browser and the server. Within that text, you can see `PUSH PROMISE` packets and
    the pushed resources.

  Why aren’t some css styles in the head of thye document pushed?

The plugin relies on all assets being enqueued by the time the wp_enqueue_scripts
action is run. However css styles can be enqueued and still appear in the head as
late as the wp_print_styles action. This is porr design but IU can’t control other
plugins.

  Can I modify the urls that are pushed to the browser by this plugin?

Yes there is a filter lh_htt2_server_push_urls. This filter takes the input of an
associaytive array with the urls being the key and the file type being the value.
By using this filter you can add, remove or modify all the pushed urls.

## Водгукі

На гэты плагін няма водгукаў.

## Удзельнікі і распрацоўшчыкі

“LH HTTP/2 Server Push” з’яўляецца праграмным забеспячэннем з адкрытым зыходным 
кодам. Наступныя людзі ўнеслі свой уклад у гэты плагін.

Удзельнікі

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

[Перакласці “LH HTTP/2 Server Push” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/lh-http2-server-push)

### Зацікаўлены ў распрацоўцы?

[Праглядзіце код](https://plugins.trac.wordpress.org/browser/lh-http2-server-push/),
праверце [SVN рэпазітарый](https://plugins.svn.wordpress.org/lh-http2-server-push/),
або падпішыцеся на [журнал распрацоўкі](https://plugins.trac.wordpress.org/log/lh-http2-server-push/)
па [RSS](https://plugins.trac.wordpress.org/log/lh-http2-server-push/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змяненняў

**1.00 May 15, 2017**
 Initial release.

**1.01 May 20, 2017**
 Is admin check.

**1.02 May 24, 2017**
 More robust code.

## Мета

 *  Версія **1.02**
 *  Апошняе абнаўленне **9 гадоў таму**
 *  Актыўных установак **10+**
 *  Версія WordPress ** 3.0 або вышэй **
 *  Правераны да версіі **4.7.37**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/lh-http2-server-push/)
 * Тэгі
 * [http2](https://bel.wordpress.org/plugins/tags/http2/)[performance](https://bel.wordpress.org/plugins/tags/performance/)
   [prefetch](https://bel.wordpress.org/plugins/tags/prefetch/)[preload](https://bel.wordpress.org/plugins/tags/preload/)
   [server push](https://bel.wordpress.org/plugins/tags/server-push/)
 *  [Пашыраны прагляд](https://bel.wordpress.org/plugins/lh-http2-server-push/advanced/)

## Ацэнкі

Пакуль яшчэ няма водгукаў.

[Ваш водгук](https://wordpress.org/support/plugin/lh-http2-server-push/reviews/#new-post)

[Паглядзець усе водгукі](https://wordpress.org/support/plugin/lh-http2-server-push/reviews/)

## Удзельнікі

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

## Падтрымка

Ёсць што сказаць? Патрэбна дапамога?

 [Перайсці да форуму падтрымкі](https://wordpress.org/support/plugin/lh-http2-server-push/)