I am developing an website TwittyBlog.com and what I am trying to do is to cache tweets for couple of hours and check new tweets after that time to improve the response time (otherwise it checks tweets of that particular user everytime he or others visit)
What do you recommend me? What is the best practices to cache the tweets? I am not quite at PHP as I am in .NET environment since I decided using PHP for my personal projects (I’ve been using it for 4 months not so often)
The main idea of the TwittyBlog is to create a blog website for a user out of his/her tweets.
Thanks.
You could use JG Cache it’s a PHP library that helps you cache pretty much anything using Memcache.