Dynamic Performance

⭐ — (3 endorsements) 📥 1,062 downloads 📌 v0.2.0+26.1-neoforge 📅 7/13/2026
🟡 Updated this year

By nwrenger · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/12/2026 📅 Created: 7/13/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #455 of 885 fabric mods in this game by downloads

📋 About This Mod

✅ `Optimal`: All configured levels are restored.
✅ `Stable`: MSPT is between the recovery and lag thresholds.
✅ `Scaling Down`: MSPT is high and settings can still be reduced.
✅ `Lagging`: MSPT is high, but all configured levels are already at their minimum values.
✅ `Scaling Up`: Settings are being restored.

# Dynamic Performance A **vanilla-preserving** and **lightweight** performance mod that **dynamically** adjusts **view distance**, **simulation distance**, and the **mob cap** based on the server's **load**. > Ideal for server owners who want to keep the best possible playing experience even on weaker hardware. ## Why use this mod? 1. **Dynamic Scaling**: By checking the server's MSPT (milliseconds per tick), it dynamically scales to ideal settings, ensuring that the server runs as well as it is able to. 2. **Extensible Configuration**: The kind of scaling, as well as the check interval, is fully configurable for your hardware's capabilities. 3. **Flexible and Compatible**: This mod works in singleplayer and multiplayer, supports Fabric and NeoForge, and is compatible with all other performance mods. 4. **Comprehensible**: By using the provided commands to check the current server status, review the active config, and reload config changes, it's easy to understand exactly what's going on. ## How it works Dynamic Performance monitors the current MSPT by checking it every 15 seconds or so. For further information, consult the (#configuration) section. > Side Info: A healthy server targets 20 TPS (ticks per second) and, therefore, 50 MSPT at max. So, the lag threshold should be around this value. Furthermore, if the MSPT exceeds the lag threshold, the server starts scaling down as configured in the performance levels until it no longer exceeds the threshold. The same is true for recovery: If the MSPT is lower than the recovery threshold, the server starts scaling up based on the mentioned levels, now in reverse. If the MSPT stays between the lag and recovery thresholds, no scaling changes are made. The server is then considered stable. See the (#performance-states) section for more details. ## Installation After adding the mod to your world or server, you should be able to open the about panel, which is fully controllable with the mouse: ```mcfunction /dp about ``` or ```mcfunction /dynamicperformance about ``` !(https://cdn.modrinth.com/data/V5q1d6dx/images/890c25cee8b9a9c804edacd3046b4d2b6af3c1e5.png) ## Status The current performance state, MSPT, view distance, simulation distance, and mob cap percentage can be checked with: ```mcfunction /dp status ``` or ```mcfunction /dynamicperformance status ``` !(https://cdn.modrinth.com/data/V5q1d6dx/images/6aec02663c068476898b76378b021941f591221a.png) ### Performance States The following performance states are reported: - `Optimal`: All configured levels are restored. - `Stable`: MSPT is between the recovery and lag thresholds. - `Scaling Down`: MSPT is high and settings can still be reduced. - `Lagging`: MSPT is high, but all configured levels are already at their minimum values. - `Scaling Up`: Settings are being restored. ## Configuration A config file is created at: ```text ./config/dynamic-performance.json ``` Default contents: ```json { "interval": 15, "lag_threshold": 45.0, "recovery_threshold": 30.0, "levels": } ``` > This config keeps the most visible change, view distance, as the last fallback while reducing server-side load earlier through simulation distance and mob spawning. ### Options - `interval`: How often, in seconds, the server performance is checked and adjusted. - `lag_threshold`: MSPT value at which scaling down starts. - `recovery_threshold`: MSPT value at or below which scaling back up starts. - `levels`: Ordered scaling rules for view distance, simulation distance, and mob cap percentage. ### Level Types Supported level types: - `VIEW_DISTANCE`: Adjusts the server view distance. - `SIMULATION_DISTANCE`: Adjusts the server simulation distance. - `MOB_CAP_PERCENTAGE`: Adjusts the mob cap as a percentage of vanilla mob caps. Each level has: - `max`: Highest value the mod may restore this setting to. - `min`: Lowest value the mod may reduce this setting to. - `increment`: Step size used when scaling up or down. > The order matters. Scaling down follows the list from top to bottom, while scaling back up follows it from bottom to top. ### Active Configuration The active configuration can be reviewed in-game with: ```mcfunction /dp config ``` or ```mcfunction /dynamicperformance config ``` !(https://cdn.modrinth.com/data/V5q1d6dx/images/078a75106ad905fcc11e53c1290ab28ac46d4e40.png) > The screenshot s

# Dynamic Performance

A vanilla-preserving and lightweight performance mod that dynamically adjusts view distance, simulation distance, and the mob cap based on the server's load.

