Optimise slow pages
Open
Nobody has claimed this yet.
High priority
Technical
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
History are requesting menu sections lists a lot of information at once, which can cause the website to be slow.
@peterbispham can do some improvements with indexing the database and look for inefficient queries.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by tracing the History menu sections that request large amounts of information, then profile the database queries used to build those pages. Check whether indexing or query changes reduce the slow-page behavior; done means the affected pages load faster without losing the requested information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, databases, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100