Plugin causing lag and mspt spikes.
matipoirierg opened this issue ยท 3 comments
Duplicate of #439
Same place different issue. This one is due to incredible inefficient reading of the file entities by spigot.
Paper and its forks have a Boolean you can pass in to avoid this spike but I haven't implemented any paper specific performance improvements yet.
That's if it's the one I'm thinking of.
By the look of the logs it's due to reading the contents of the tile entities. Though we only want to check the material type. The other one was to do with an on join method triggering the chunk to force load and freezing the server until it's ready.