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
I think the problem is a logic issue that creates 3 calls to the same APi. The cache willl still do 3 requests one to the API and 2 to the cache. So the main thing I guess is debug the component in order to just do one requests. Since this is happening on every page you visit so even if we use the cache as I mentioned before I think we are still experience the same problem.
Steps to reproduce and a minimal demo of the problem
Open the Chrome Inspector tool on the, Network tab.
Current behavior
The admin bar component is doing 3 requests.
Expected/desired behavior
Admin bar should do only one
XHR
request since the other 2 are not requiredOther information
The text was updated successfully, but these errors were encountered: