Opened 5 months ago
Last modified 3 months ago
#9239 new enhancement
Sharing debounce functionality between components (PR #350)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Contributions | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Core | Keywords: | debounce optimization needs-patch |
Cc: |
Description
This ticket refers to the discussion in PR 350 on GitHub, where we explored reusing debounce functionality across components. The initial focus was to optimize the code by sharing debounce functions to prevent redundant code. However, after feedback, we’ve decided to address the issue with the current implementation and ensure that the solution aligns with the project's architecture.
Relevant discussion points:
- Complexity in reusing debounce functions across different parts of the project.
- Please focus on simplifying the current approach according to feedback from the maintainers.
Testing steps and expected behavior will follow the changes made in the PR.
Change History (3)
This ticket was mentioned in PR #350 on buddypress/buddypress by Praveenkroot.
4 months ago
#1
- Keywords has-patch added; needs-patch removed
Add debounce function to improve performance of @mentions remote filter
This change aims to optimize the performance of the @mentions feature by minimizing unnecessary AJAX requests and improving overall responsiveness.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9239