-
-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions take a while #36
Comments
I'm dealing with the same issue here. Did you find any solution for this? |
Just change 'useCdn' to false in client.js it fixes the delay problem |
I feel like it might be slow communication between the frontend and backend. I've done as you said by changing the 'useCdn', the results show sometimes but then beome slow again. |
@EpicIbby101 I change useCdn to false and the delay was removed. So there might be issue with your database or internet speed too. Although it's a late reply, if you have found the solution then do tell |
Hi, I was wondering if someone could clear this up for me.
Some actions take a while to execute and do not become instantly apparent after the auto-reload when doing something
For example:
Is this normal? I'd assume it takes time for the frontend and the Sanity client to communicate with each other and for Sanity to reflect and confirm these changes.
Or could it potentially be something in my code that I could fix to speed up this process?
The text was updated successfully, but these errors were encountered: