#**Modpack:** [Otherworld [Dungeons & Dragons]](...
1 messages · Page 1 of 1 (latest)
here's the profiler I took at the time of this massive lag spike, in case you guys want to analyze it for yourselves
I would recommend selecting the specific tick-loops where the TPS dropped so you can see the real cause of the problem
Some good guides: The tick loop + Using the viewer
at the time of the lag there was only 2-3 online, imagine if everyone was online at the same time using their storages 
luckily so far we've only had people playing sporadically, so the max we got was 4-5 people playing at once
with around 10 players = the amount of people that play in total, and have bases/etc
anyways, I go sleep now
a few things:
- refined storage and occultism both definitely won't be used. even with resource packs, both are very out of place within the theme of the pack
- for public servers, I would recommend just reducing the search radius for storage terminals, which you can do in the tom's config, or enforcing a maximum number of chests per inventory connector (through moderation)
- by far the largest thread hog in your profile, CraftingTerminalBE#updateServer, only fires when a terminal GUI is currently open by a player. It's not a background ticking task. if anyone is frequently leaving their terminal screen open and not doing anything, that's another good place to start.
- tom's behavior could be more optimized here, but we include it anyway because it's the most convenient and simple option for small servers and singleplayer. if it doesn't work for your server and restricting network size isn't enough, you could always disable it, and public servers sometimes do. but frankly, there just aren't truly comparable alternatives for us to replace it with.
tom's is also just by far the easiest mod for players to use
you just need to have chests touching eachother
you only need to craft like 3 non-vanilla blocks and dont need to get into a magic mod
o7 fair enough, appreciate the detailed breakdown!
I've talked to my players and honestly most of them didn't even know soph storage worked with tom storage LOL
that's why they were all using vanilla chests and barrels
It does buuuut the lag of open crafting terminal seems to still exist - I did use it when we played with @safe otter and idk if he experienced lag when opening crafting terminal or wireless one but yeah, it was input lag and stuff, just ... weird
We had soph storage of like 20-30 double chests , upgraded, some with stack upgrades n stuff, then storage I/O block from soph storage (the one that allows you to dump items to connected chests) and then just crafting terminal(s) on top of it

I see I see
so might be just tom's storage being badly implemented and not rly the size of the network after all
with vanilla chests it seems it can be size of network, I heard Duck Pond (mc server related to this discord a bit) has removed Tom's from their modpacks at one point because it lags and someone said it's basically because it searches trough all inventories and opens all, so when there's a chunk full of chests it does lag indeed (same happens with ae2 tho tbf, if you use remote storage with drawers/chests etc and there are many of those so it may be something to do with search of item/view of all inventories and trying to read all available slots)
that was Prominence, didnt have too much issues with it in All of Create although storage terminal did cause lag when opening if alot of items
well it's badly implemented, but the way that it's badly implemented is that it refreshes every slot in the entire network every tick that the terminal is open
so it can be bad even at low storage sizes, but it gets steadily worse as the amount of slots increases
might try a performance patch for it, would be a big one though
@proud thunder made a performance patch for Tom's, please try it and let me know how it works:
https://www.curseforge.com/minecraft/mc-mods/otherworld-core/files/7742070
you'll want to update the otherworld-1.20.1 mod from 0.6.0 to 0.7.0, on the server and probably for everyone who connects as well