Skip to content

[PERF] Debounce Global Search Input to Reduce Firestore Reads #754

Description

@Aditya948351

The global search bar triggers a query on every single keystroke. This causes excessive database reads and UI lag. Implement a custom useDebounce hook to delay the API call until the user has stopped typing for 500ms.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions