Performance Optimization
Hugo and Hextra are extremely fast by default, but here are a few tips to make builds even faster:
- Use Hugo modules to avoid extra git dependencies.
- Minimize image sizes in the
static/folder. - Use page bundles and avoid unnecessary content duplication.
- Run
hugo --gc --minifyfor a clean, compressed output.