educative.io

What data to pre-fetch

Clients can pre-fetch some data from the server to save future requests.

what data would the client pre-fetch? if the client typed cat, would be pre-fetch for cata and catb, among other possibilities?

Hi @Dewey_Munoz!

Traditionally, data that is most frequently queried is pre-fetched by the client to save time and overhead for future requests.

I hope this helps!