Docket Cache – 객체 캐시 가속기
Docket Cache is a persistent WordPress Object Cache that stores cached data as plain PHP code. It is designed as an alternative for sites that do not have access to Redis or Memcached.
Most file-based caching plugins use serializing and unserializing to save PHP objects to flat files. Docket Cache takes a different approach by converting objects into plain PHP code. This makes data retrieval faster and improves overall performance, especially when Zend OPcache is enabled.
자세한 내용은 워드프레스 캐싱에 대한 설명서를 참조하세요.
왜 이 플러그인을 사용해야 하나요?
For reliable persistent Object Cache in WordPress, Redis or Memcached are the top choices. However, they require server knowledge and are rarely available on low-cost or shared hosting plans.
The alternative is to store object caches in files. In WordPress, exporting PHP objects is not straightforward. Most file-based caching plugins rely on serialising and unserialising objects to store and retrieve data.
Docket Cache takes a better approach by turning the object cache into plain PHP code. This is faster because WordPress can use the cache directly without additional processing.
특징
- 객체 캐싱 + OPcache
- 고급 글 캐싱
- 객체 캐시 사전 캐싱
- 워드프레스 메뉴 캐싱
- 워드프레스 번역 캐싱
- 워드프레스 코어 쿼리 최적화
- 용어 수 쿼리 최적화
- 글, 페이지, 댓글 수 최적화
- 데이터베이스 테이블 최적화
- 우커머스 최적화
- WP 옵션 자동로드 서스펜션
- 놓친 일정 조정 게시
- 객체 캐시 + OPcache 통계 + OPcache 뷰어
- 캐시 로그
- Cronbot 서비스
- WP-CLI 지원
- 다중사이트/다중네트워크 지원
요구 사항
Docket Cache를 사용하려면 최소한 다음이 필요합니다.
- PHP 7.2.5
- 워드프레스 5.4
- Zend OPcache
문서
For configuration options, installation guides, and command-line usage, please refer to the 문서.
개발
- GitHub Repository — Source code and development hub for Docket Cache.
- Changelog — Full history of changes, fixes, and improvements.
- Gapo Tunnel — Expose local services to the internet through secure tunnels. Useful for testing Docket Cache on a local development environment.
Sponsor This Project
Support the ongoing development of Docket Cache with a one-off or recurring contribution.
주목할 만한 후원사:
A heartfelt thanks and appreciation.
- Jimat Hosting
- Themecloud
- Websavers Inc
- Avunu LLC
- Linqru
- Gentleman’s Guru
- SecurePay
- DNSVault
- Exnano Creative
명예 목록에는 다른 후원자들이 언급되어 있습니다.
