Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Performance: Streamline app.bundle.js size #39598

@umpox

Description

@umpox

Description

Goal: Reduce code required to be downloaded before every page can be shown.

Reason:

  • This bundle is loaded on every page, and required before we can render anything in the Sourcegraph application.
  • It may be high value, low effort. From an initial investigation, there is lots of areas where we’ve accidentally included things, or broken lazy loading.

Related PR: https://github.com/sourcegraph/sourcegraph/pull/38817

A/C

  • Lower app.bundle.js size
  • Update our bundlesize config to enforce this and ensure we don't regress in future.

Metadata

Metadata

Assignees

Labels

4.0items under consideration for 4.0UI performanceImprovements to the actual page rendering performance as well as perceived performance.frontend-platformIssues related to our frontend platform, owned collectively by our frontend crew.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions