Page MenuHomePhabricator

[cashtab] enable gzip compression when serving cashtab
ClosedPublic

Authored by majcosta on May 4 2021, 16:12.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCa1b2bac3c93a: [cashtab] enable gzip compression when serving cashtab
Summary

as title.

local testing showed a notable improvement on load time.

Test Plan
docker build -t cashtab_local .
docker run --rm -p 8080:80 --name cashtab cashtab_local

send and receive tokens and BCH. also the generated Lighthouse report on localhost:8080 in an incognito window shows a ~60% reduced Time to Interactive metric over master.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable