Submitted by Steven (not verified) on Fri, 05/02/2008 - 11:25.
Urgh, but then the webserver would have to make a full page load, go and grab the data from the db, and send it back to the client. If it's a flat file, then the webserver can just serve it up. It'd be like doubling your webservers workload for the same amount of page views.
Urgh, but then the webserver
Urgh, but then the webserver would have to make a full page load, go and grab the data from the db, and send it back to the client. If it's a flat file, then the webserver can just serve it up. It'd be like doubling your webservers workload for the same amount of page views.