This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Performance: Streamline blob.bundle.js
(Blob related entrypoints) #39601
Open
Description
Description
Goal: Reduce code required to be downloaded before blob pages can be shown.
Reason:
- Required before we can render blobs (and other pages) in the Sourcegraph application.
- Part of the core workflow, but isn't necessarily going to be significantly affected by any UX changes here. Would be great if we could get this streamlined and enforce a smaller size before making those changes too.
A/C
- Lower blob related bundle size
- Update our
bundlesize
config to enforce this and ensure we don't regress in future.