gpt4 book ai didi

google-app-engine - 使用高效的缓存策略为静态 Assets 提供服务 - Nuxt.js + GAE

转载 作者:行者123 更新时间:2023-12-04 04:11:23 24 4
gpt4 key购买 nike

我从 灯塔 得到以下信息:
enter image description here
如何更改 Nuxt.js SSR 网站上的缓存 TTL?我找到了一些答案,但对 Nuxt.js 一无所知......
重要 :部署在 Google App Engine 中

最佳答案

您可以在 render configuration 之后使用自定义缓存策略为您的静态文件夹提供服务。
举个例子:

render: {
// Setting up cache for 'static' directory - a year in milliseconds
// https://web.dev/uses-long-cache-ttl
static: {
maxAge: 60 * 60 * 24 * 365 * 1000,
},
},

关于google-app-engine - 使用高效的缓存策略为静态 Assets 提供服务 - Nuxt.js + GAE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61662857/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com