Docs
Caching

Caching

A feature has been added to execute functions that take a long time to compute or degrade performance only on the first request and then send stored cache data.

You can see that after the first request, all responses are printed immediately.

#Try this feature

This feature works based on serpack.
To use this feature, enable the --serpack flag.

Terminal
zely dev --serpack