You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
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.