CompilationSection.EnablePrefetchOptimization Property
.NET Framework (current version)
Gets or sets a value that indicates whether an ASP.NET application can take advantage of Windows 8 prefetch functionality.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("enablePrefetchOptimization", DefaultValue = false)>] member EnablePrefetchOptimization : bool with get, set
Property Value
Type: System.Booleantrue if an ASP.NET application can take advantage of Windows 8 prefetch functionality; otherwise, false. The default is false.
Prefetch is a utility that is intended to improve application startup performance by loading application data into memory before it is demanded .
Note |
|---|
The Windows 8 prefetch service must be configured and running for this setting to be effective. |
.NET Framework
Available since 4.5
Available since 4.5
Show:
