* Add ASP.NET Core perf diagnostic tools list
* Add diagnostic tools doc to ToC
* A few minor phrasing tweaks
* Remove a few stray 'en-us' elements from links
* Fix typo in toc
* Update diagnostic-tools.md (#9898)
@mjrousos review and once we flesh out this PR we can merge into your PR and then into master. Excellent work, minor word-smithing.
* Add initial draft of a Perf Best Practices doc
Fixes aspnet/Docs##9526
* Minor proof-reading fixes
* rick's additions to Mike's perf doc
* rick's additions to Mike's perf doc
* work
* work
* work
* work
* work
* work
* work
* work
* react to EF feedback
* react to EF feedback
* react to MR feedback
* react to MR feedback
* overview
* whats new to end
* fix migration node
* split fundamentals, move to end
* glob & loc, get started
* security node name
* security section
* azure, client-side, host
* several more sections
* redistribute tutorials
* proofread fixes
* move how to download section
* index files delete and redirect
* fix errors
* reorder some nodes
* scott feedback, flatten main tutorials node
* fix missed feedback items + other issues
* unflatten tutorials node
* move 'how to download'
* more tutorials node tweaks
* standardize view sample links
* db --> DB
* fix build error
* remove link from a parent node
* streamline node names
* xref links
* typos
* typo
* typos and revert some xref links
* scott feedback
* scott feedback
* feedback
* change node name
* safe storage-->protect
Addresses #8579
I might be getting the hang of **_find and replace_** now. 😝
This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
Fixes#8514
* Convert use of local time to UTC.
* I went for some naming upgrades and consistency.
* I prefer not to post-fix types on variable names (i.e., "String" here).
* I add "UTC" here and there tho to clarify what's held in vars and the cache key.
* Opened **Distributed cache topic UE pass** #8702 to do a pass on the topic later.
* update cache sample
* Memory Cache 2.0 Size
* Memory Cache 2.0 Size
* work
* work
* work
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
Changes the corresponding package for the `UseResponseCaching` middleware, which was incorrectly linking to the `Microsoft.AspNetCore.ResponseCompression` package, instead of the correct `Microsoft.AspNetCore.ResponseCaching`.