“If a server action’s output is a json data (from database connection action for example) it can be cached as raw json data” will be very good for huge sites.
Teodor
February 2, 2022, 7:06pm
2
You can actually cache the server action response:
George
February 2, 2022, 7:32pm
3
As described at:
https://docs.wappler.io/t/caching-api-data/3671
Or if using NodeJS and Redis you can also cache it server side:
Intro
Now you can empower Redis caching service with Docker and select which Node.js pages and API Actions to be cached. Then instead of processing them fully on each request, they will be cached in the super fast Redis memory cache and served so much faster to the clients!
This is the perfect Server Side caching for all your web visitors! This will increase your site speed at least 10 times!
Note: All this is possible only with Node.js and Docker and it is for now only under the Experimenta…
1 Like
I just did this IN MINUTES.
Amazing.