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.

dev-master 2016-01-05 16:23 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:21:23 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.