Performance tooling with a restore path
Performance Mode can reduce unused framework CSS while retaining original files. Results depend
on the theme, content and third party assets, and the original output can be restored when needed.
- CSS reduction for large frameworks such as Bootstrap, without a Node build pipeline.
- Scans site output including templates and database content to reduce the risk of missing classes.
- Creates an optimised shadow file while original files remain untouched.
- Toggle Performance Mode off to return to the original output.
- Updated files receive new versioned URLs so browsers request current assets.
- CSS path rewriting helps avoid broken fonts and images when CSS is bundled.
- Optional ignore rules protect dynamic classes used by JavaScript components.