Looking for a way to pass additional data to another page when clicking on an item.
I attempted to extend the father class to the child class, but it significantly slowed down the process due to the frequent class calls.
This application is a dashboard with external widgets imported into the HTML template, all of which require access to the same data.
I considered using a container to hold all backend calls, possibly through a module, but have not been successful. Any suggestions on how to achieve this?