Server Side Cache

“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.

You can actually cache the server action response:

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:

1 Like

I just did this IN MINUTES.
Amazing.