You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: