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

WP Static Cache

설명

WP Static Cache is designed to make your WordPress site much faster and more responsive. This plugin will automatically generate real html files for all pages when they are loaded for the first time, and automatically renew the html files period.

Key features:
1, Set up filters to skip some directories to generate html file.
2, Caching file management.( delete a caching file )

Uninstall WP static cache

Almost all you have to do is deactivate the plugin on the plugins page.

스크린샷

  • Cache files management.
  • Set-up caching filter.

설치

  1. Upload to your plugins folder, usually wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/wp-static-cache/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Menu -> ‘wp static cache’ screen to configure the plugin

Manual installation

  1. Download the plugin and extract its contents.
  2. Upload the wp-static-cache folder to the /wp-content/plugins/ directory.
  3. Activate the WP Static Cache plugin through the “Plugins” menu in WordPress.

FAQ

Do I really need to use this plugin?

If your site gets Slashdotted
If you’re on a very slow server
If you’ve had a complaint from your host about performance
If you just want to blog rather than testing new plugins and functions of wordpress

How can I tell if it’s working?

wp-static-cache adds some tags to the very end of a page in the HTML, so you can view source to see if there any codes like

Do you cache other pages such as cat ?

Yes, this plugin cache all pages.

How do I delete the WP_CACHE define from wp-config.php?

Load your desktop ftp client and connect to your site. Navigate to the root (or the directory below it) of your site where you’ll find wp-config.php. Download that file and edit it in a text editor. Delete the line define( ‘WP_CACHE’, true ); and save the file. Now upload it, overwriting the wp-config.php on your server.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.1

  • Added support for delete all caching files.

1.0

  • First version.