How to optimize loading large database articles from WordPress API ?

Resolved

Hello everyone,

I'm not accustomed to asking for help because I usually manage to figure things out on my own, but now I'm facing a real problem. I'm currently developing an application where I load articles from a WordPress site (using their API). I would like to optimize the loading process for these articles in a list view, meaning that I don't want to load all the information every time, but only the following details (article ID, image, title, article summary). The articles are loaded when the user lands on the HomePage.

I've looked into Data Types, but I'm not quite sure how to use them in this specific case.

Thank you

Capture d’écran 2024-02-19 à 14.37.26.png
62.52KB

1
3 replies