unisolutions / silverstripe-whitespace-suppressor
Suppresses whitespaces in output HTML for Silverstripe.
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 2
Type:silverstripe-module
Requires
This package is not auto-updated.
Last update: 2024-10-26 16:23:13 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.