unisolutions / silverstripe-whitespace-suppressor
There is no license information available for the latest version (dev-master) of this package.
Suppresses whitespaces in output HTML for Silverstripe.
Package info
github.com/unisolutions/silverstripe-whitespace-suppressor
Type:silverstripe-module
pkg:composer/unisolutions/silverstripe-whitespace-suppressor
dev-master
2016-01-05 16:23 UTC
Requires
This package is not auto-updated.
Last update: 2026-02-28 23:17:55 UTC
README
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.
Requirements
- SilverStripe 3 framework
Usage
The extension automatically removes whitespaces from HTML output.
No configuration required.