Skull command performance
LucidAPs opened this issue ยท 2 comments
Type of bug
Performance issue or memory leak
/ess version
output
https://nekobin.com/sixolaxiba
Server startup log
https://nekobin.com/janiduzoxi
EssentialsX config files
https://nekobin.com/toboqelacu
Error log (if applicable)
No response
Bug description
The skull command has a noticeable performance impact.
https://timings.pl3x.net/?id=49e130b748624813b32b0644a9a79495
Steps to reproduce
Using the /skull command
Expected behaviour
No or less of a performance hit.
Actual behaviour
A noticeable performance impact
The skull command is as optimized as it can get at the moment, owner lookups are done off the main thread and not much else can be done async.