Tuesday, October 30th, 2007...7:48 pm
Added SimplePie to the PHP RSS Comparator
Jump to Comments
SimplePie seems as robust as MagPie and it’s got some nicer features. It’s significantly slower when pulling from the net, but it is insanely fast when coming from the cache. Unfortunately, you’re mostly pulling from the net.
check it out:
http://www.feedalicious.net/tools/phprsscomparator/
Related Articles:

1 Comment
October 31st, 2007 at 8:20 am
This is Ryan from the SimplePie project. It should be noted that none of the aforementioned parsers do ANY data cleanup except for SimplePie. This is the trade-off. SimplePie can take longer, but it gives you much more usable data (including the correct handling of Atom feeds). If you care less about clean data and more about faster parsing, check out the set_stupidly_fast() configuration option (http://simplepie.org/wiki/reference/simplepie/set_stupidly_fast).
Hope this helps!
Leave a Reply