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: Lazy load markdown.ts #39604

Open
@umpox

Description

@umpox

Description

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

Reason:

  • Large dependency that is used in a lot of core places
  • It might be that we don't actually need this dependency at all anymore (markdown might be handled entirely on the backend now).
  • Streamlined main bundle, faster rendering on every page.

Related PR: https://www.google.com/url?q=https://github.com/sourcegraph/sourcegraph/pull/26843%23issue-1039606444&sa=D&source=docs&ust=1659021460225992&usg=AOvVaw2CFLUmaMgZghfL9TuaOsai

A/C

  • Lazy loaded this dependency!

Metadata

Metadata

Assignees

No one assigned

    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.markdown-issuesourcegraph-refinement-bot

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions