We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also loading of POIs for 8192 map takes like 15 seconds.
I see (from performance logging tool in chrome devtools) that this seems to be caused by creating ~150000 nodes, then about 1000 event listeners.
It may be so that you could add only event listener to a containing div for mousemove to improve performance?
The text was updated successfully, but these errors were encountered:
Weird, loading all POIs takes less than a second for me. It seems like you already have an idea on how to solve this, PRs welcome :)
This is probably the function you want to look into https://github.com/CatalysmsServerManager/CPM-claim-creator/blob/master/src/components/SdtdMap.vue#L564
Sorry, something went wrong.
That's interesting,I wonder if it could be my computer is older than yours or something. I only have 8GB RAM and i5 quad core CPU
Thanks for the code pointer, I'll try to look into it.
No branches or pull requests
Also loading of POIs for 8192 map takes like 15 seconds.
I see (from performance logging tool in chrome devtools) that this seems to be caused by creating ~150000 nodes, then about 1000 event listeners.
It may be so that you could add only event listener to a containing div for mousemove to improve performance?
The text was updated successfully, but these errors were encountered: