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.