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

Vendi Cache

설명

Vendi Cache takes your slow database-driven pages and turns them into very fast static HTML files.

Squirrel image from https://commons.wikimedia.org/wiki/File:Tamias_striatus_CT.jpg

스크린샷

  • Settings for cache mode and options.
  • Cache management and exclusions.
  • Admin menu location.

설치

Before activating this plugin, please disable Wordfence’s caching system.

FAQ

Is this plugin affiliated with Wordfence?

The authors of this plugin are not affiliated with Wordfence. The caching engines used by this plugin were ported from Wordfence’s code after they decided to remove them from their codebase.

Does this plugin replace Wordfence?

No, but it does replace a feature that they will be removing soon. Wordfence is one of the best security plugins available for WordPress and for about 2 years their product included a very awesome caching engine. In October of 2016 they decided that they would be removing this caching engine which is why this plugin was created.

Can I programmatically stop Vendi Cache from caching a specific page/post?

Yes, the caching engine may be stopped for a given request in several ways. The preferred way (as of 1.2.0) is via a filter: add_filter( \Vendi\Cache\api::FILTER_NAME_DO_NOT_CACHE, '__return_true' ). For legacy reasons we also still support a public static method \Vendi\Cache\api::do_not_cache(). Lastly, if you wish to globally stop the caching engine site-wide you can define the WFDONOTCACHE constant somewhere in your code.

For historical reasons, if defined the global constant is always honored first and cannot be undone via the filter. This might be changed in the future if someone actually has a need for it but generally speaking, constants are used to make global changes by administrators that local code should not be able to undo.

후기

2018년 7월 8일
Hello WP Lovers, First off, I have No connection to the makers of VC. I actually "signed up" a new account here so i could login and rave about VC. They deserve it. Should be #1, honestly, as the rest are either bloated or confusing or both. Over the years I've tried them all, from Rocket to WTC3 to you-name-it-plugin AND I've also used many different codes to avoid using an extra plugin. The problem with using codes to your .htaccess file is that themes change, the web changes and in the end there will be a glitch on your end sooner or later. So, get a clean coded theme, use LIGHT plugins, try Autoptimize + Optimize DB + Leverage Browser Caching + Vendi Cache and YOU WILL see a much faster site. A lazy load plugin will also help as photos are the #1 slower downer of your site. Getting your photos optimized is the #1 pro thing to do to speed up your site. Several plugin options out there OR resize/crunch them yourself. Vendi Cache used to be included in the Wordfence security plugin and boy did it speed things up. Then WF got bloated and slow--not sure how they are now--and they removed "Falcon" cache. So, now Falcon has reappeared as Vendi Cache and IMO it is the BEST cache plugin for 99% of websites. Try it for yourself using GTMetrix.com to A/B your site speed w and w/o Vendi. Cheers!
2017년 2월 14일
This has got to be the easiest drop in cache solution available. Works as expected without pages and pages of options.
2016년 11월 11일
I was looking for a replacement of the Wordfence Falcon Engine. Thank you so much, it works perfectly!
2016년 10월 30일
Vendi Cache is an excellent drop-in replacement for Wordfence caching. I was very happy to hear Vendi offered this as I have been using the Falcon cache and really wanted to just keep using what I had in the past. Thank you!
모든 10 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.2.1

  • Bug Fix: Incorrect function signature for error handling.

1.2.0

  • Add API class for all future public contracts.
  • Add filter \Vendi\Cache\api::FILTER_NAME_DO_NOT_CACHE (preferred) and function \Vendi\Cache\api::do_not_cache() (legacy) to allow people to disable caching per request.
  • Add cache_stats class to use instead of array, make strings translatable.
  • Add clear_entire_cache to public API.
  • Deprecate Vendi\Cache\Legacy\wordfence::do_not_cache() in favor of above.

1.1.5

  • Do not cache if PHP throws a fatal exception or error in someone else’s code.

1.1.4

  • Minor change, no update needed, added screenshots for WP

1.1.3

  • Minor change, no update needed, removed github badges from readme

1.1.2

  • Inlined a PHP constant
  • Fixed a couple of typos (props laxbobber)

1.1.0

  • First public release

1.0.1

  • First private beta.