# Enable Brotli
Enhance ships with the brotli extension (opens new window) but this is not enabled by default.
To enable Brotli:
- Select Websites from the left side menu
- Select the website you would like to enable Brotli on
- On the website dashboard select Advanced then Developer tools
- Scroll to PHP extensions and enable Brotli by selecting the checkbox
- Next scroll to the php.ini editor
- Select Add directive and enter the following directive details
Directive: brotli.output_compression
Value: Boolean
Boolean: Enable
WARNING
This may conflict with other compression performed by the web server or any caching proxy or CDN you are using.
- Click Create to finish