PageSpeed Module

Beschrijving

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.

Schermafdrukken

  • The PageSpeed Module settings panel.

Installatie

Minimum Requirements

  • PHP version 7.0 or greater (PHP 8.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;

FAQ

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.

Beoordelingen

Lees alle 4 beoordelingen

Bijdragers & ontwikkelaars

“PageSpeed Module” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“PageSpeed Module” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “PageSpeed Module” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.0

  • Tested with WordPress 6.3.
  • Dropped support of PHP 5.6. Minimum required PHP version is 7.0 now.

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.