Application.SlowPage Property

SharePoint Designer Developer Reference

Returns or sets a Long that specifies the number of seconds a page can take to download before it is classified as slow. Read/write.

Syntax

expression.SlowPage

expression   Required. A variable that represents an Application object.

Remarks

The SlowPage property is used in conjunction with the ConnectionSpeed property to determine the simulated download time of a Web page. Pages that are classified as slow appear in the Slow Pages list in the Reports view.

See Also