Skip to content

Jank on load in reader due to loading full books json #33

@Correct-Syntax

Description

@Correct-Syntax

Especially on low RAM devices and particularity with large books, loading the full book json all at once isn't a good strategy. Despite being loaded via an isolate, there is jank.

Should either:

  1. Come up with a better solution for loading books
  • Maybe pre-render html and load?
  • Store bible json data and/or structured data in a database? (This has the advantage of using the database functions to make life easier.)

OR

  1. Chunk the json during loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingimprovementImprovements to an existing feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions