Actions
Bug #4755
closedcli is slow in development mode with dynamic bindings
Description
When using API with dynamic bindings in development mode, the client is slow. Every time the server is restarted it needs to load all the controllers and documentation before first API request. It seems to be more comfortable to develeop with use_cache turned on and run rake apipie:cache when it is necessary to refresh the cache.
Actions