Luke Latham
ac67e4a063
Remove article front matter ( #31944 )
2024-03-01 06:00:21 -05:00
André R
de3a5b9a03
Add CompressionLevel.SmallestSize and actual Gzip/Brotli compression levels ( #31722 )
...
* Document CompressionLevel.SmallestSize and actual Gzip/Brotli compression levels
Since [.Net 6](7d527c3368
) there has been an additional option: `CompressionLevel.SmallestSize`. And since .Net 7 `Optimal` was [fixed](f281393412
) to not mean smallest size anymore but rather a balanced value.
This change is also documents what these abstracted `CompressionLevel` values means for Gzip and Brotli compression libraries, given those are enabled by default. In my case I came to this page wanting to get an Idea of balancing CPU use vs size of the response, as there are plenty of pages online benchmarking zlib vs brotli at all possible levels and cpu types.
* Update aspnetcore/performance/response-compression.md
* Update aspnetcore/performance/response-compression.md
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Update aspnetcore/performance/response-compression.md
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-02-14 18:23:15 -10:00
learn-build-service-prod[bot]
b6c720e77f
Metadata attributes driven by the AI Usage and Contributor Type taxonomies must be applied to content. ( #31775 )
...
Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
2024-02-12 16:58:56 -10:00
Justin Fabricius
7b72c07c9d
Update example to use async scope ( #31625 )
2024-02-02 13:01:57 -05:00
Rick Anderson
84f50473d0
Update rate-limit.md ( #31652 )
...
* Update rate-limit.md
Fixes #31649
* Update rate-limit.md
2024-02-01 10:07:51 -10:00
Tom Dykstra
795a017fb9
add Azure Cosmos DB ( #31607 )
2024-01-30 08:09:04 -08:00
Rick Anderson
2dc10cb21b
Update rate-limit.md ( #31507 )
...
* Update rate-limit.md
* Update rate-limit.md
* Update rate-limit.md
2024-01-18 10:47:53 -10:00
mahdikshk
fec7f53298
Minor typo in object pool documentations ( #31387 )
2024-01-09 08:58:16 -05:00
Luke Latham
e261a60cb7
Remove duplicate words ( #31298 )
2023-12-24 06:34:39 -05:00
Rick Anderson
489d997fb2
Update timeouts.md ( #31217 )
2023-12-07 15:25:54 -10:00
Eric Erhardt
66967dd813
Fix up Redis Output Caching doc ( #31027 )
2023-11-14 11:06:13 -08:00
Tom Dykstra
6760a5aac2
clean up code
2023-11-07 14:07:12 -08:00
Tom Dykstra
661e2a52a1
clean up code
2023-11-07 14:05:11 -08:00
Tom Dykstra
cda1654ec0
Dispose CTS in PostEvictionCallback
2023-11-07 13:56:45 -08:00
Tom Dykstra
9bc92f8e12
Dispose the CTS
2023-11-07 13:29:16 -08:00
Eric Mutta
7bd57ab3fd
Fix typo in ObjectPool.md ( #30754 )
2023-10-18 18:09:02 +00:00
sivaji55
43684f8774
fix: grammar mistake in rate limiting documentation ( #30548 )
...
Fixed grammar mistake in rate limiting documentation
2023-10-02 15:19:02 -10:00
Fiyaz Bin Hasan
bf4a2e4c3a
Azure Redis cache sample
2023-09-27 14:17:05 +06:00
Fiyaz Bin Hasan
21c476bd99
newline warnings
2023-09-27 13:32:12 +06:00
Fiyaz Bin Hasan
924662cdfe
Merge branch 'dotnet:main' into azure-redis-cache
2023-09-26 17:46:05 +06:00
Tom Dykstra
15ba31701c
Note timeout behavior when debugging ( #30456 )
2023-09-25 17:03:11 -07:00
Aditya Mandaleeka
4b6ef1d391
Update aspnetcore/performance/memory.md
...
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-09-07 15:55:46 -07:00
Aditya Mandaleeka
d8fb91fe78
Update aspnetcore/performance/memory.md
...
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-09-07 15:55:37 -07:00
Aditya Mandaleeka
32dec82c13
Typo fix.
2023-08-30 18:07:56 -07:00
Aditya Mandaleeka
e6e2353a25
Clarify GC.Collect guidance in memory management doc.
2023-08-30 17:44:55 -07:00
Rick Anderson
c653d01bdc
Update aspnetcore/performance/rate-limit.md
2023-08-23 13:55:45 -10:00
Luke Latham
fb595e0270
Updates
2023-08-23 12:06:09 -04:00
Luke Latham
feb478f9e7
Updates
2023-08-23 06:48:44 -04:00
Luke Latham
14eb32e6bd
Updates
2023-08-23 06:46:41 -04:00
Luke Latham
05bba1ee2e
Updates
2023-08-23 06:40:22 -04:00
Bouke Haarsma
97914cbfd6
Correctly format example
2023-08-23 11:08:19 +02:00
Tom Dykstra
30832bf2b4
adjust highlighting
2023-07-27 20:20:33 -07:00
Tom Dykstra
cb1bb9bebd
shorten long line of code
2023-07-27 20:17:34 -07:00
Tom Dykstra
cd242746d9
tweaks
2023-07-27 20:07:27 -07:00
Tom Dykstra
5ce1cd49c3
format code
2023-07-27 17:17:27 -07:00
Tom Dykstra
53492ebb58
fix build warnings
2023-07-27 17:14:54 -07:00
Tom Dykstra
8b74544959
change link
2023-07-27 17:08:57 -07:00
Tom Dykstra
a2f9cf72ee
link to and from dist caching
2023-07-27 17:07:15 -07:00
Tom Dykstra
cbc3410ac3
Merge branch 'main' of https://github.com/dotnet/AspNetCore.Docs into outputcacheredis
2023-07-27 16:53:19 -07:00
Tom Dykstra
f341603b01
Moniker prep for 8.0 ( #29943 )
2023-07-27 16:52:15 -07:00
Tom Dykstra
f2d4ce7f9b
refer to redis .net 8 in .net 7
2023-07-27 16:38:33 -07:00
Tom Dykstra
06f3557d65
tweak recommendation wording
2023-07-27 16:30:25 -07:00
Tom Dykstra
d4ecc63a56
add redis cache
2023-07-27 15:34:43 -07:00
Tom Dykstra
bf835d0186
draft
2023-07-26 20:43:22 -07:00
Tom Dykstra
3098bac4d0
Moniker prep for 8.0 ( #29922 )
2023-07-26 17:09:23 -07:00
Fiyaz Bin Hasan
071ccc7720
work
2023-07-25 22:42:54 +06:00
Theano Petersen
7d2becc2a0
[BULK] Fix 50 broken links in AspNetCore.Docs as of 6/22/2023 ( #29637 )
...
* all fixed?
* some more issues that pop up in build
* Apply suggestions from code review
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update aspnetcore/blazor/fundamentals/startup.md
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
---------
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-06-24 10:23:02 -10:00
Tom Dykstra
409432ae3a
Pass the RequestAborted token to async APIs like Task.Delay ( #29443 )
2023-06-07 08:56:19 -07:00
Rick Anderson
5acd5df257
Update ObjectPool.md ( #29163 )
2023-05-04 01:45:40 +00:00
Tom Dykstra
360a533513
Add docs for short circuiting ( #29110 )
...
* draft
* draft
* misc
* code style
* fix snippet links
* fix list
* api ref links
* Update aspnetcore/fundamentals/middleware/index.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/middleware/index.md
* Update aspnetcore/fundamentals/middleware/index.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/middleware/index/snapshot/Program80ShortCircuit.cs
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* restore accidental deletion
* clarify what goes with preceding h3
* add no-short-circuit route
* Update aspnetcore/fundamentals/middleware/index.md
* move to routing doc
* move sample to routing
* links
* h3 --> h2
* Update aspnetcore/fundamentals/routing.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* address feedback
* csharp --> json
* fix highlighting
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-05-03 16:09:11 -07:00