Skip to content

Bug: IDE - Loading files and switching between tabs takes a few seconds #18

@surajkumar

Description

@surajkumar

Context

When using the IDE to browse files, switch between tabs etc., if the tabs content is 1000+ lines, we start to experience some slowness.

I have done some debugging, in a lot of cases, simply opening the files may take only a few milliseconds so the bottleneck is not on the loading. I suspect, it's how we are showing the texts.

Upon research, we should use a LazyColumn however, during my tests, this didn't solve the underlying issue.

The ask on this issue is to debug/diagnose and fix the issue with loading large files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions