Page MenuHomePhabricator

[Cashtab] Reduce bundle size by 70kb (10%)
ClosedPublic

Authored by bytesofman on May 6 2021, 20:05.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCc6966a23eb5d: [Cashtab] Reduce bundle size by 70kb (10%)
Summary

Replace import of full lodash module with individual functions.

This reduces the size of the gzip JS bundle from 726kb to 642kb.

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

Navigate to localhost:8080 and check the size of the largest bundle in the Network tab

Diff Detail

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