📕MEDIPLAN (創業チーム) / チームメンバー
💡Spring Security速度改善
Spring Securityで不要な検証を無効化した結果の速度改善 Vegetaを使用して、5秒間で50回のリクエストを送信した際のテスト結果、47.6%の改善が見られました。 LogoutFilter 検証結果 平均応答時間 (mean latency): 99.621ms 最大応答時間 (max latency): 115.281ms OAuth2LoginAuthenticationFilter 検証結果 平均応答時間 (mean latency): 190.103ms 最大応答時間 (max latency): 969.174ms