> Ideal for server owners who want to keep the best possible playing experience even on weaker hardware.

## Why use this mod?

1. Dynamic Scaling: By checking the server's MSPT (milliseconds per tick), it dynamically scales to ideal settings, ensuring that the server runs as well as it is able to. 2. Extensible Configuration: The kind of scaling, as well as the check interval, is fully configurable for your hardware's capabilities. 3. Flexible and Compatible: This mod works in singleplayer and multiplayer, supports Fabric and NeoForge, and is compatible with all other performance mods. 4. Comprehensible: By using the provided commands to check the current server status, review the active config, and reload config changes, it's easy to understand exactly what's going on.

## How it works

Dynamic Performance monitors the current MSPT by checking it every 15 seconds or so. For further information, consult the (#configuration) section.

> Side Info: A healthy server targets 20 TPS (ticks per second) and, therefore, 50 MSPT at max. So, the lag threshold should be around this value.

Furthermore, if the MSPT exceeds the lag threshold, the server starts scaling down as configured in the performance levels until it no longer exceeds the threshold. The same is true for recovery: If the MSPT is lower than the recovery threshold, the server starts scaling up based on the mentioned levels, now in reverse.

If the MSPT stays between the lag and recovery thresholds, no scaling changes are made. The server is then considered stable. See the (#performance-states) section for more details.

## Installation

After adding the mod to your world or server, you should be able to open the about panel, which is fully controllable with the mouse:

```mcfunction /dp about ```

```mcfunction /dynamicperformance about ```

!(https://cdn.modrinth.com/data/V5q1d6dx/images/890c25cee8b9a9c804edacd3046b4d2b6af3c1e5.png)

The current performance state, MSPT, view distance, simulation distance, and mob cap percentage can be checked with:

```mcfunction /dp status ```

```mcfunction /dynamicperformance status ```

!(https://cdn.modrinth.com/data/V5q1d6dx/images/6aec02663c068476898b76378b021941f591221a.png)

### Performance States

The following performance states are reported:

  • `Optimal`: All configured levels are restored.
  • `Stable`: MSPT is between the recovery and lag thresholds.
  • `Scaling Down`: MSPT is high and settings can still be reduced.
  • `Lagging`: MSPT is high, but all configured levels are already at their minimum values.
  • `Scaling Up`: Settings are being restored.

## Configuration

A config file is created at:

```text ./config/dynamic-performance.json ```

Default contents:

```json { "interval": 15, "lag_threshold": 45. 0, "recovery_threshold": 30. 0, "levels": [ { "type": "SIMULATION_DISTANCE", "max": 16, "min": 8, "increment": 1 }, { "type": "MOB_CAP_PERCENTAGE", "max": 100, "min": 75, "increment": 5 }, { "type": "SIMULATION_DISTANCE", "max": 8, "min": 5, "increment": 1 }, { "type": "MOB_CAP_PERCENTAGE", "max": 75, "min": 30, "increment": 15 }, { "type": "VIEW_DISTANCE", "max": 20, "min": 4, "increment": 2 } ] } ```

> This config keeps the most visible change, view distance, as the last fallback while reducing server-side load earlier through simulation distance and mob spawning.

### Options

  • `interval`: How often, in seconds, the server performance is checked and adjusted.
  • `lag_threshold`: MSPT value at which scaling down starts.
  • `recovery_threshold`: MSPT value at or below which scaling back up starts.
  • `levels`: Ordered scaling rules for view distance, simulation distance, and mob cap percentage.

### Level Types

Supported level types:

  • `VIEW_DISTANCE`: Adjusts the server view distance.
  • `SIMULATION_DISTANCE`: Adjusts the server simulation distance.
  • `MOB_CAP_PERCENTAGE`: Adjusts the mob cap as a percentage of vanilla mob caps.

Each level has:

  • `max`: Highest value the mod may restore this setting to.
  • `min`: Lowest value the mod may reduce this setting to.
  • `increment`: Step size used when scaling up or down.

> The order matters. Scaling down follows the list from top to bottom, while scaling back up follows it from bottom to top.

### Active Configuration

The active configuration can be reviewed in-game with:

```mcfunction /dp config ```

```mcfunction /dynamicperformance config ```

!(https://cdn.modrinth.com/data/V5q1d6dx/images/078a75106ad905fcc11e53c1290ab28ac46d4e40.png)

> The screenshot s

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
nwrenger
Version
0.2.0+26.1-neoforge
Downloads
1,062
Endorsements
3
Category
fabric
Created
7/13/2026
Updated
7/12/2026
Game Versions
26.1, 26.1.1, 26.1.2, 26.2
Tags
optimization, technology, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Dynamic Performance support?

The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.

What is the latest version of Dynamic Performance?

Version 0.2.0+26.1-neoforge, published 2026-07-12 with 1,062 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by nwrenger 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods