AJAX is an awesome tool. AJAX requests are usually faster than regular page loads and allow for a wealth of dynamism within a page. Unfortunately many people do not properly cache request information when they can. Let me show you how I cache AJAX requests — it’s super easy! My example will use my TwitterGitter plugin to grab a user’s tweets. Once we have the user’s tweet information, we pull it from cache instead of making a duplicate AJAX request. //event |
1
Votes
Votes
Caching AJAX Results in JavaScript
Posted By tamilsolai on May 31, 2010 FROM: advancedphptutorial.blogspot.com report abuse





Post new comment