WP Wallcreeper

설명

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

스크린샷

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

설치

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.

후기

2023년 11월 17일
This plugin is simple to implement, supports several types of caches, simple settings. Effective!!
모든 1 평가 읽기

기여자 & 개발자

“WP Wallcreeper”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Wallcreeper”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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