-
See: https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration
-
## Summary
現状PWAのキャッシュをほとんど活かせていないので、アップデートするたびにブラウザのキャッシュをクリアしないとエラー画面が表示されるなど使い慣れていないユーザーにとってあまり良くない印象を与えている
`workbox-routing` などのServiceWorkerでのキャッシュモジュールでjsとcssをキャッシュすることである程度緩和できると思う
#…
-
### Setup
We run `docker.io/nginx:1.15.8` containers with simple proxy + disk cache configuration:
```nginx
events {
worker_connections 2048;
}
http {
# Similar to default "combined" …
-
### Is your feature request related to a problem?
I was reading and testing Qwik I and very impressive and exciter about it.
The only missing part I can see now is have a fetch library like react-qu…
-
## Improvement Description
Add a thumbnail generation feature for documents uploaded, thumbnails will be created using the first page of the uploaded document.
A high quality and low quality thumbna…
-
---
published: true
description: A journey of mine in deciding which tech stack I will use to create a blog
category:
slug: why-i-decided-to-make-my-site-with-sveltekit
tags: Blogging
canonical…
-
Typlog uses fairly aggressive 1 hour browser-side caching on Pages and Posts. That's not necessarily bad, but you should probably warn new users; when I first started changing settings and publishing …
-
In my company we have about 22k namespaces. Switching ns with kubens is painfully slow and can take up to 10-15sec.
Do you have any plans to cache the ns list or are there any workarounds I can use…
nhat updated
4 months ago
-
今週の雑談会のログです:memo:
-
In the expire option, you can specify a time frame to delete a cache entry. I assume that time starts from when the cache entry is created but does it get reset when the request is served from the cac…