I have created a shayari app. I want to load the shayari texts faster like doing caching

I want to load the shayari texts faster and once it is loaded from airtable it sould load the same content more faster next time like caching for texts… Please help me!

Whenever I open the app, it always loads the shayaries from airtable(server) which causes delay in load. I need to solve this problem…Please help me someone.

Save all the texts in the form of list in TinyDB and then compare the length of both lists(list saved in TinyDB and list you are fetching from Airtable). If the length of both list is not equal, then load the data from Airtable, else load data from TinyDB. :wink:

1 Like