Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DorsetDigital committed Aug 3, 2023
1 parent d04aa0b commit 4c72879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# silverstripe-enhanced-requirements

Extends and enhances the Silverstripe requirements system, providing inlining of assets, http/2 server push, etc.
Extends and enhances the Silverstripe requirements system, providing inlining of assets, http/2 server push, deferred css, etc.

_Note: This module is designed to provide a number of tools which may help to improve the front-end performance of a website. It is not an 'off-the-shelf' solution, and should be used carefully. Just setting everything to preload or push, or inlining content without first analysing where and how it's used can lead to a reduction in performance!_

## Requirements
*Silverstripe 4.x
*Silverstripe 4.x / 5.x

## Installation
Install with `composer require dorsetdigital/silverstripe-enhanced-requirements`
Install with `composer require dorsetdigital/silverstripe-enhanced-requirements ^1`

Once installed, the module will set the Requirements system to use the enhanced backend, but none of the additional features will be enabled by default.

Expand Down

0 comments on commit 4c72879

Please sign in to comment.