PageSpeed Module

外掛說明

PageSpeed Module plugin allows purge caches created by Apache or Nginx Module and turn on development mode for WordPress site, bypassing PageSpeed cache.

Plugin has options page in the site console, with relevant buttons and controls. Please see screenshots.

Plugin requires PageSpeed Module to be installed with your Apache or Nginx web server. If PageSpeed Module is not installed, plugin does nothing.

螢幕擷圖

  • The PageSpeed Module settings panel.

安裝方式

Minimum Requirements

  • PHP version 5.6 or greater (PHP 7.0 or greater is recommended)
  • MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
  • PageSpeed Module for Apache or Nginx
  • In Apache config, the following directives must present:
    ModPagespeedEnableCachePurge on
    ModPagespeedPurgeMethod PURGE
  • In Nginx config, the following directives must present:
    pagespeed EnableCachePurge on;
    pagespeed PurgeMethod PURGE;

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of PageSpeed Module plugin, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type “PageSpeed Module” and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

Manual installation

The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

Updating

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

常見問題集

Where can I get support or talk to other users?

If you get stuck, you can ask for help in the PageSpeed Module Plugin Forum.

使用者評論

閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈PageSpeed Module〉的開發相關工作。

參與者

〈PageSpeed Module〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈PageSpeed Module〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.5

  • Tested with WordPress 6.0

  • = 1.4 =

  • Tested with WordPress 5.7

1.3.1

  • Fixed bug with REST requests in Development mode.

1.3

  • Tested with WordPress 5.6
  • Admin scripts and styles are launched on the plugin settings page only.

1.2

  • Tested with WordPress 5.5

1.1.6

  • Tested with WordPress 5.4

1.1.5

  • Tested with WordPress 5.2
  • Minimal php version bumped up to 5.6

1.1.4

  • Fixed bug with some Apache servers.
  • Tested with WordPress 5.2

1.1.3

  • Tested with WordPress 5.1

1.1.2

  • Tested with WordPress 5.0

1.1.1

  • Fixed format of PURGE request for Cloudflare

1.1

  • Added detection if PageSpeed Module is installed on server
  • Added Cloudflare support
  • Added settings link on plugin page

1.0.1

  • Translation update.

1.0

  • Initial release.