This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Performance Scenario: Basic Views #4175
Comments
Moving to 1.0.0. |
Update 5/23 Allocation Data: 3000 requests No really significant changes here, we've made some small improvements in URL generation in routing and some improvements to generated TagHelper view code, but nothing major to report. Sampling data is hard to summarize here - very little request time is spent doing ASP.NET related concerns, significant amount of time spent in EF. Based on this data we're still concerned about #3924 see here |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is top-level performance scenario for 1.0.0. We're using this item to track the status and all of the individual improvements.
Code here: https://github.com/aspnet/Performance/tree/dev/testapp/BasicViews
Summary
This is a simple browser-based app that accepts a form post, updates a database, and renders validation errors + the same form. This should be naively written, and very similar to a 'Create' view that a developer would generate using scaffolding.
Variations
Status
Scenario Status: Complete
Known Investigations/Improvements:
CompilationOptions
memory usageTagHelper
activation too expensiveRazorPage
activation too expensiveCoerceResultToTaskAsync
The text was updated successfully, but these errors were encountered: