Improve the performance of your site by serving your feeds as static (XML) files.
Improve the performance of your site by serving your feeds as static (XML) files.
If you are not confident with creating/editing files or changing file permissions on your web server, this plugin may not be for you.
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.
Here’s a brief list:
Category, tag and comment feeds are currently not supported.
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.
As XML files (e.g. example.com/feed.xml)
As permalinks (e.g. example.com/feed/)
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.
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.
For the latest information please visit the website.
http://www.pluginspodcast.com/plugins/staticfeed/
Angelo Mandato, host of the Plugins Podcast – Plugin author
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.
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.
Combine this plugin with a web server configured with compression (mod_deflate in Apache) and a PHP Accelerator (such as APC), and you have yourself a real WordPress serving powerhouse!
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.
Most likely no since the caching plugin may be doing something similar.
Not yet, sorry.
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.
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 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.