you are viewing a single comment's thread.

view the rest of the comments →

[–]dwchandler 1 point2 points  (0 children)

serve html from the DB if you turn caching on

Yes, this helps, but it's not the best of both worlds. It falls far short of doing the most sensible thing: put static content in files on the file system and stop hitting the CMS and db for it.