Retrieve, Cache, and Display Your FeedBurner Subscriber Count

One way of significantly speeding up your website is by caching information you retrieve remotely from other websites or databases. Caching information is extremely simple and can save your users seconds of unnecessary waiting. Here’s how I cache my FeedBurner follower count on my site. The PHP /* settings */ $cache_path = ‘/cache/’; $rss_file_name = … Continue reading Retrieve, Cache, and Display Your FeedBurner Subscriber Count