Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Editted small typo.

...

DevMode allows reloading of configuration and validation related files, but because they happen on each request, this setting will totally kill your performance.
When using logging, make sure to turn off logging (esp. Freemarker generates a LOT of logging), and check if a level is enabled before printing it, or you will get the cost of the String parsing/concatination anyways.

Use the

...

Java Templates

If you use the simple theme, and do not overwrite any of the FreeMarker templates, considering consider using the Javatemplates Plugin java templates, which rpovides provide a drop in replacement for most tags, and is are a lot faster than the regular tags.

...