ted serbinski – entrepreneur & web architect
  • thoughts
  • about
  • contact



Popular content

  • TWiT.tv
  • MTV.co.uk
  • How to Keep a Macbook Cool
  • Drupal admin menu bar released
  • Hot Swapping of Drupal Themes
  • How to make theming in Drupal easier
  • Preventing Drupal from Handling 404s for Performance
  • Webhealth
  • Getting Drupal to Play Nice with Your CDN
  • SimpleFeed
more

Recent comments

  • really interesting and well
    5 days 15 hours ago
  • cloning the
    3 weeks 5 days ago
  • vacabindex module (drupal
    4 weeks 2 days ago
  • I seem not to know where to
    4 weeks 2 days ago
  • Hi guys, Here a module
    5 weeks 6 days ago
more

SimpleFeed 2.1 Release, New Maintainer, and a Look at Performance

SimpleFeed 2.1

SimpleFeed 2.1 has been released, grab it while it’s hot!

This release fixes a number of outstanding issues and greatly improves the robustness of SimpleFeed. Highlighted fixes include:

  • Critical update, fixes updating of feed items to use the new unique identifier, before it only made it through 50 items, causing duplicate headaches
  • Unique identifier for feed items now relies on a combination of title & link, which will pave the way for updating changed feed item bodies later
  • Support for much longer length URLs
  • Improved database indices
  • Fix expiration of feed items so it can run properly as anonymous user cron

Hi Matt!

Additionally, as of this release I’m please to announce that Matt Farina (mfer) is joining as a contributor to SimpleFeed. He’ll be helping us to plow through the issue queue faster and work on a steady Drupal 6 port. Welcome Matt!

A Quick Look at Performance

Many people ask “how fast is SimpleFeed” and well it’s hard to answer. It depends how you have your Drupal site configured, what type of hardware you’re running, how many feeds you are processing, which of these feeds have slow HTTP access times, and the like.

With that said, I took a sample of blogs to measure from MomBlogNetwork, part of the ParentsClick Network, which has been by far the largest install and provider of patches/features for SimpleFeed.

Running some tests, SimpleFeed 2.1 is processing over 900 blogs a minute on our setup. This is nearly 380% faster than SimpleFeed 1.0!

I’ll have more benchmarks soon when Alex at Development Seed and myself pit a few of the top aggregation systems against each other to find out who really is the speed champ for Drupal aggregation :)

posted 11 Jun 2008
  • code
  • drupal
  • ParentsClick
  • simplefeed

3 comments

#1
david wrote 46 weeks 5 days ago

Hi, I am using simplefeed 2.1 on a drupal 5.9 site. I understand that the only way to display the full text of the feeds I am aggregating is to invoke hook_nodeapi. I would greatly appreciate any assistance in this regard; I know next to nothing about php but would like to learn. Thanks very much for your help.

#2
bloggero wrote 41 weeks 1 day ago

Hi,

I’m using simple feed 5.2 and drupal 5.10. The problem : feed items automatically inherit their feed parent’s terms. I figured up from my site that this is happening just for the child terms of a parent term.

On a hard approach I edited the feed_item.module to fix this. I commented all from free tagging case[/geshifilter-code] to
else if ($process_feed->taxonomy) {        //if ($term->vid == $vid) {
with the matching }, and left only

  1.       if ($vid) {
  2.            foreach ($process_feed->taxonomy as $tid => $term) {
  3.               $item->taxonomy[$vid][$term->tid] = $tid;
  4.           }
  5.       }

In this way the feed inherits terms, but only first level terms.

Can you give me a solution ?
I should mention that my codding skills are limited.

p.s.
sorry for messing up your template

#3
ted wrote 41 weeks 18 hours ago

@bloggero, please post in the issue queue so that you can be better helped, thanks.

Add your comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <img> <pre>
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can use Textile markup to format text.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options


Code examples and downloadable zip files of code are licensed under a Creative Commons License.
All other content, unless where noted, ©2009 Theodore Serbinski. All Rights Reserved.