A
Admincraft2mo ago
c

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
Lunaiskey
Lunaiskey2mo ago
it could be related to having 32 chunk view distance, seems like tps drops at the same time chunks increase from 8k to 18k
c
cOP2mo ago
I tried turning down the RD to 8 earlier, but it was still really laggy It didn't really help at all
c
cOP2mo ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
c
cOP2mo ago
Here's another thingy Obligatory ping
c
cOP2mo ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
c
cOP2mo ago
I reduced it to 6
c
cOP5w ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
c
cOP5w ago
MOre
Lunaiskey
Lunaiskey5w ago
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
c
cOP5w ago
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
Lunaiskey
Lunaiskey5w ago
well really it depends on what exactly ur command blocks are doing what are they doing?
c
cOP5w ago
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?
Snow Kit
Snow Kit5w ago
you may be able to see lag from command blocks by using minecraft’s build in datapack profiling. https://docs.bloom.host/datapacks/#disclaimer
c
cOP5w ago
Thank you ^^ I will check this out later

Did you find this page helpful?