• Hi,

    I’m redesigning my frontpage and I’d like to make a few AJAX requests (i.e. last loved track on Last.fm, last update on Twitter, last Dribbble shot, etc) that I’d like to have in cache, refreshed in cycles of 30mins. Should I cache these requests or should I set up a cron job and have them stored on a database and then print them directly on the HTML? I guess both ways are much better than having those AJAX requests bugging every time a user refreshes the page.. right?

  • The topic ‘How to cache a few AJAX requests?’ is closed to new replies.