Skip to content

Performance: Streamline `blob.bundle.js` (Blob related entrypoints)

Created by: umpox

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.