
Looter Shooter
Warframe
Extremely fast traversal across streamed open-world zones, which turns level streaming into a frame-pacing problem rather than a loading one.
- streaming
- latency-sensitive
- cpu-bound
Why this game, specifically
Warframe moves the player through a streamed world faster than most games are built for, so assets are requested in bursts while the player is mid-fight. That makes storage responsiveness and background disk contention worth checking, and it makes the frame queue worth looking at because traversal hitches and input delay compound.
What ORION checks
- Storage housekeeping: temporary data, launcher caches and driver shader caches that grow without bound.
- Latency-sensitive settings: frame-queue depth, presentation path, notification interruptions and input-related Windows options.
- Background activity: startup entries, scheduled tasks and always-running apps that take CPU time while a game has it.
- Graphics configuration: Windows graphics preferences, DirectX shader and pipeline caches, and presentation settings the OS controls.
Recommended changes
Broadly appropriate, low expected side effects, and reversible where the badge says so. These are catalog entries, not a script: ORION reads the current value on your PC first and skips anything already set.
- Enable Game Mode
game-modeSafeFreeReversibleNo restartTurns on Windows Game Mode so the OS prioritizes the active game.
- Enable Auto Game Mode
gamebar-auto-modeSafeFreeReversibleNo restartLets Windows automatically apply Game Mode when a game is detected.
- Disable Game Bar background recording
gamebar-bg-offSafeFreeReversibleNo restartKeeps Game Bar background recording off until you turn it back on.
- Disable Xbox Game DVR
game-dvr-offSafeFreeReversibleNo restartStops Xbox Game DVR from recording in the background while you play.
- Reduce gaming notifications
focus-assist-gamingSafeFreeReversibleNo restartTurns off a common notification surface while leaving Windows security notifications alone.
- Maximize DirectX shader cache
dx-shader-cache-maxSafeFreeReversibleNo restartMaximizes the DirectX shader cache to reduce compilation stutters.
- Low-latency session preference
game-latency-mode-flagSafeFreeReversibleNo restartRecords a low-latency session preference.
- Clean Steam web cache
clean-steam-htmlcacheSafeProNot reversibleNo restartClears Steam's in-client web cache.
Advanced options
Legitimate changes with real trade-offs: hardware dependence, power draw, or behaviour that varies between systems. ORION shows these separately, records the previous value before writing, and never folds them into a one-click run.
- D3D max frame latency 1
d3d-max-frame-latency-1ModerateEliteReversibleNo restartLimits D3D frame queue to 1 frame globally for lower input lag.
- Games scheduling category High
games-scheduling-highModerateEliteReversibleNo restartSets the MMCSS Games task scheduling category to High.
- NTFS large memory cache
ntfs-memory-usage-maxModerateFreeNot reversibleRestart requiredIncreases the NTFS in-memory cache for heavy file workloads; reversible, needs a restart.
Trade-offs and limits
- Frame-queue and scheduler options are the ones most likely to behave differently on your hardware than on someone else's. ORION labels them Advanced and records the previous value before it writes a new one.
- None of these settings change what happens inside the game. They change how much of the machine is left for it.
- Shader-cache cleanup frees space but forces the next run to rebuild the cache, so the first session after a clean can stutter more, not less.
ORION does not publish a frame-rate figure for Warframe, because we do not have reproducible before-and-after data for your hardware. What the app can do is capture frames on your PC, in your game, before and after a change, and show you that.
Open this profile in ORION
ORION queues the matching profile for your review when it detects Warframe launching. It does not apply anything on its own.