Wordpress Serverside Caching?

1 replies
I'm running a wordpress site, similar to Alltop, all the top stories, and it is running multiple rss feeds to display top stories from top sites in my niche. How can I have my server preload all of the rss feeds. As of right now when someone comes to the site, the server must load all the rss feeds at that moment (very slow).

What I want to achieve is for my server to load the rss feeds maybe 2-3 times a day, and then serve that static page to new visitors. I've tried a few wordpress caching plugins, but they cache the page on the users computer, thus not allowing the user to see the feeds as they update.

Any ideas?
#caching #serverside #wordpress
  • Profile picture of the author stma
    Read rss with simplepie. Use the caching built into it.

    Execphp to allow php in your posts/pages.

    Use the simplepie codes to display as you do now.

    Might have some other minor hacking to do in the simplepie.inc file with paths and stuff since WP won't play nice.
    {{ DiscussionBoard.errors[2212606].message }}

Trending Topics