Discussions
Best Way to Cache FishBase API Responses for a Content Website?
8 days ago
Hello everyone,
I'm currently working on a content-focused website and exploring ways to integrate external APIs efficiently. One challenge I'm facing is reducing API requests while keeping the displayed information reasonably up to date.
For a project like https://ps2bios.com.br/, where content and resources need to load quickly, I would like to understand the best practices for caching API responses. Do you recommend server-side caching, database storage, or a scheduled refresh approach when working with FishBase API data?
I'd appreciate any suggestions or examples from developers who have implemented similar solutions.