Existing Behavior
Clicking on the "hamburger icon" of the tracks on the home page list, or search result list, causes a request to the server and usually a noticeable delay before the context menu appears.
Desirable Behavior
Clicking on the "hamburger icon" causes the context menu to appear immediately.
Additional Information
It seems that this is a regression that appeared within last year or two, previously the context menu was popping up without delay.
Either way, meta information for the items on the home page can even be loaded once as they're added there and stored in persistent properties so it is available without a network call, and meta information for search results can be loaded in background especially if the number of hits is not large.
Existing Behavior
Clicking on the "hamburger icon" of the tracks on the home page list, or search result list, causes a request to the server and usually a noticeable delay before the context menu appears.
Desirable Behavior
Clicking on the "hamburger icon" causes the context menu to appear immediately.
Additional Information
It seems that this is a regression that appeared within last year or two, previously the context menu was popping up without delay.
Either way, meta information for the items on the home page can even be loaded once as they're added there and stored in persistent properties so it is available without a network call, and meta information for search results can be loaded in background especially if the number of hits is not large.