SlimCord

Discord Vencord Plugin Performance
Early Alpha
GitHub Discord

SlimCord targets Discord's runtime performance by surgically removing redundant operations at the source. The initial release patches Discord's useHover hook so hover state updates only fire when the boolean value actually changes — eliminating a class of unnecessary React re-renders triggered on every pointerover event across all hoverable elements during normal mouse movement. Optimizations are applied once at startup via Vencord's webpack patching system, with no DOM polling, MutationObservers, or ongoing runtime overhead.

  • Guards Discord's useHover hook so state updates only fire when the hover boolean actually changes
  • Eliminates redundant React re-renders triggered on every pointerover event across all hoverable elements
  • Webpack patch applied once at startup — no DOM polling or ongoing runtime overhead
Preview Coming Soon
Screenshots will be added as development progresses