Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP Wallcreeper

Beschrijving

Storage supported:
– Filesystem
– APC/APCu
– Memcached
– Xcache

Supported:
– PHP8
– WordPress MU
– direct gzip serving
– WooCommerce
– full header caching
– 404 in cache
– http redirection (30x status code)
– advance 304 status code redirection
– Memcached multiple server

Schermafdrukken

  • General configure (enable switcher and storage engine)
  • Current cache content
  • Policy setting
  • Expert configuration

Installatie

The installation is like any other plugin:

Automatic installation:
Install it from WordPress plugins repository, activate it. Configure it.

Manual installation:
Unzip files under /wp-content/plugins directory, activate it. Configure it.

Automatic uninstallation:
Use WordPress built-in extension manager.

Manual uninstallation:
– edit /wp-config.php file, remove ‘WP_CACHE’ line
– remove /wp-content/advanced-config.php
– remove plugin directory /wp-content/plugins/wp-wallcreeper

FAQ

  • Why you do one request to yours servers at the installation?
    In order to generate a recurring cron without additional installation from ourself,
    we store the URI of your domain (no other information is transmitted),
    then, a robot visit the wp-cron page regularly in order to execute them.

  • How I can see cached page?
    List of the cached page is available under Content tab of the setting plugin.
    You can check yourself using another browser/unlogged broswer by visiting your site.
    A http header field will be add in the response (formally ‘x-cache-engine’).

  • I want to remove one page from the cache
    Find the entries list and delete it from the ‘Content’ tab page under plugin settings.

  • I want to remove the whole cache
    Just click on te ‘Purge Cache’ top page button.
    Alternately, you can select all entries and delete it from the ‘Content’ tab page under plugin settings.

Beoordelingen

17 november 2023
This plugin is simple to implement, supports several types of caches, simple settings. Effective!!
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“WP Wallcreeper” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WP Wallcreeper” naar jouw taal.

Interesse in ontwikkeling?

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

Changelog

1.6

  • Support PHP8

1.5.2

  • Fix configuration bug in MU (use new configuration file format)
  • Fix bug in gui (timeout field)

1.5.1

  • Fix timeout precision

1.5

  • Support asynchronous flush
  • Lighter advanced cache file
  • Fix useless log warning
  • Fix flush post by id
  • Better timeout precision

1.4.1

  • Fix directory generation

1.4

  • Active new configuration

1.3

  • Add serve gzip switch state
  • Fix timezone (use built-in WordPress function)
  • Fix configuration file (on old MU WordPress)

1.2

  • Prevent whitescreen

1.1

  • Fix configuration updater

1.0

  • Initial version