dotnet/aspnetcore

Performance of Rewrite Middleware

Open

#5,981 opened on Aug 4, 2016

View on 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
 (Avg merge 16d 9h) (258 merged PRs in 30d)

Description

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.

Contributor guide