Improve the performance of your site by serving your feeds as static (XML) files.
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.
Requires: 2.9.0 or higher
Compatible up to: 2.9.2
Last Updated: 2010-2-18
Downloads: 3,575
0 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?