✅takker-weatherの通信負荷を減らす
やったこと
✅oakでroutingする (takker-weather)
/jma/weather-map/archives/today.:extensionで気象庁の実況/予報天気図リストを取得するAPIからパスを取り出す
今までは画像データをfetchして確認していた
jsonをfetchするほうが負荷も軽いだろう
Cache-Controlをmax-age=60にした
気象庁の実況/予報天気図リストを取得するAPIと同じ寿命
2023-07-15
15:32:29 Vercel Alert - takker99 has used 75% of Serverless Function execution Amountの発生原因の殆どが/jma/weather-map/archives/today.pngのようだ
https://gyazo.com/83d869034ee38aad322c62ba260aac4c
fetch数とcache-controlを調整して、execution timeを減らそう
#2023-07-15 19:01:05