• user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 98 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '18.221.141.44' AND v.timestamp >= 1714144715 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 98 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '18.221.141.44' AND v.timestamp >= 1714144715 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.

Drupal 6 Cache API Example / Tutorial


A step by step tutorial on how to use Drupal's Cache API. Example includes an overview and code walk through on a working example where we had to store an XML/RSS feed every 15 minutes and display on every page of the client website for quick retrieval. The code example can also be used outside of drupal by simply re-writing your own get and set cache functions. A side note, caching can be great for SEO on large, popular sites to help reduce page load times and allowing spiders to assign a higher trust value to your pages. For more info or videos on Drupal and SEO visit www.bestrank.com.


See video

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options