WordPress Fast Frontend

WordPress Fast Frontend,主要的目的有:

  • reduce abstractions to a minimum
  • separate code and layout as much as possible
  • stay close to the language, aka don’t overengineer
  • pay attention to how your relational data is stored and retrieved
  • keep an eye on performance

到底要不要用 template engine 改寫呢 *thinking*