Low TPS on 1.21.10 Fabric server (~10 mods, ~15 players, 1000x1000 worldborder))
There are some command blocks that I am running.
Not many factors other than the ones listed on the spark profile
https://spark.lucko.me/K2u7PBrLUl
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
14 Replies
it could be related to having 32 chunk view distance, seems like tps drops at the same time chunks increase from 8k to 18k
I tried turning down the RD to 8 earlier, but it was still really laggy
It didn't really help at all
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
Here's another thingy
Obligatory ping
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
I reduced it to 6
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
MOre
what the fuck are your command blocks doing
its spending 77% of the tick doing something with a commandblock
yeah its just doing CommandBlock#execute for ages and ages
you should check your command blocks
they are nuking ur tps
Understood
Is there any way to figure out how command blocks affect tick rate with large groups of people
Like diagnose what cmd blocks are lagging more or less
@Lunaiskey
Is there a mod / plugin for that?
Because the only time I can really lagtest is when many players are online
Is there a mod / plugin that can like accurately simulate many players being online? I've heard Carpet can
well really it depends on what exactly ur command blocks are doing
what are they doing?
Various things but come to think of it, it may originate from commands that check areas around players to replace certain blocks
I'm basically modding minecraft using command blocks
And resource pcks
Also i made some custom bosses but i doubt they are causing the lag because they arent like, performing more commands for each player
Do you think I should just hand over the world file?
you may be able to see lag from command blocks by using minecraft’s build in datapack profiling.
https://docs.bloom.host/datapacks/#disclaimer
Thank you ^^
I will check this out later