Minecraft optimizations
Use Paper or Purpur
Switch from Vanilla or Spigot to Paper (or Purpur) for major performance gains — they include hundreds of async and chunk-loading optimizations.Tune paper.yml and spigot.yml
Key settings to lower:
view-distance: 8 or lowersimulation-distance: 6 or lowerentity-activation-rangemob-spawn-range
Pre-generate the world
Use a plugin like Chunky to pre-generate chunks. This prevents lag spikes when players explore.Audit plugins
Use/timings paste (Paper) or /spark profiler to find lag sources. Remove or replace heavy plugins.
FiveM optimizations
- Remove unused resources from
server.cfg. - Use
resmon(F8 in-game) to identify high-cost resources. - Keep MySQL indexed — slow queries are the #1 cause of tick spikes.
- Update artifacts to the latest recommended build.
General tips
Right-size your plan
Upgrade RAM/CPU if usage stays consistently high.
Schedule restarts
A daily restart clears memory leaks.
Enable backups
Corrupted worlds cause slowdowns — backups let you recover quickly.
Contact support
Our team can review your setup and suggest tuning.
