Title: Static Feed
Author: Angelo Mandato
Published: <strong>2010년 2월 18일</strong>
Last modified: 2010년 2월 18일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/staticfeed.svg)

# Static Feed

 작성자: [Angelo Mandato](https://profiles.wordpress.org/amandato/)

[다운로드](https://downloads.wordpress.org/plugin/staticfeed.2.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/staticfeed/#description)
 * [평가](https://ko.wordpress.org/plugins/staticfeed/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/staticfeed/#installation)
 * [개발](https://ko.wordpress.org/plugins/staticfeed/#developers)

 [지원](https://wordpress.org/support/plugin/staticfeed/)

## 설명

Improve the performance of your site by serving your feeds as static (XML) files.

#### WARNING

If you are not confident with creating/editing files or changing file permissions
on your web server, this plugin may not be for you.

#### Advantages

 * Reduces server processing load (reduces PHP and MySQL processing)
 * Increases server response time (server promptly returns the feed, no need to 
   wait for PHP or MySQL)
 * Faster downloads (presuming you have compression configured on your web server)
 * Improves uptime (static files can continue to be served even if PHP or MySQL 
   are offline)

#### Supported Feeds

The Static Feed plugin can be used for any of the standard WordPress feeds as well
as other feeds added by plugins such as [Blubrry PowerPress](https://wordpress.org/extend/plugins/powerpress/).

Here’s a brief list:

 * RSS2 (default) Feed (example.com/feed/)
 * RSS 0.92 Feed (example.com/feed/rss/)
 * RDF Feed (example.com/feed/rdf/)
 * Atom Feed (example.com/feed/atom/)
 * Podcast Feed (example.com/feed/podcast/)

Category, tag and comment feeds are currently not supported.

#### How does it work?

Anytime you modify a blog post, the **Static Feed** plugin stores the latest versions
of your feeds as XML files on your web server. These locally saved XML files are
then served directly by the web server, avoiding unnecessary PHP/MySQL processing.

#### Two Ways Static Feed can serve your feeds

 1. As XML files (e.g. example.com/feed.xml)
 2.  * format commonly used by Movable Type blogs
 3. As permalinks (e.g. example.com/feed/)
 4.  * format used by WordPress when using the Permalinks feature

#### Note about Permalink Feeds

To use this plugin with your existing Permalink feeds (example.com/feed/), your .
htaccess file needs to be writable. If your .htaccess file is not writable, the 
Static Feed plugin will give you instructions how to manually update your .htaccess
file. If you cannot modify your .htaccess file, then you’re not going to be able
to use this plugin for Permalink feeds.

#### This plugin is not for everyone

If you are using a feed hosting service such as FeedBurner or if your feed includes
content that is generated by other factors (such as a star rating plugin), then 
this plugin is not for you.

#### More Information

For the latest information please visit the website.

[http://www.pluginspodcast.com/plugins/staticfeed/](http://www.pluginspodcast.com/plugins/staticfeed/)

### Contributors

Angelo Mandato, host of the [Plugins Podcast](http://www.pluginspodcast.com) – Plugin
author

### Follow us on Twitter

@[pluginspodcast](http://twitter.com/pluginspodcast)

## 스크린샷

[⌊Static Feed settings page⌉⌊Static Feed settings page⌉[

Static Feed settings page

## 설치

 1. Copy the entire directory from the downloaded zip file into the /wp-content/plugins/
    folder.
 2. Activate the “Static Feed” plugin in the Plugin Management page.
 3. Configure Static Feed by going to the **Settings** > **Static Feed** page.

If you plan on serving Permalink Feeds (example.com/feed/), create a folder called‘
staticfeed’ in your wp-content folder and make sure your web server can write files
to the newly created wp-content/staticfeed folder.

## FAQ

  Why Static Feeds?

It’s all about web server performance. It is much more efficient for a web server
to serve a static XML file than to dynamically re-create the feed in PHP/MySQL upon
each request. Since a blog feed doesn’t change as often as it is downloaded, it 
makes sense to serve this information as a static file.

  What else do you recommend?

Combine this plugin with a web server configured with compression ([mod_deflate](http://httpd.apache.org/docs/2.0/mod/mod_deflate.html)
in Apache) and a PHP Accelerator (such as APC), and you have yourself a real WordPress
serving powerhouse!

  Will this plugin work with other caching plugins?

It may work, but I wouldn’t guarantee it. If you’re using this plugin with another
caching plugin without problems, let me know and I’ll start a list of Static Feed
compatible Caching plugins.

  Do I need this plugin if I am already using a caching plugin?

Most likely no since the caching plugin may be doing something similar.

  Does Static Feed handle category, tag or comment feeds?

Not yet, sorry.

  I previously switched from Movable Type to WordPress, can this plugin continue
to maintain my original Movable Type feed?

Yes! This is what version 1.0 of this plugin was originally written for. Simply 
configure this plugin to write to the appropriate xml file on your server and you’re
all set.

  What is Web Server Compression?

Web server Compression is when the web server compresses the data before returning
it to the client (web browser). Compression will shrink XML to more than half its
normal size, resulting in less bandwidth and a faster downloading experience for
the end user.

You can test your site and feeds for compression by using the [What’s My IP HTTP Compression](http://www.whatsmyip.org/http_compression/)
test.

Note: This plugin does not add HTTP Compression to your web server. HTTP Compression
is a feature your web hosting providor or administrator would configure.

## 후기

![](https://secure.gravatar.com/avatar/c14426d75336e4930816d416df44f017cc22916378303116a46bf02ea0d79487?
s=60&d=retro&r=g)

### 󠀁[Works as described](https://wordpress.org/support/topic/works-as-described-175/)󠁿

 [midpod](https://profiles.wordpress.org/midpod/) 2016년 9월 3일

Works as described. Thanks for the plugin.

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/staticfeed/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Angelo Mandato ](https://profiles.wordpress.org/amandato/)

[자국어로 “Static Feed”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/staticfeed)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/staticfeed/)는, [SVN 저장소](https://plugins.svn.wordpress.org/staticfeed/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/staticfeed/)
을 [RSS](https://plugins.trac.wordpress.org/log/staticfeed/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.0

 * Released on 02/18/2010
 * First public release of the Static Feed plugin
 * Adds support for serving static feeds through Permalinks via .htaccess ModRewrite
   rules

#### 1.0

 * First private release of the Static Feed plugin

## 기초

 *  버전 **2.0**
 *  최근 업데이트: **16년 전**
 *  활성화된 설치 **80+**
 *  워드프레스 버전 ** 2.9.0 또는 그 이상 **
 *  다음까지 시험됨: **2.9.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/staticfeed/)
 * 태그:
 * [feed](https://ko.wordpress.org/plugins/tags/feed/)[feeds](https://ko.wordpress.org/plugins/tags/feeds/)
   [rss](https://ko.wordpress.org/plugins/tags/rss/)[rss2](https://ko.wordpress.org/plugins/tags/rss2/)
   [static](https://ko.wordpress.org/plugins/tags/static/)
 *  [고급 보기](https://ko.wordpress.org/plugins/staticfeed/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/staticfeed/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/staticfeed/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/staticfeed/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/staticfeed/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/staticfeed/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/staticfeed/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/staticfeed/reviews/)

## 기여자

 *   [ Angelo Mandato ](https://profiles.wordpress.org/amandato/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/staticfeed/)