You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${host}/search?query=xxx&_rsc=xxxx
This interface always seems to return the same data, is this used to render the page? Is it possible to cache? When I search, the page sometimes stops, waiting for the interface to return data. Then the /api/search interface is actually called
The text was updated successfully, but these errors were encountered:
This feature looks like caching the result of /api/search. There is also a /search request before /api/search, such as getting some page layout files, and sometimes you need to wait for the /search interface to complete before requesting /api/search
${host}/search?query=xxx&_rsc=xxxx
This interface always seems to return the same data, is this used to render the page? Is it possible to cache? When I search, the page sometimes stops, waiting for the interface to return data. Then the /api/search interface is actually called
The text was updated successfully, but these errors were encountered: