CompilationSection.EnablePrefetchOptimization Property

Definition

Gets or sets a value that indicates whether an ASP.NET application can take advantage of Windows 8 prefetch functionality.

[System.Configuration.ConfigurationProperty("enablePrefetchOptimization", DefaultValue=false)]
public bool EnablePrefetchOptimization { get; set; }

Property Value

true if an ASP.NET application can take advantage of Windows 8 prefetch functionality; otherwise, false. The default is false.

Attributes

Remarks

Prefetch is a utility that is intended to improve application startup performance by loading application data into memory before it is demanded .

Nota

The Windows 8 prefetch service must be configured and running for this setting to be effective.

Applies to

Producto Versiones
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1