Blog

Things to think about for 2 x How…

Things to think about for 2.x: How to get even more performance by ‘deploying’ a site. I’ve seen this done in a few systems, where they actually bypass the DB for nearly all of a site. This would be something we’d do with Pods (Pods themselves, and their field info) and Pod Objects (Helpers, Pages, Templates) to eliminate most hits to the database. We’d still need to hit the DB for actual items, but once we get our caching component in, we’ll be able to bypass even that too!