Skip to content

perf: debounce search suggestions input listener#477

Open
DebasmitaBose0 wants to merge 1 commit into
PatelHarsh2006:mainfrom
DebasmitaBose0:perf/search-debouncing
Open

perf: debounce search suggestions input listener#477
DebasmitaBose0 wants to merge 1 commit into
PatelHarsh2006:mainfrom
DebasmitaBose0:perf/search-debouncing

Conversation

@DebasmitaBose0
Copy link
Copy Markdown

Closes #476

Summary

Applies a 300ms input debounce threshold to reduce search suggestion recalculation frequencies.

Changes Made

  • Created a utility debounce helper.
  • Applied the debounce wrapper to search suggestions input events.

Testing

Verified suggestion calculations trigger only after typing pauses.

Checklist

  • Code follows project standards
  • Tested locally
  • No unrelated changes included
  • Responsive design verified
  • Accessibility considered

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.

perf: Debounce search inputs to minimize layout recalculations

1 participant