Skip to content

initial page load is too slow #3

@violet4

Description

@violet4
  • pydub AudioSegment.from_file loads the entire file at once, at least by default. check if it can lazy-load the file instead.
  • and/or use LRU to keep the past 10-or-so accessed episodes in RAM.

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