dotnet/aspnetcore

Performance of Rewrite Middleware

Open

#5.981 aberto em 4 de ago. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C# (10.653 forks)batch import
area-middlewarefeature-rewrite-middlewarehelp wanted

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 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.

Guia do colaborador