I have implemented a graphQL query which includes huge logic and takes lot of time. So I have added to cache, post that it is taking less time but at first time load it is taking lot of time. How to handle this.
I have implemented a graphQL query which includes huge logic and takes lot of time. So I have added to cache, post that it is taking less time but at first time load it is taking lot of time. How to handle this.