We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache-Controlヘッダーが、Cloudflareにトップページも配下もすべてキャッシュされない no-store 指定になっています。
no-store
管理画面、フォーム、管理画面ログイン時のフロント表示のみキャッシュしないように、 Cache-Control の指定を no-cache,no-store と調整し、公開側の no-store 指定をなくすことを提案します。 no-store があると、Cloudflare側でキャッシュしません。
no-cache,no-store
baserCMS version : 5.1.5
併せて4系の現状と調整の理想を挙げます。
The text was updated successfully, but these errors were encountered:
@kaburk @uchin0 こちらの件、意見を頂いてもいいですか?
Sorry, something went wrong.
@ryuring Issueに記載の通りトップページ配下がno-storeになっている状況は解消したいです。
トップページ配下でno-cacheを指定するかどうかについては、 no-cacheが指定されている場合、リソースが更新されていないかオリジンサーバへ問い合わせを行うようなので、CDNを利用したサーバー負荷の低減を狙うのであれば、以下のように設定してもよいかと思います。 Cache-Control: public, max-age=3600, s-maxage=3600
no-cache
Cache-Control: public, max-age=3600, s-maxage=3600
max-ageについては設定で変更できるようにすることも検討したいです。
No branches or pull requests
概要
Cache-Controlヘッダーが、Cloudflareにトップページも配下もすべてキャッシュされない
no-store
指定になっています。管理画面、フォーム、管理画面ログイン時のフロント表示のみキャッシュしないように、
Cache-Control の指定を
no-cache,no-store
と調整し、公開側の no-store 指定をなくすことを提案します。no-store があると、Cloudflare側でキャッシュしません。
baserCMS version : 5.1.5
備考
併せて4系の現状と調整の理想を挙げます。
The text was updated successfully, but these errors were encountered: