Skip to content

Commit d2f1e49

Browse files
Update static-files.md
1 parent 84815f6 commit d2f1e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/static-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Creating performant web apps requires optimizing asset delivery to the browser.
4545
* Prevent the browser from using old or stale assets after an app is updated. Set the [Last-Modified](https://developer.mozilla.org/docs/Web/HTTP/Headers/Last-Modified) header.
4646
* Set up proper [caching headers](https://developer.mozilla.org/docs/Web/HTTP/Headers/Cache-Control).
4747
* Use [caching middleware](xref:performance/caching/middleware).
48-
* Serve [compressed](/aspnet/core/performance/response-compression) versions of the assets when possible.
48+
* Serve [compressed](/aspnet/core/performance/response-compression) versions of the assets when possible. `MapStaticAssets` integrates the information gathered about static web assets during the build or publish process with a runtime library that processes this information to optimize file serving to the browser
4949
* Use a [CDN](/microsoft-365/enterprise/content-delivery-networks?view=o365-worldwide&preserve-view=true) to serve the assets closer to the user.
5050
* Minimize the size of assets served to the browser. This optimization doesn't include minification.
5151

0 commit comments

Comments
 (0)