MagicMirrorOrg / MagicMirrorOrg/MagicMirror-3rd-Party-Modules

Chunking the load of modules

Open
#8 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
48
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Loading +2000 modules at the same time in one json is probably not the best idea, chunking the .json file in the workflow and changing the js to load it on scroll could be a good idea.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the workflow that produces the module JSON and the TypeScript/JavaScript entry point that loads it. Read how the current module list is fetched and rendered, then verify that the generated data is chunked and additional modules load as the user scrolls without loading all 2,000+ modules at once.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
build-system, frontend, performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.