View Single Post
  #4 (permalink)  
Old 02-16-09, 12:34
php_rules php_rules is offline
BOD Member
 
Join Date: Jan 2009
Posts: 73
Default

Another tip if your database is doing the same queries a lot is to cache your pages and only re-run the queries when the content changes - that way you only perform one set of queries and generate static pages then re-generate the pages when a change is made to the database - It took me a long time to learn this, but it was one of the best things I have learned.
Reply With Quote