FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

FastAsyncWorldedit lagging the server for a permission check

LuluxClient opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.17.1

Describe the bug

For some weird reasons Fawe uses a lot of % when no one is using it: https://spark.lucko.me/FmPS683ntW
Currently 250 players online

To Reproduce

  1. Have 250 players online
  2. do a spark

Expected behaviour

Fawe shouldn't use that much when no one is using FAWE

Screenshots / Videos

https://spark.lucko.me/FmPS683ntW

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/ee8816fd99b946f19511adb29b2b99e3

Fawe Version

2.4.4 snapshot 265

Checklist

Anything else?

No response

commented

The permission checks come from WorldGuard (which uses (FA)WE for permissions), but I guess the actual issue is the expensive context calculation from ajLeaderboards. I don't think FAWE can do anything better here unless you can specify a permission check caused by FAWE that is happening too often.