performance for the main screen load
Open
@srinitha709 is already working on this.
Since Jan 15, 2025.
enhancement
help wanted
- Dominant language
- HTML
- Stars
- 1.5k
- Forks
- 625
- Avg merge
- 14h 21m
- Merged PRs (30d)
- 44
Description
Improve the performance for the main screen loading by:
- pre-compiling the content for the table as much as possible
- Have a minification step for all the js/css offered (see https://pagespeed.web.dev/analysis/https-wrongsecrets-herokuapp-com/xltdvc76x1?form_factor=mobile)
- find a way to strip css for bootstrap that we will never use?
- load all computed integers from cache (max score)
- stop blocking of rendering
- enable virtual threads
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.