Raku / doc-website

Tooling to build/run the documentation website
Artistic License 2.0
7 stars 10 forks source link

Enable gzip compression in Caddyfile #370

Closed dontlaugh closed 3 months ago

dontlaugh commented 3 months ago

This will gzip responses from our webserver if the client indicates support for it. All modern browsers do.

dontlaugh commented 3 months ago

I tested this locally by building a local container and inspecting the network tab when loading the homepage.

zef install . --deps-only
./bin_files/build-site --without-completion --no-status
./.buildkite/archive.sh
./.buildkite/container.sh latest
podman run --rm -p 8080:80 quay.io/colemanx/raku-doc-website:latest