이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Simple Cache Killer

설명

** For Multisite/Network Users **

I wrote this plugin because of several situations I’ve run in to running a multisite network where I’ll want to include
caching for WordPress sites in most cases, but might need to exclude one of the sites on the network from that caching.

By activating this plugin and checking the different caching options, requests to that sites pages/posts can be instructed
not to cache site content without disrupting the caching strategy in place for other sites.

** For single site installations **

This plugin will still be useful for single site installations where the site administrator may not have access to the web server
to specify the types of HTTP caching headers that are returned on each request. By allowing you to specify and rewrite the HTTP caching
headers at the site level, you’ll no longer need access to the web server in order to make sure visitors are always served fresh
content.

Bug Reports or Feature Requests
https://trello.com/b/zLViVgjx

Follow me on Twitter
https://twitter.com/jcummings1974

설치

This plugin was built specifically for multisite networks, but should work on any WordPress site. The obvious benefit though, will be when you’re hosting multiple WordPress sites from a single installation/server and need to adjust the caching instructions sent by just one site.

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the SCK Settings section of your settings menu to set the types of instructions you want to use.

FAQ

What types of caching instructions does this plugin support?

There are two sections of the settings screen, an HTML META tag section, and an HTTP Headers section.

Once activated, you can choose to include the following instructions in your request responses:

  1. META HTTP-EQUIV=”PRAGMA” CONTENT=”NO-CACHE”
  2. META HTTP-EQUIV=”CACHE-CONTROL” CONTENT=”NO-CACHE”
  3. Pragma: no-cache (HTTP header)
  4. Cache-Conrol: no-cache, no-store, must-revalidate (HTTP header)
  5. Expires: 0 (HTTP header)
Which type should I use?

The different caching options are provided individually in the event that you run in to problems with one
specific type of caching, but for the most predictable results, turn them all on.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Simple Cache Killer”(을)를 번역하세요.

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

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

변경이력

1.0.2

  • WordPress 4.0 Compatibility release

1.0.1

  • Minor bug fixes.
  • Improved instructions in the WordPress admin.
  • Inclusion of reference information outlining the different types of caching supported.

1.0

  • Initial release