Cloud Run 化#2
Open
kaiinui wants to merge 1 commit into
Open
Conversation
Author
|
効用としては、費用削減というより、Billing Instances の仕様を確かめたい (純粋に、TELLER の frontend instances にいくらかかっているのかがわかる) のが比重が大きいです。 前回の議論通り、Active Instances 8~10台 (20万くらい?) => 10xで減るかなぁという期待もあります。 |
Author
|
TELLERだと、非同期フェッチが多くて結構レンダリングに時間かかりますね |
tomoemon
reviewed
Dec 27, 2021
| "cacheMaxEntries": -1 | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
意図的に消してるとのことなんですけど、ここが SEO 的にわりと微妙なところなので、最初は以前の仕様の通りの方が良いかなと考えています。
というのも、Googlebot が1サイトに対してクロールできる時間が限られているという前提(SEOチームの見解ではそういう認識だった気がします)で考えると、キャッシュがない状態では古いページであっても1ページをクロールするのに毎回10秒ずつかけることになり、他の新しいページをクロールする時間がなくなって、結果的にクロール対象となるページが少なくなる、という懸念があります。
実際、そういった理由で後からキャッシュを入れて、その後クロール対象になるページが増えていたはずです(ログ確認しておきます)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(PULL_REQUEST_TEMPLATE なかったのでベタ書きします ><)
やったこと
datastoreのキャッシュを消しました。検証
自分の project にデプロイして検証しました。
curl https://rendertron-nwc75huctq-an.a.run.app/render/https://teller.jp/で中身の入った HTML がとれることも確認済み。Bench
Related Issue
https://github.com/filmapp/teller-server/issues/3497#issuecomment-1000704937