I was curious. Which would be faster, querying a text datatype from the db to display to the screen or including a text file?hawleyjr wrote:You'll find that you will have much more overhead if you store the data in files. Use a db, much easier.
For a few hundred pages at most would it cause that much overhead to store static versions of the content?
Or would it still be better to use the db and query it every time?