Open
Description
As it stands, MDC writes its data to the Nuxt payload. With many text snippets (help texts that come as markdown via an API) and random keys, this results in a lot of data in the payload. In addition, what comes via the API is stored in the payload anyway, so it is almost double-cached.
Hence the question of whether it is possible to disable the cache, because I actually wanted to use the Nuxt Payload for caching the API responses and keep it as small as possible.
Metadata
Metadata
Assignees
Labels
No labels