dotnet/aspnetcore

Performance of Rewrite Middleware

Open

#5,981 opened on 2016年8月4日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)C# (10,653 forks)batch import
area-middlewarefeature-rewrite-middlewarehelp wanted

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 258 merged PRs)

説明

The whole rewrite middleware needs to be profiled. Specifically, checking for hotspots in the actual application of rules, which matters significantly more than startup time. Memory allocation should be checked too.

コントリビューターガイド