Title: LH HTTP/2 Server Push
Author: shawfactor
Published: <strong>2017년 5월 23일</strong>
Last modified: 2017년 5월 25일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/lh-http2-server-push/#description)
 * [평가](https://ko.wordpress.org/plugins/lh-http2-server-push/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/lh-http2-server-push/#installation)
 * [개발](https://ko.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

## FAQ

  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+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **4.7.37**
 *  언어
 * [English (US)](https://wordpress.org/plugins/lh-http2-server-push/)
 * 태그:
 * [http2](https://ko.wordpress.org/plugins/tags/http2/)[performance](https://ko.wordpress.org/plugins/tags/performance/)
   [prefetch](https://ko.wordpress.org/plugins/tags/prefetch/)[preload](https://ko.wordpress.org/plugins/tags/preload/)
   [server push](https://ko.wordpress.org/plugins/tags/server-push/)
 *  [고급 보기](https://ko.wordpress.org/plugins/lh-http2-server-push/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](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/)