DDMAL / DDMAL/UMIL

Use virtualization on mobile devices

Open
#489 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

On mobile devices, setting pagination to 50/100 items per page causes performance issues due to:
- Rendering all DOM nodes at once
- Loading all images simultaneously (high bandwidth/memory usage)
- Poor scroll performance

Consider using virtualization for the instrument list page to render only visible items + buffer.

Affected pages:
- Instrument list
- Instrument detail: Language table (lower priority, text only, may not worth it)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.