0

I have an iOS app that is using Parse Server, and I noticed that a lot of my queries are made on tables that are not changing often.

I would like to know if it's possible to cache (for instance every day) some of these requests using Parse Server in order to limit resources used and improve my capacity.

Thanks for your help.

Cyril

1 Answer 1

4

For now we don't provide caching mechanisms, but you could implement it through a reverse proxy or another strategy in the front of your parse-server

For example, you can configure it with nginx, to cache the requests and serve them before you hit your parse-server installation

https://www.nginx.com/resources/wiki/start/topics/examples/reverseproxycachingexample/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.