suiranfes / shop.suiranfes.blue

shop.suiranfes.blue | Suiran Shop System - Application for accounting of the Suiran Festival.
https://shop.suiranfes.blue/
MIT License
2 stars 1 forks source link

Initial loading of docs is slow #60

Closed mint73 closed 3 months ago

mint73 commented 3 months ago

This problem was caused by after #59 merge.

mint73 commented 3 months ago

現在 OnInitializedAsync 内で画像のキャッシュを行ってるため、画像のキャッシュがすべて終わらないと文字や画像の表示が行われないことに起因する。 そのため、 OnInitializaedAsync の後に画像のキャッシュを実行する必要がある。