Currently, server sends a request every time we need to access some information. We can instead store some info on the client side, and use that information (instead of making another request).
This should only be done for the information gained from "show" requests, as they are the ones that will not change due to user action.