Skip to content

[codex] Reduce AuraBuff Reminders idle CPU#414

Merged
EllesmereGaming merged 2 commits into
EllesmereGaming:mainfrom
Nnoggie:codex/abr-idle-optimizations
Jun 20, 2026
Merged

[codex] Reduce AuraBuff Reminders idle CPU#414
EllesmereGaming merged 2 commits into
EllesmereGaming:mainfrom
Nnoggie:codex/abr-idle-optimizations

Conversation

@Nnoggie

@Nnoggie Nnoggie commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Make AuraBuff Reminders range updates event-driven instead of polling while grouped.
  • Schedule duration-threshold refreshes only when tracked auras cross a relevant threshold.

Why

AuraBuff Reminders did permanent idle work in group content even when nothing changed. The range update path and duration refresh path can both wait for game events or the next known threshold deadline.

Validation

  • Manual in-game profiling with Numi Addon Profiler.
  • 30s idle dungeon sample on this branch showed AuraBuff Reminders at 0.000ms total.
image image

@Nnoggie Nnoggie marked this pull request as ready for review June 20, 2026 22:56
@EllesmereGaming EllesmereGaming merged commit a3e0dc4 into EllesmereGaming:main Jun 20, 2026
1 check passed
@Nnoggie Nnoggie deleted the codex/abr-idle-optimizations branch June 21, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants