Opened 17 months ago
Closed 16 months ago
#1448 closed enhancement (wontfix)
Co-Authors Plus: Improve performance of auto-suggest user search
| Reported by: | danielbachhuber | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | not-listed |
| Severity: | normal | Keywords: | co-authors-plus |
| Cc: |
Description
Currently, we use and filter get_users() to handle the auto-suggest search. This works fine, but it would be better to improve its performance. We're doing queries every time the AJAX is fired.
One way we might do this is to load all of the users into cache on load and then search through that cached value with PHP instead. This way, we only need to to query once (on the first ajax search) and all other results are returned from the cached values.
Change History (1)
comment:1 Changed 16 months ago by danielbachhuber
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Closing in favor of Github issues: https://github.com/danielbachhuber/Co-Authors-Plus/issues/5