PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding
PoB Performance Optimization
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 5.4k
- Forks
- 2.4k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 26
Description
Check for duplicates
- I've checked for duplicate issues by using the search function of the issue tracker
Is your feature request related to a problem?
There are a couple areas within the client that I've noticed perform far less than ideally:
- Loading a build for the first time
- Skills: Loading the support gem list when you click a new Gem name slot
These are the two big ones I can remember offhand. (Edit: Oh, and starting the program could be faster.)
Describe the solution you'd like
Faster performance. There is surely room for improvement here. (Edit: e.g. better or added pre-loading/caching.)
Describe alternatives you've considered
No response
Additional context
For context I'm running Win10 on a gaming desktop Ryzen7 1700 8-core, 16gb ram, GTX 1060. Most everything else in PoB (and other software) is very snappy.
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.
Research direction
Start by profiling the client workflows named in the issue: first-time build loading, opening a new gem name slot to load the support gem list, and program startup. Compare their current timings and identify the relevant entry points before proposing a focused scope. Done should mean a measured improvement in the selected workflow without regressing normal client behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- desktop-dev, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100