Enable Gzip Compress on Wordpress with WP-Cache 2.x gzip形式の圧縮を有効にするとWP隠し場所のWordPress 2.xの
WP-Cache is a page caching system plugin for WP隠し場所は、ページキャッシュシステムのプラグインを Wordpress WordPressの blog that cache Wordpress pages during the first load or after a page expired, and store each Wordpress page in a static HTML file which in turn used to serve future requests.ブログをWordPressのページのキャッシュや負荷時の最初のページの後に期限が切れて、およびストアの各ページをWordPressの静的なhtmlファイルを順番に使用される将来の要求を提供します。 This process of web server serving the HTML pages directly from the file rather than building the page again by loading and compiling the whole PHP code, and retrieving the necessary data from the database where there is any page request significantly reduces the resource needed to run a responsive and fast website.このプロセスのウェブサーバーの配信て、 HTMLページのファイルから直接ではなく、ページの再度の建物全体を読み込んでいますとPHPコードをコンパイルし、データベースからデータを取得するために必要なすべてのページではリソースを大幅に削減する必要に応じてリクエストを実行するに応答性と高速のウェブサイトです。 Meanwhile, Gzip compression is an option provided by Wordpress that allows web server to serve the articles in compressed format if request by supported web browser, reducing bandwidth used and improving performance.一方、 gzip形式の圧縮は、 WordPressのオプションを提供されたウェブサーバーに奉仕することができる圧縮形式の記事をサポートリクエストのウェブブラウザの場合、帯域幅を減らすことで使用され、パフォーマンスの向上します。
If you install WP-Cache version 2.0 or 2.1, you will be requested to turn off or disable Gzip compression in Options -> Reading tab. WP隠し場所をインストールする場合はバージョン2.0または2.1が表示される要求または無効にgzip形式の圧縮を無効にするにはオプション->読書タブをクリックします。 Although WP-Cache2 is fast enough, however, you can still try to enable the Gzip compression to further speed up the web server, improve the overall performance of network and website, and save the network bandwidth, by using the following trick. cache2は十分な速度のWPものの、しかし、まだしようとすることができます。 gzip形式の圧縮を有効にするには、 Webサーバーをさらに加速させる、ネットワーク全体のパフォーマンスを向上させるとウェブサイト、およびネットワークの帯域幅を保存して、次のトリックを使用しています。 The hack allows Gzip compression to be used with WP-Cache system, by making WP-Cache compress the page articles, instead of Wordpress.ハックのgzip圧縮を使用するとWP隠し場所に使われるシステムは、メーカーのWP -キャッシュ圧縮され、ページの記事ではなく、 WordPressのです。
To turn on Gzip compression of web page while using WP-Cache 2, simply edit the wp-cache-phase1.php which is located in the WP-Cache plug-in folder inside the Plugins directory with text editor such as vi: gzip形式の圧縮を有効にするにウェブページを使用してWP隠し場所2 、単に編集してのWP -キャッシュ- phase1.phpこれはWP隠し場所に位置するフォルダ内のプラグインなどのテキストエディタをプラグインディレクトリにある六:
Add the following line:次の行を追加します:
if ( extension_loaded(’zlib’) ) ob_start(’ob_gzhandler’);もし( extension_loaded ( ' zlibの' ) )するob_start ( ' ob_gzhandler ' ) ;
Before this line:前にこの行:
foreach ($meta-»headers as $header) { foreach ( $メタ- »ヘッダとして$ヘッダー) (
Note that you still should not turn on or enable the Gzip compress article in Wordpress.注意してください。依然として有効にしてはいけないの電源をオンにgzip形式の圧縮やWordPressの記事です。 If you do so, WP-Cache will not work.これを行うと、 WP隠し場所は動作しません。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Unzip or Decompress or Uncompress Gzip (.gz or .gzip) Files in Windows解凍または解凍または解凍gzip形式( 。れたgzまたは。 gzip形式)ファイルをWindows
- Run WordPress at Top Fast Speed by Putting Objects and Variables into XCache or eAccelerator Cache Memory (Plugin) WordPressの最上部に速い速度で実行しておけeacceleratorをオブジェクトと変数をxcacheまたはキャッシュメモリ(プラグイン)
- WordPress WYSIWYG Visual Editor Not Working or Not Appearing WordPressの視覚的なWYSIWYGエディタが機能しないかどうか表示される
- Download WordPress 2.3 Release Candidate 1 (RC1) with Tags SupportダウンロードのWordPress 2.3のリリース候補1 ( rc1 )にタグをサポート
- Download Previous or Old Version of WordPressダウンロードの前または古いバージョンのWordPress
- Integrate WordPress including Comments with bbPress Forum using bbSync bbpress WordPressのフォーラムを含む統合を使用してコメントをbbsync
- WordPress 2.1.1 Critical Security Alert - Download Upgrade to 2.1.2 WordPressの2.1.1の重要なセキュリティの警告-2 .1.2にアップグレードしてダウンロード
- Must Have WordPress Plugins WordPressの差込必要があります。
- How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page周波数または間隔を変更する方法についてのWordPressの自動作成やページの編集を保存する
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) WordPressの最新版を自動的に更新の自動アップグレードの差込式( wpau )
































