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

WPBase Cache

설명

Plugin is developed to optimize wordpress deployment on varnish + nginx + php-fpm + php-apc server stack using three type of caches full page cache, db cache and opcode cache. This plugin includes nginx-compatibility, db-cache-reloaded-fix for nginx and database cache. This plguin also support varnish cache management with given default.vcl. We have included sample file for nginx and varnish configurations in utils folder. This plugin will automatically invalidate caches upon certain actions from wordpress admin panel.

Thanks to:

  • Ivan Kristianto
  • Vladimir Kolesnikov

Visit our blog for more information on deployment of wordpress on varnish, nginx and php-fpm stack at WPOven Blog.

Please note that generally shared hosting don’t have varnish + nginx as server software so this plugin will not work on shared hostings.

설치

  1. copy and paste contents of utils/varnish-default.vcl in your vcl file
  2. copy and paste contents of utils/nginx-sample in your nginx vhosts file
  3. restart both varnish and nginx
  4. Put the plugin folder into [wordpress_dir]/wp-content/plugins/
  5. Make folders [wordpress_dir]/wp-content/ and [wordpress_dir]/wp-content/plugins/wpbase-cache/inc/db-cache-reloaded-fix writable, change their permission to 755.
  6. Go into the WordPress admin interface and activate the plugin
  7. Optional: go to the options page and configure the plugin

Before upgrade DEACTIVATE the plugin and then ACTIVATE and RECONFIGURE!

FAQ

No FAQs avilable yet

후기

모든 4 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.1

Major bug fixes

1.0.0

First stable version of plugin