mh35

Results 3 issues of mh35

I introduced this plugin, but srcset URL is not converted into S3 URL. Srcset URL is created in wp_calculate_image_srcset function. I think wp_calculate_image_srcset filter helps to implement.

## Summary データベースのリードレプリカをサポートし、リードレプリカからもデータを読めるようにする ## Why this feature is important バックエンドデータベースがボトルネックになっている状態で、それを水平分散で解消するため ## How to implement 1. packages/backend/src/config.tsのSource型にレプリカ用の設定を追加する 2. packages/backend/src/postgres.tsのDataSourceコンストラクタ呼び出しに、replica指定を定義し、masterに従来のマスタを、slave1以下にスレーブを定義する 参考文献 https://orkhan.gitbook.io/typeorm/docs/multiple-data-sources ## Difficulty 仕様定義とテスト定義が面倒そう。それ以外はそれほど難易度は高くないと考える

🐢Performance
✨Feature
⚙️Server

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Issue I wanted to install pymilvus library as mentioned, but if I installed...