Current state:
If the user wants to changes between the resources with the tabs, the data is always loaded newly from the server.
The following image shows that a set of resources (in this case the categories) are loaded eventually more than once through AJAX:
Since the data is stored in JavaScript I believe we could optimize, that each resource is loaded only once from the server, and from the second loading attempt, the data is just retrieved from JavaScript.
Current state: If the user wants to changes between the resources with the tabs, the data is always loaded newly from the server. The following image shows that a set of resources (in this case the categories) are loaded eventually more than once through AJAX:
Since the data is stored in JavaScript I believe we could optimize, that each resource is loaded only once from the server, and from the second loading attempt, the data is just retrieved from JavaScript.
@bence-nagy Do you agree?