WP Wallcreeper

Description

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

Screenshots

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

Installation

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.

Reviews

November 17, 2023
This plugin is simple to implement, supports several types of caches, simple settings. Effective!!
Read all 1 review

Contributors & Developers

“WP Wallcreeper” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Wallcreeper” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by 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