RSS feed running sooo SLOW

Discussion in 'Programming' started by toddieg, May 10, 2005.

  1. #1
    hi everyone,

    i've been using magpierss to display rss feeds on my websites for a while now, and just recently we switched servers and everything has been runnins SUPER SUPER slow.. like 10-15 seconds sometimes to get it to load.

    i was wondering if anyone had any idea why.... i even used rss2html today and that runs slow too.

    here are some example sites.

    http://resource4bextrainfo.com/rss2html.php
    http://resource4zyprexainfo.com/rsstest.php

    our php version of 4.3.2 ...

    any help, ideas or tips would be appreciated.... thanks
     
    toddieg, May 10, 2005 IP
  2. tbarr60

    tbarr60 Notable Member

    Messages:
    3,455
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    210
    #2
    I saw some slow feeds on my ColdFusion pages. ColdFusion has a tag for setting your page to be cached for a timeframe of your chosing. I set the cache time for 24 hours and created a script to hit all of my pages so the RSS feeds are less than 24 hours old.

    I assume PHP has caching abilities. Alternatively, you could use PHP to write pages to static files periodically and serve only static pages.
     
    tbarr60, May 21, 2005 IP
  3. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Your host is behind the times with php version of 4.3.2.

    Should be .11. Maybe ya just got a bad server? Overloaded?

    My first impression of your host is not good. :/
     
    noppid, May 21, 2005 IP
  4. pcdoc

    pcdoc Active Member

    Messages:
    690
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    70
    #4
    I've recently been using RSS Digest with some success. See our homepage.
     
    pcdoc, May 31, 2005 IP
  5. SpeedyDomainRegistration

    SpeedyDomainRegistration Peon

    Messages:
    170
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5

    Is the cache enabled?
    You can check the cache directory after bringing up the page and see if there are files in there. If not, your cache is not working. check cache directory permission.