@rogererkens – One final follow up before I mark this closed.
I troubleshot another users setup where their page/post search fields were not working great (seems related).
I found that due to either slow hosting or some un-performant plugins on their site that the requests for that data were just very slow, like 1.5s-3.5s as opposed to what we’ve normally seen which is 100-600ms.
I’ve. made a few small adjustments to help improve things:
- We now show a
Searching...
message in the dropdown instead of No results found
until the request completes. That way you know its doing something at least.
- We optimized so that it tries to load more by default, so that most are just there. (all if possible, but REST API might have its own limits).
- We reduced the number of calls to the server by ~50% on initial load of those fields data, which should make the others complete faster.
Without further input from you on the issue, this might be where we have to leave this for now and mark it resolved.
I’ll leave this open another day or so, if you come back and its already closed, feel free to mark it unresolved and update us with as much of the requested info as possible so we can help you to find a resolution.
Hope that helps.