Extension to remove whitespaces from HTML output.
Ideally whitespaces should be removed when the template gets parsed and stored in cache. Current approach removes whitespaces on every request so it adds additional load on the server.
- SilverStripe 3 framework
The extension automatically removes whitespaces from HTML output.
No configuration required.