IHTMLPerformance interface
The IHTMLPerformance interface provides properties that help identify and troubleshoot performance problems with a webpage.
Members
The IHTMLPerformance interface inherits from the IDispatch interface. IHTMLPerformance also has these types of members:
Methods
The IHTMLPerformance interface has these methods.
| Method | Description |
|---|---|
| toJSON |
Returns the calling object as a JSON object. |
Properties
The IHTMLPerformance interface has these properties.
| Property | Description |
|---|---|
|
Gets a reference to the PerformanceNavigation object, which contains properties that provide timing information for the the navigation actions required to load the current document into the window object. | |
|
Gets a reference to a performanceTiming object, which contains properties that describe time stamps taken at various points during the process that loaded the current document into the window object. |
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also