We’re planning to create a custom Object that will receive data through an external API. This Object will store the data, and then we will build a Fragment to display this information on a page.
Our concern is performance. Since the Fragment will rely on the Object data, we’d like to understand whether it’s possible (or recommended) to cache the Object data to avoid frequent processing or repeated calls, especially if the page receives high traffic.