Load data after page loads

I have an infolist which displays data from the database.
I have one field which pulls data from an API (displays status).
I want to load the local data and then add the data from the API when it arrives in order to speed up the page loading.
Any ideas please?
Mike
Solution
It's just a livewire regular stuff, the field should be just lazy loaded
Was this page helpful?