View Single Post
Old 26-03-2008, 16:42   #6 (permalink)
dudefromthenet
Registered User
 
Join Date: Mar 2008
Posts: 19
Quote:
Originally Posted by bluesage
It makes sense that static content is faster, as there is no need to query. I imagine for high traffic websites, static content will helpful on the database workload.
Most big website also use more than one server which will make it even more faster (load balancing etc.). And not everything can be solved by creating static content. For example user postings need a dynamic approach.
  Reply With Quote